Skip to content

Commit 1344289

Browse files
committed
updated dependencies
1 parent 0a2f73c commit 1344289

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

driver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,13 @@
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>

http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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>
@@ -104,7 +104,7 @@
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>

resilience-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
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>

shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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>

0 commit comments

Comments
 (0)