Skip to content
Snippets Groups Projects
Commit 0c5ee43d authored by David Diederich's avatar David Diederich
Browse files

Upgrading Jackson versions

parent 156d09b0
No related branches found
No related tags found
2 merge requests!229Merge branch 'dependency-upgrade' into 'master',!205Upgrade Jackson Databind Version
......@@ -62,19 +62,19 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.0</version>
<version>2.13.2.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.0</version>
<version>2.13.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.12.0</version>
<version>2.13.2</version>
</dependency>
<!-- Testing packages -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment