File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.3.0 </version >
8+ <version >3.3.4 </version >
99 <relativePath />
1010 </parent >
1111
1212 <groupId >com.arangodb</groupId >
1313 <artifactId >arangodb-spring-data-integration-tests</artifactId >
14- <version >4.3.0 </version >
14+ <version >4.4.0-SNAPSHOT </version >
1515
1616 <name >arangodb-spring-data-integration-tests</name >
1717 <description >ArangoDB Spring Data Integration Tests</description >
Original file line number Diff line number Diff line change 44
55 <groupId >com.arangodb</groupId >
66 <artifactId >arangodb-spring-data</artifactId >
7- <version >4.3.0 </version >
7+ <version >4.4.0-SNAPSHOT </version >
88 <inceptionYear >2017</inceptionYear >
99 <packaging >jar</packaging >
1010
1111 <parent >
1212 <groupId >org.springframework.data.build</groupId >
1313 <artifactId >spring-data-parent</artifactId >
14- <version >3.3.0 </version >
14+ <version >3.3.4 </version >
1515 <relativePath />
1616 </parent >
1717
6161
6262 <properties >
6363 <java-module-name >com.arangodb.springframework</java-module-name >
64- <arangodb .version>7.8 .0</arangodb .version>
64+ <arangodb .version>7.9 .0</arangodb .version>
6565
6666 <!-- enforce dependencies convergence -->
6767 <slf4j >2.0.13</slf4j >
262262 <dependency >
263263 <groupId >com.arangodb</groupId >
264264 <artifactId >jackson-dataformat-velocypack</artifactId >
265- <version >4.3 .0</version >
265+ <version >4.4 .0</version >
266266 <scope >test</scope >
267267 </dependency >
268268 <dependency >
279279 <dependency >
280280 <groupId >com.tngtech.archunit</groupId >
281281 <artifactId >archunit-junit5</artifactId >
282- <version >1.2.1 </version >
282+ <version >1.3.0 </version >
283283 <scope >test</scope >
284284 </dependency >
285285 <dependency >
286286 <groupId >org.projectlombok</groupId >
287287 <artifactId >lombok</artifactId >
288- <version >1.18.30 </version >
288+ <version >1.18.34 </version >
289289 <scope >test</scope >
290290 </dependency >
291291 </dependencies >
You can’t perform that action at this time.
0 commit comments