Skip to content

Commit 5099633

Browse files
committed
JVMCBC-1647 Upgrade Jackson from 2.17.2 to 2.17.3
Change-Id: Ia823095e66e528573dfe7b614cd7a178f27db435 Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/228362 Tested-by: Build Bot <[email protected]> Reviewed-by: David Nault <[email protected]>
1 parent 2a6f845 commit 5099633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core-io-deps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<!-- When bumping this, it may be necessary to bump the grpc-netty dependency in protostellar/pom.xml also -->
2121
<netty.version>4.1.119.Final</netty.version>
22-
<jackson.version>2.17.2</jackson.version>
22+
<jackson.version>2.17.3</jackson.version>
2323

2424
<shaded.package.prefix>com.couchbase.client.core.deps.</shaded.package.prefix>
2525
<shaded.native.lib.prefix>com_couchbase_client_core_deps_</shaded.native.lib.prefix>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<assertj.version>3.23.1</assertj.version>
3232
<log4j-slf4j-impl.version>2.20.0</log4j-slf4j-impl.version>
3333

34-
<jackson.version>2.17.2</jackson.version>
34+
<jackson.version>2.17.3</jackson.version>
3535
<reactor.version>3.6.9</reactor.version>
3636
<reactive-streams.version>1.0.4</reactive-streams.version>
3737
<blockhound.version>1.0.10.RELEASE</blockhound.version>

0 commit comments

Comments
 (0)