File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,14 @@ Guava (https://github.com/google/guava) types (currently mostly just collection
38
38
<!-- 28-Feb-2023, tatu: 2.15 raises baseline from 21.x to 23.x -->
39
39
<!-- 01-May-2023, tatu: 2.16 raises baseline from 23.x to 25.x -->
40
40
<version .guava>25.1-jre</version .guava>
41
+ <!-- 10-Sep-2024, tatu: [datatypes-collections#160] OSGi version bit different: -->
42
+ <version .guava.osgi-base>25.1.0</version .guava.osgi-base>
41
43
42
44
<javac .src.version>1.8</javac .src.version>
43
45
<javac .target.version>1.8</javac .target.version>
44
46
45
47
<!-- 31-Jul-2020, tatu: remove upper limit for Jackson 2.12; tested up to 30.x -->
46
- <version .guava.osgi>[${version.guava} .0 ,99)</version .guava.osgi>
48
+ <version .guava.osgi>[${version.guava.osgi-base} ,99)</version .guava.osgi>
47
49
48
50
<!-- Generate PackageVersion.java into this directory. -->
49
51
<packageVersion .dir>com/fasterxml/jackson/datatype/guava</packageVersion .dir>
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Active Maintainers:
18
18
19
19
2.18.0 (not yet released)
20
20
21
+ #160 : (guava) Defect guava OSGi dependency version specified?
22
+ (reported by @jpstotz)
21
23
- HPPC dependency upgraded to 0.9.1 (from 0.8.2 )
22
24
23
25
2.17.2 (05 -Jul-2024 )
You can’t perform that action at this time.
0 commit comments