File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,8 @@ jobs:
178
178
fail-fast : false
179
179
matrix :
180
180
jackson-version :
181
- - 2.14.2
181
+ - 2.15.1
182
+ - 2.14.3
182
183
- 2.13.5
183
184
- 2.12.7
184
185
- 2.11.4
Original file line number Diff line number Diff line change 183
183
<dependency >
184
184
<groupId >org.graalvm.sdk</groupId >
185
185
<artifactId >graal-sdk</artifactId >
186
- <version >22.3.1 </version >
186
+ <version >22.3.2 </version >
187
187
<scope >test</scope >
188
188
</dependency >
189
189
<dependency >
190
190
<groupId >io.smallrye.config</groupId >
191
191
<artifactId >smallrye-config-core</artifactId >
192
- <version >2.13.1 </version >
192
+ <version >2.13.3 </version >
193
193
<scope >test</scope >
194
194
</dependency >
195
195
</dependencies >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >io.vertx</groupId >
37
37
<artifactId >vertx-stack-depchain</artifactId >
38
- <version >4.4.1 </version >
38
+ <version >4.4.2 </version >
39
39
<type >pom</type >
40
40
<scope >import</scope >
41
41
</dependency >
Original file line number Diff line number Diff line change 37
37
<maven .deploy.skip>true</maven .deploy.skip>
38
38
<sonar .organization>arangodb-1</sonar .organization>
39
39
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
40
- <adb .jackson.version>2.14.2 </adb .jackson.version>
40
+ <adb .jackson.version>2.15.1 </adb .jackson.version>
41
41
<moduleName />
42
42
<SslTest />
43
43
</properties >
104
104
<dependency >
105
105
<groupId >org.junit</groupId >
106
106
<artifactId >junit-bom</artifactId >
107
- <version >5.9.2 </version >
107
+ <version >5.9.3 </version >
108
108
<type >pom</type >
109
109
<scope >import</scope >
110
110
</dependency >
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >io.netty</groupId >
53
53
<artifactId >netty-bom</artifactId >
54
- <version >4.1.90 .Final</version >
54
+ <version >4.1.93 .Final</version >
55
55
<type >pom</type >
56
56
<scope >import</scope >
57
57
</dependency >
Original file line number Diff line number Diff line change 49
49
<dependency >
50
50
<groupId >org.graalvm.sdk</groupId >
51
51
<artifactId >graal-sdk</artifactId >
52
- <version >22.3.1 </version >
52
+ <version >22.3.2 </version >
53
53
<scope >provided</scope >
54
54
</dependency >
55
55
</dependencies >
You can’t perform that action at this time.
0 commit comments