Skip to content

Commit

Permalink
Fix #113: update Guava dep 23.x -> 25.x for Jackson 2.16 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored May 1, 2023
1 parent 6ec8ea6 commit 66ee959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ Guava (https://github.com/google/guava) types (currently mostly just collection
<!-- 19-Jul-2019, tatu: and for 2.10, 18.0 to 20.0 (last pre-Java8 version) -->
<!-- 02-Aug-2020, tatu: 2.12 raises baseline from 20.0 to 21.0 -->
<!-- 28-Feb-2023, tatu: 2.15 raises baseline from 21.x to 23.x -->
<version.guava>23.6.1-jre</version.guava>
<!-- 01-May-2023, tatu: 2.16 raises baseline from 23.x to 25.x -->
<version.guava>25.1-jre</version.guava>

<!-- Guava 21.0 and later are Java 8 (JRE variant; android one not)
-->
<javac.src.version>1.8</javac.src.version>
<javac.target.version>1.8</javac.target.version>

Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Active Maintainers:
#90: Cache Serialization serializes empty contents
(reportedby Wolff B)
(fix contributed by Joo-Hyuk K)
#113: Update default Guava dependency for Jackson 2.16 from Guava 23.x to 25.x

2.15.0 (23-Apr-2023)

Expand Down

0 comments on commit 66ee959

Please sign in to comment.