Skip to content

Commit

Permalink
Manual merge of #161 to 3.0/master
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 10, 2024
1 parent 8281a2f commit 919f331
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
<!-- In Jackson 2.18 was guava 25.1-jre
-->
<version.guava>33.1.0-jre</version.guava>
<version.guava.osgi>[${version.guava}.0,99)</version.guava.osgi>
<!-- 10-Sep-2024, tatu: [datatypes-collections#160] OSGi version bit different: -->
<version.guava.osgi-base>25.1.0</version.guava.osgi-base>
<version.guava.osgi>[${version.guava.osgi-base},99)</version.guava.osgi>

<!-- Generate PackageVersion.java into this directory. -->
<packageVersion.dir>tools/jackson/datatype/guava</packageVersion.dir>
Expand Down

0 comments on commit 919f331

Please sign in to comment.