Skip to content

Commit

Permalink
JVMCBC-1532 (Revisited) Upgrade Jackson from 2.17.0 to 2.17.2
Browse files Browse the repository at this point in the history
Change-Id: I8f416bdfd45c9951891f3fd124b4724a092c7702
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/212917
Reviewed-by: David Nault <[email protected]>
Tested-by: Build Bot <[email protected]>
  • Loading branch information
dnault committed Jul 18, 2024
1 parent 641c64a commit 2f92048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core-io-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- When bumping this, it may be necessary to bump the grpc-netty dependency in protostellar/pom.xml also -->
<netty.version>4.1.108.Final</netty.version>
<jackson.version>2.17.1</jackson.version>
<jackson.version>2.17.2</jackson.version>

<shaded.package.prefix>com.couchbase.client.core.deps.</shaded.package.prefix>
<shaded.native.lib.prefix>com_couchbase_client_core_deps_</shaded.native.lib.prefix>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<assertj.version>3.23.1</assertj.version>
<log4j-slf4j-impl.version>2.20.0</log4j-slf4j-impl.version>

<jackson.version>2.17.1</jackson.version>
<jackson.version>2.17.2</jackson.version>
<reactor.version>3.6.3</reactor.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<blockhound.version>1.0.8.RELEASE</blockhound.version>
Expand Down

0 comments on commit 2f92048

Please sign in to comment.