|
27 | 27 |
|
28 | 28 | <groupId>com.mmnaseri.utils</groupId>
|
29 | 29 | <artifactId>spring-data-mock</artifactId>
|
30 |
| - <version>1.1.4</version> |
| 30 | + <version>2.0.0</version> |
31 | 31 |
|
32 | 32 | <name>Spring Data Mock</name>
|
33 | 33 | <description>A framework for mocking Spring Data repositories</description>
|
|
65 | 65 | <properties>
|
66 | 66 | <!-- build integrity -->
|
67 | 67 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
68 |
| - <maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version> |
69 |
| - <target-jdk.version>1.7</target-jdk.version> |
| 68 | + <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
| 69 | + <target-jdk.version>1.8</target-jdk.version> |
70 | 70 | <!-- requirements -->
|
71 | 71 | <commons-logging.version>1.2</commons-logging.version>
|
72 |
| - <joda-time.version>2.9.4</joda-time.version> |
73 | 72 | <!-- test -->
|
74 |
| - <testng.version>6.9.12</testng.version> |
| 73 | + <testng.version>7.1.0</testng.version> |
75 | 74 | <hamcrest.version>1.3</hamcrest.version>
|
76 | 75 | <!-- deployment -->
|
77 | 76 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
|
78 |
| - <maven-javadoc-plugin.version>2.10.4</maven-javadoc-plugin.version> |
79 |
| - <maven-source-plugin.version>3.0.1</maven-source-plugin.version> |
| 77 | + <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version> |
| 78 | + <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
80 | 79 | <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
|
81 |
| - <nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version> |
| 80 | + <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> |
82 | 81 | <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
|
83 |
| - <coveralls-maven-plugin.version>4.2.0</coveralls-maven-plugin.version> |
| 82 | + <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version> |
84 | 83 | <!-- feature support -->
|
85 |
| - <spring-data-commons.version>1.12.2.RELEASE</spring-data-commons.version> |
86 |
| - <spring-data-gemfire.version>1.8.2.RELEASE</spring-data-gemfire.version> |
87 |
| - <spring-data-jpa.version>1.10.2.RELEASE</spring-data-jpa.version> |
88 |
| - <querydsl.version>4.1.2</querydsl.version> |
89 |
| - <cglib.version>3.2.4</cglib.version> |
| 84 | + <spring-data-commons.version>2.2.6.RELEASE</spring-data-commons.version> |
| 85 | + <spring-data-gemfire.version>2.2.6.RELEASE</spring-data-gemfire.version> |
| 86 | + <spring-data-jpa.version>2.2.6.RELEASE</spring-data-jpa.version> |
| 87 | + <querydsl.version>4.3.1</querydsl.version> |
| 88 | + <cglib.version>3.3.0</cglib.version> |
90 | 89 | <persistence-api.version>1.0.2</persistence-api.version>
|
91 | 90 | </properties>
|
92 | 91 |
|
|
139 | 138 | <version>${spring-data-commons.version}</version>
|
140 | 139 | <scope>provided</scope>
|
141 | 140 | </dependency>
|
142 |
| - <dependency> |
143 |
| - <!-- needed for adding support for Spring Data audit functionality --> |
144 |
| - <groupId>joda-time</groupId> |
145 |
| - <artifactId>joda-time</artifactId> |
146 |
| - <version>${joda-time.version}</version> |
147 |
| - <scope>provided</scope> |
148 |
| - </dependency> |
149 | 141 | <dependency>
|
150 | 142 | <!-- Spring Data support for JPA-->
|
151 | 143 | <groupId>org.springframework.data</groupId>
|
|
0 commit comments