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 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.3.0 </version >
8
+ <version >3.3.4 </version >
9
9
<relativePath />
10
10
</parent >
11
11
12
12
<groupId >com.arangodb</groupId >
13
13
<artifactId >arangodb-spring-data-integration-tests</artifactId >
14
- <version >4.3.0 </version >
14
+ <version >4.4.0-SNAPSHOT </version >
15
15
16
16
<name >arangodb-spring-data-integration-tests</name >
17
17
<description >ArangoDB Spring Data Integration Tests</description >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-spring-data</artifactId >
7
- <version >4.3.0 </version >
7
+ <version >4.4.0-SNAPSHOT </version >
8
8
<inceptionYear >2017</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
11
11
<parent >
12
12
<groupId >org.springframework.data.build</groupId >
13
13
<artifactId >spring-data-parent</artifactId >
14
- <version >3.3.0 </version >
14
+ <version >3.3.4 </version >
15
15
<relativePath />
16
16
</parent >
17
17
61
61
62
62
<properties >
63
63
<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>
65
65
66
66
<!-- enforce dependencies convergence -->
67
67
<slf4j >2.0.13</slf4j >
262
262
<dependency >
263
263
<groupId >com.arangodb</groupId >
264
264
<artifactId >jackson-dataformat-velocypack</artifactId >
265
- <version >4.3 .0</version >
265
+ <version >4.4 .0</version >
266
266
<scope >test</scope >
267
267
</dependency >
268
268
<dependency >
279
279
<dependency >
280
280
<groupId >com.tngtech.archunit</groupId >
281
281
<artifactId >archunit-junit5</artifactId >
282
- <version >1.2.1 </version >
282
+ <version >1.3.0 </version >
283
283
<scope >test</scope >
284
284
</dependency >
285
285
<dependency >
286
286
<groupId >org.projectlombok</groupId >
287
287
<artifactId >lombok</artifactId >
288
- <version >1.18.30 </version >
288
+ <version >1.18.34 </version >
289
289
<scope >test</scope >
290
290
</dependency >
291
291
</dependencies >
You can’t perform that action at this time.
0 commit comments