Skip to content

Commit e5b1e88

Browse files
Merge pull request opentripplanner#7237 from opentripplanner/renovate/jackson-non-patch
fix(deps): update jackson non-patch
2 parents f179e2b + 5e6dbe4 commit e5b1e88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<dependency>
277277
<groupId>com.fasterxml.jackson.core</groupId>
278278
<artifactId>jackson-annotations</artifactId>
279-
<version>2.20</version>
279+
<version>2.21</version>
280280
</dependency>
281281

282282
<!--

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- Lib versions - keep list sorted on property name -->
6464
<geotools.version>34.1</geotools.version>
6565
<google.dagger.version>2.57.2</google.dagger.version>
66-
<jackson.version>2.20.1</jackson.version>
66+
<jackson.version>2.21.0</jackson.version>
6767
<jaxb-runtime.version>4.0.6</jaxb-runtime.version>
6868
<jersey.version>3.1.11</jersey.version>
6969
<junit.version>6.0.2</junit.version>

0 commit comments

Comments
 (0)