|
6 | 6 |
|
7 | 7 | <groupId>software.xdev</groupId> |
8 | 8 | <artifactId>spring-data-eclipse-store</artifactId> |
9 | | - <version>2.3.2-SNAPSHOT</version> |
| 9 | + <version>2.4.0-SNAPSHOT</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>spring-data-eclipse-store</name> |
|
51 | 51 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
52 | 52 |
|
53 | 53 | <!-- Should be in sync with org.eclipse.store:integrations-spring-boot3 --> |
54 | | - <org.springframework.boot.version>3.3.4</org.springframework.boot.version> |
| 54 | + <org.springframework.boot.version>3.4.0</org.springframework.boot.version> |
55 | 55 | <org.eclipse.store.version>2.0.0</org.eclipse.store.version> |
56 | 56 | <org.eclipse.serializer.version>1.4.0</org.eclipse.serializer.version> |
57 | 57 | <hibernate-validator.version>8.0.1.Final</hibernate-validator.version> |
58 | 58 | <jakarta.el-api.version>6.0.1</jakarta.el-api.version> |
59 | 59 | <expressly.version>6.0.0-M1</expressly.version> |
60 | | - <hibernate-core.version>6.6.1.Final</hibernate-core.version> |
| 60 | + <hibernate-core.version>6.6.3.Final</hibernate-core.version> |
61 | 61 | </properties> |
62 | 62 |
|
63 | 63 | <repositories> |
|
341 | 341 | <plugin> |
342 | 342 | <groupId>org.apache.maven.plugins</groupId> |
343 | 343 | <artifactId>maven-surefire-plugin</artifactId> |
344 | | - <version>3.5.0</version> |
| 344 | + <version>3.5.2</version> |
345 | 345 | <configuration> |
346 | 346 | <argLine> |
347 | 347 | --add-exports java.base/jdk.internal.misc=ALL-UNNAMED |
|
440 | 440 | <dependency> |
441 | 441 | <groupId>com.puppycrawl.tools</groupId> |
442 | 442 | <artifactId>checkstyle</artifactId> |
443 | | - <version>10.20.1</version> |
| 443 | + <version>10.20.2</version> |
444 | 444 | </dependency> |
445 | 445 | </dependencies> |
446 | 446 | <configuration> |
|
482 | 482 | <dependency> |
483 | 483 | <groupId>net.sourceforge.pmd</groupId> |
484 | 484 | <artifactId>pmd-core</artifactId> |
485 | | - <version>7.7.0</version> |
| 485 | + <version>7.8.0</version> |
486 | 486 | </dependency> |
487 | 487 | <dependency> |
488 | 488 | <groupId>net.sourceforge.pmd</groupId> |
489 | 489 | <artifactId>pmd-java</artifactId> |
490 | | - <version>7.7.0</version> |
| 490 | + <version>7.8.0</version> |
491 | 491 | </dependency> |
492 | 492 | </dependencies> |
493 | 493 | </plugin> |
|
0 commit comments