Skip to content

Commit

Permalink
Merge pull request #53 from spdx/updatelibs
Browse files Browse the repository at this point in the history
Update JSON and Jackson library versions
  • Loading branch information
goneall committed May 10, 2023
2 parents e43dc04 + dce31c2 commit 32327c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.0-rc3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.0-rc3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.15.0-rc3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand All @@ -134,7 +134,7 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.0-rc3</version>
<version>2.15.0</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 32327c2

Please sign in to comment.