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:
178178 fail-fast : false
179179 matrix :
180180 jackson-version :
181- - 2.14.2
181+ - 2.15.1
182+ - 2.14.3
182183 - 2.13.5
183184 - 2.12.7
184185 - 2.11.4
Original file line number Diff line number Diff line change 183183 <dependency >
184184 <groupId >org.graalvm.sdk</groupId >
185185 <artifactId >graal-sdk</artifactId >
186- <version >22.3.1 </version >
186+ <version >22.3.2 </version >
187187 <scope >test</scope >
188188 </dependency >
189189 <dependency >
190190 <groupId >io.smallrye.config</groupId >
191191 <artifactId >smallrye-config-core</artifactId >
192- <version >2.13.1 </version >
192+ <version >2.13.3 </version >
193193 <scope >test</scope >
194194 </dependency >
195195 </dependencies >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >io.vertx</groupId >
3737 <artifactId >vertx-stack-depchain</artifactId >
38- <version >4.4.1 </version >
38+ <version >4.4.2 </version >
3939 <type >pom</type >
4040 <scope >import</scope >
4141 </dependency >
Original file line number Diff line number Diff line change 3737 <maven .deploy.skip>true</maven .deploy.skip>
3838 <sonar .organization>arangodb-1</sonar .organization>
3939 <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>
4141 <moduleName />
4242 <SslTest />
4343 </properties >
104104 <dependency >
105105 <groupId >org.junit</groupId >
106106 <artifactId >junit-bom</artifactId >
107- <version >5.9.2 </version >
107+ <version >5.9.3 </version >
108108 <type >pom</type >
109109 <scope >import</scope >
110110 </dependency >
Original file line number Diff line number Diff line change 5151 <dependency >
5252 <groupId >io.netty</groupId >
5353 <artifactId >netty-bom</artifactId >
54- <version >4.1.90 .Final</version >
54+ <version >4.1.93 .Final</version >
5555 <type >pom</type >
5656 <scope >import</scope >
5757 </dependency >
Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >org.graalvm.sdk</groupId >
5151 <artifactId >graal-sdk</artifactId >
52- <version >22.3.1 </version >
52+ <version >22.3.2 </version >
5353 <scope >provided</scope >
5454 </dependency >
5555 </dependencies >
You can’t perform that action at this time.
0 commit comments