Skip to content

Commit

Permalink
build(deps): bump jackson.version from 2.15.0 to 2.15.1
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.15.0 to 2.15.1.

Updates `jackson-core` from 2.15.0 to 2.15.1
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.1/release.properties)
- [Commits](FasterXML/jackson-core@jackson-core-2.15.0...jackson-core-2.15.1)

Updates `jackson-annotations` from 2.15.0 to 2.15.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-datatype-jsr310` from 2.15.0 to 2.15.1

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 17, 2023
1 parent 3e204f1 commit bb44f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<slf4j.version>2.0.7</slf4j.version>
<jaxb.api.version>2.3.3</jaxb.api.version>
<jaxb.impl.version>2.3.8</jaxb.impl.version>
<jackson.version>2.15.0</jackson.version>
<jackson.version>2.15.1</jackson.version>
<jackson.databind.version>2.15.0</jackson.databind.version>
<javax-annotation.version>1.3.2</javax-annotation.version>
<activation.api.version>1.2.2</activation.api.version>
Expand Down

0 comments on commit bb44f67

Please sign in to comment.