Skip to content

Commit 11a22bf

Browse files
committed
Bump dependency versions
1 parent b3222db commit 11a22bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

couchbase-analytics-java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<groupId>org.jetbrains.kotlin</groupId>
142142
<!--suppress KotlinMavenPluginPhase: Not compiling Kotlin; just upgrading stdlib version -->
143143
<artifactId>kotlin-stdlib</artifactId>
144-
<version>2.1.20</version>
144+
<version>2.1.21</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>com.squareup.okio</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
<dependency>
286286
<groupId>com.fasterxml.jackson</groupId>
287287
<artifactId>jackson-bom</artifactId>
288-
<version>2.18.3</version>
288+
<version>2.19.0</version>
289289
<type>pom</type>
290290
<scope>import</scope>
291291
</dependency>
@@ -299,7 +299,7 @@
299299
<dependency>
300300
<groupId>com.squareup.okio</groupId>
301301
<artifactId>okio</artifactId>
302-
<version>3.11.0</version>
302+
<version>3.12.0</version>
303303
</dependency>
304304
<dependency>
305305
<groupId>org.junit</groupId>

0 commit comments

Comments
 (0)