Skip to content

Commit

Permalink
Bump jackson.version from 2.17.1 to 2.17.2 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 4843ec1 commit 7003d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsurfer-jackson-jr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-objects</artifactId>
<version>2.17.1</version>
<version>${jackson.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<main.basedir>${maven.multiModuleProjectDirectory}</main.basedir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson.version>2.17.1</jackson.version>
<jackson.version>2.17.2</jackson.version>
<gson.version>2.9.0</gson.version>
<fastjson.version>1.2.79</fastjson.version>
<cobertura.maven.plugin.version>2.7</cobertura.maven.plugin.version>
Expand Down

0 comments on commit 7003d8b

Please sign in to comment.