Skip to content

Commit

Permalink
Bump jackson dependency to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed May 10, 2023
1 parent d946504 commit baf727e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<nexus.staging.keepStagingRepositoryOnFailure>true</nexus.staging.keepStagingRepositoryOnFailure>
<nexus.staging.skipStagingRepositoryClose>true</nexus.staging.skipStagingRepositoryClose>
<nexus.staging.autoReleaseAfterClose>false</nexus.staging.autoReleaseAfterClose>
<jackson.version>2.14.0</jackson.version>
<jackson.version>2.15.0</jackson.version>
<h2database.version>2.1.214</h2database.version>
<ebean-persistence-api.version>3.0</ebean-persistence-api.version>
<ebean-types.version>3.0</ebean-types.version>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.10</version>
<version>1.2.11</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down

0 comments on commit baf727e

Please sign in to comment.