Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

chore: Bump jackson-databind from 2.9.10.5 to 2.9.10.7 in /gtfs-realtime-validator-lib #393

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gtfs-realtime-validator-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.5</version>
<version>2.9.10.7</version>
</dependency>
<!-- starting with Java 11 these libraries are no longer part of the JRE by default
therefore they have to be added as ordinary dependencies -->
Expand Down