File tree 3 files changed +19
-9
lines changed 3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 96
96
fail-fast : false
97
97
matrix :
98
98
spring-boot-version :
99
- - 3.0.10
100
- - 3.1.3
99
+ - 3.1.8
100
+ - <
8000
span class="pl-s">3.2.2
101
101
102
102
steps :
103
103
- uses : actions/checkout@v3
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Set up JDK
107
107
uses : actions/setup-java@v3
108
108
with :
109
- java-version : 17
109
+ java-version : 21
110
110
distribution : ' adopt'
111
111
cache : maven
112
112
- name : Start Database
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.0.10 </version >
8
+ <version >3.2.2 </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.0 .0</version >
14
+ <version >4.1 .0</version >
15
15
16
16
<name >arangodb-spring-data-integration-tests</name >
17
17
<description >ArangoDB Spring Data Integration Tests</description >
26
26
<groupId >com.arangodb</groupId >
27
27
<artifactId >arangodb-spring-data</artifactId >
28
28
<version >${project.version} </version >
29
+ <scope >test</scope >
29
30
</dependency >
30
31
<dependency >
31
32
<groupId >com.arangodb</groupId >
32
33
<artifactId >jackson-dataformat-velocypack</artifactId >
33
34
<version >4.2.0</version >
35
+ <scope >test</scope >
34
36
</dependency >
35
37
<dependency >
36
38
<groupId >org.springframework.boot</groupId >
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.0 .0</version >
7
+ <version >4.1 .0</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.0.8 </version >
14
+ <version >3.2.2 </version >
15
15
<relativePath />
16
16
</parent >
17
17
55
55
56
56
<properties >
57
57
<java-module-name >com.arangodb.springframework</java-module-name >
58
- <jaxb .version>2.3.1</jaxb .version> <!-- fix dependency convergence-->
59
58
<arangodb .version>7.5.0</arangodb .version>
60
- <slf4j >2.0.7</slf4j >
59
+
60
+ <!-- enforce dependencies convergence -->
61
+ <slf4j >2.0.11</slf4j >
61
62
</properties >
62
63
63
64
<build >
271
272
<groupId >com.tngtech.archunit</groupId >
272
273
<artifactId >archunit-junit5</artifactId >
273
274
<version >1.2.1</version >
275
+ <scope >test</scope >
276
+ </dependency >
277
+ <dependency >
278
+ <groupId >org.projectlombok</groupId >
279
+ <artifactId >lombok</artifactId >
280
+ <version >1.18.30</version >
281
+ <scope >test</scope >
274
282
</dependency >
275
283
</dependencies >
276
284
You can’t perform that action at this time.
0 commit comments