Skip to content

Commit e54793e

Browse files
author
Tatu Saloranta
committed
Merge branch '2.13'
2 parents 5f1ddb7 + 41084ab commit e54793e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

guava/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use module on Maven-based projects, use following dependency:
1212
<dependency>
1313
<groupId>com.fasterxml.jackson.datatype</groupId>
1414
<artifactId>jackson-datatype-guava</artifactId>
15-
<version>2.11.3</version>
15+
<version>2.12.1</version>
1616
</dependency>
1717
```
1818

guava/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
2626
</contributors>
2727

2828
<properties>
29+
<!-- In Jackson 2.12 was guava 21
30+
2.13 ... ?
31+
-->
2932
<version.guava>25.1-jre</version.guava>
3033

3134
<!-- 11-Sep-2015, tatu: As per [datatype-guava#80] -->

0 commit comments

Comments
 (0)