Skip to content

Commit

Permalink
Bump the fasterxml-jackson group with 1 update
Browse files Browse the repository at this point in the history
Bumps the fasterxml-jackson group with 1 update: [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom).


Updates `com.fasterxml.jackson:jackson-bom` from 2.16.2 to 2.17.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.16.2...jackson-bom-2.17.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fasterxml-jackson
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2024
1 parent 7e39ee0 commit e31a48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.16.2</version>
<version>2.17.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.16.2</version>
<version>2.17.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit e31a48e

Please sign in to comment.