|
6 | 6 |
|
7 | 7 | <groupId>software.xdev</groupId> |
8 | 8 | <artifactId>spring-data-eclipse-store</artifactId> |
9 | | - <version>2.5.5-SNAPSHOT</version> |
| 9 | + <version>2.6.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.5.9</org.springframework.boot.version> |
| 54 | + <org.springframework.boot.version>4.0.1</org.springframework.boot.version> |
55 | 55 | <org.eclipse.store.version>2.1.3</org.eclipse.store.version> |
56 | 56 | <org.eclipse.serializer.version>2.1.3</org.eclipse.serializer.version> |
57 | 57 | <hibernate-validator.version>9.0.1.Final</hibernate-validator.version> |
|
94 | 94 | <groupId>org.springframework.boot</groupId> |
95 | 95 | <artifactId>spring-boot-autoconfigure</artifactId> |
96 | 96 | </dependency> |
| 97 | + <dependency> |
| 98 | + <groupId>org.springframework.boot</groupId> |
| 99 | + <artifactId>spring-boot-transaction</artifactId> |
| 100 | + </dependency> |
97 | 101 |
|
98 | 102 | <dependency> |
99 | 103 | <groupId>jakarta.annotation</groupId> |
|
159 | 163 | <groupId>org.hibernate.orm</groupId> |
160 | 164 | <artifactId>hibernate-core</artifactId> |
161 | 165 | <version>${hibernate-core.version}</version> |
162 | | - <exclusions> |
163 | | - <exclusion> |
164 | | - <artifactId>antlr4-runtime</artifactId> |
165 | | - <groupId>org.antlr</groupId> |
166 | | - </exclusion> |
167 | | - </exclusions> |
168 | 166 | </dependency> |
169 | 167 | <dependency> |
170 | 168 | <groupId>jakarta.el</groupId> |
|
411 | 409 | <dependency> |
412 | 410 | <groupId>com.puppycrawl.tools</groupId> |
413 | 411 | <artifactId>checkstyle</artifactId> |
414 | | - <version>12.3.0</version> |
| 412 | + <version>12.3.1</version> |
415 | 413 | </dependency> |
416 | 414 | </dependencies> |
417 | 415 | <configuration> |
|
0 commit comments