Skip to content

Commit

Permalink
Bump version.com.fasterxml.jackson from 2.13.2 to 2.15.1 (#289)
Browse files Browse the repository at this point in the history
Bumps `version.com.fasterxml.jackson` from 2.13.2 to 2.15.1.

Updates `jackson-core` from 2.13.2 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.13.2...jackson-core-2.15.1)

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

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

Updates `jackson-dataformat-xml` from 2.13.2 to 2.15.1
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.13.2...jackson-dataformat-xml-2.15.1)

Updates `jackson-dataformat-csv` from 2.13.2 to 2.15.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.13.2...jackson-dataformats-text-2.15.1)

Updates `jackson-module-jaxb-annotations` from 2.13.2 to 2.15.1
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.13.2...jackson-modules-base-2.15.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2023
1 parent 6a93fb5 commit bc81e16
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 @@ -58,7 +58,7 @@
<version.org.jboss.weld.weld-se>5.0.1.Final</version.org.jboss.weld.weld-se>
<version.org.mapstruct>1.5.5.Final</version.org.mapstruct>
<version.net.sf.supercsv>2.4.0</version.net.sf.supercsv>
<version.com.fasterxml.jackson>2.13.2</version.com.fasterxml.jackson>
<version.com.fasterxml.jackson>2.15.1</version.com.fasterxml.jackson>
<version.org.mongodb.mongo-java-driver>3.8.0</version.org.mongodb.mongo-java-driver>

<version.org.infinispan>13.0.10.Final</version.org.infinispan>
Expand Down

0 comments on commit bc81e16

Please sign in to comment.