Skip to content

Commit 66ee959

Browse files
authored
Fix #113: update Guava dep 23.x -> 25.x for Jackson 2.16 (#114)
1 parent 6ec8ea6 commit 66ee959

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

guava/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ Guava (https://github.com/google/guava) types (currently mostly just collection
3636
<!-- 19-Jul-2019, tatu: and for 2.10, 18.0 to 20.0 (last pre-Java8 version) -->
3737
<!-- 02-Aug-2020, tatu: 2.12 raises baseline from 20.0 to 21.0 -->
3838
<!-- 28-Feb-2023, tatu: 2.15 raises baseline from 21.x to 23.x -->
39-
<version.guava>23.6.1-jre</version.guava>
39+
<!-- 01-May-2023, tatu: 2.16 raises baseline from 23.x to 25.x -->
40+
<version.guava>25.1-jre</version.guava>
4041

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

release-notes/VERSION-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Active Maintainers:
2121
#90: Cache Serialization serializes empty contents
2222
(reportedby Wolff B)
2323
(fix contributed by Joo-Hyuk K)
24+
#113: Update default Guava dependency for Jackson 2.16 from Guava 23.x to 25.x
2425

2526
2.15.0 (23-Apr-2023)
2627

0 commit comments

Comments
 (0)