|
6 | 6 |
|
7 | 7 | <groupId>com.oracle.nosql.sdk</groupId> |
8 | 8 | <artifactId>spring-data-oracle-nosql</artifactId> |
9 | | - <version>1.7.1</version> |
| 9 | + <version>2.0.0</version> |
10 | 10 |
|
11 | 11 | <name>Oracle NoSQL Database SDK for Spring Data</name> |
12 | 12 | <description>Oracle NoSQL Database SDK for Spring Data</description> |
|
47 | 47 |
|
48 | 48 | <nosqldriver.version>5.4.11</nosqldriver.version> |
49 | 49 |
|
50 | | - <spring.springframework.version>5.3.27</spring.springframework.version> |
51 | | - <spring.data.version>2.7.0</spring.data.version> |
52 | | - <org.apache.commons.commons-lang3.version>3.12.0</org.apache.commons.commons-lang3.version> |
53 | | - <reactor.core.version>3.4.19</reactor.core.version> |
| 50 | + <spring.springframework.version>6.0.11</spring.springframework.version> |
| 51 | + <spring.data.version>3.1.2</spring.data.version> |
| 52 | + <org.apache.commons.commons-lang3.version>3.13.0</org.apache.commons.commons-lang3.version> |
| 53 | + <reactor.core.version>3.5.8</reactor.core.version> |
54 | 54 |
|
55 | | - <spring.boot.starter.test.version>2.7.0</spring.boot.starter.test.version> |
| 55 | + <spring.boot.starter.test.version>3.1.2</spring.boot.starter.test.version> |
56 | 56 | <junit.junit.version>4.13.2</junit.junit.version> |
57 | | - <project.reactor.test.version>3.4.19</project.reactor.test.version> |
58 | | - <slf4j.version>1.7.36</slf4j.version> |
| 57 | + <project.reactor.test.version>3.5.8</project.reactor.test.version> |
| 58 | + <slf4j.version>2.0.7</slf4j.version> |
59 | 59 | </properties> |
60 | 60 |
|
61 | 61 | <dependencies> |
|
242 | 242 | <plugin> |
243 | 243 | <groupId>org.apache.maven.plugins</groupId> |
244 | 244 | <artifactId>maven-compiler-plugin</artifactId> |
245 | | - <version>2.3.2</version> |
| 245 | + <version>3.11.0</version> |
246 | 246 | <configuration> |
247 | 247 | <compilerArgument>-Xlint</compilerArgument> |
248 | 248 | </configuration> |
|
251 | 251 | <plugin> |
252 | 252 | <groupId>org.apache.maven.plugins</groupId> |
253 | 253 | <artifactId>maven-javadoc-plugin</artifactId> |
254 | | - <version>3.4.0</version> |
| 254 | + <version>3.5.0</version> |
255 | 255 | <configuration> |
256 | 256 | <show>protected</show> |
257 | 257 | <failOnError>false</failOnError> |
|
276 | 276 | <plugin> |
277 | 277 | <groupId>org.apache.maven.plugins</groupId> |
278 | 278 | <artifactId>maven-source-plugin</artifactId> |
279 | | - <version>2.2.1</version> |
| 279 | + <version>3.3.0</version> |
280 | 280 | <executions> |
281 | 281 | <execution> |
282 | 282 | <id>attach-sources</id> |
|
291 | 291 | <plugin> |
292 | 292 | <groupId>org.apache.maven.plugins</groupId> |
293 | 293 | <artifactId>maven-checkstyle-plugin</artifactId> |
294 | | - <version>2.17</version> |
| 294 | + <version>3.0.0</version> |
295 | 295 | <executions> |
296 | 296 | <execution> |
297 | 297 | <id>validate</id> |
|
319 | 319 | <plugin> |
320 | 320 | <groupId>org.apache.maven.plugins</groupId> |
321 | 321 | <artifactId>maven-help-plugin</artifactId> |
322 | | - <version>3.1.0</version> |
| 322 | + <version>3.4.0</version> |
323 | 323 | <executions> |
324 | 324 | <execution> |
325 | 325 | <id>show-profiles</id> |
|
334 | 334 | <!-- include info in MANIFEST.MF file --> |
335 | 335 | <plugin> |
336 | 336 | <artifactId>maven-jar-plugin</artifactId> |
337 | | - <version>3.2.0</version> |
| 337 | + <version>3.3.0</version> |
338 | 338 | <configuration> |
339 | 339 | <archive> |
340 | 340 | <manifest> |
|
382 | 382 | <plugin> |
383 | 383 | <groupId>org.codehaus.mojo</groupId> |
384 | 384 | <artifactId>exec-maven-plugin</artifactId> |
385 | | - <version>3.0.0</version> |
| 385 | + <version>3.1.0</version> |
386 | 386 | <executions> |
387 | 387 | <execution> |
388 | 388 | <id>add license files to runtime jar</id> |
|
439 | 439 | <plugin> |
440 | 440 | <!-- test plugin --> |
441 | 441 | <artifactId>maven-surefire-plugin</artifactId> |
442 | | - <version>3.0.0-M5</version> |
| 442 | + <version>3.1.2</version> |
443 | 443 | <configuration> |
444 | 444 | <!-- uncomment below to write stdout to files |
445 | 445 | in target/surefire-reports --> |
|
0 commit comments