Skip to content

Commit

Permalink
Bump jackson.version from 2.14.0 to 2.14.1 (#342)
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.14.0 to 2.14.1.

Updates `jackson-databind` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-datatype-jdk8` from 2.14.0 to 2.14.1

Updates `jackson-datatype-jsr310` from 2.14.0 to 2.14.1

Updates `jackson-module-kotlin` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases)
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.14.0...jackson-module-kotlin-2.14.1)

Updates `jackson-dataformat-csv` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.14.0...jackson-dataformats-text-2.14.1)

Updates `jackson-dataformat-xml` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson-dataformat-xml/releases)
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.14.0...jackson-dataformat-xml-2.14.1)

Updates `jackson-dataformat-yaml` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.14.0...jackson-dataformats-text-2.14.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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 Nov 28, 2022
1 parent fccfea7 commit cf373c1
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 @@ -16,7 +16,7 @@
<kotlin.version>1.7.21</kotlin.version>

<kotlinx-coroutines.version>1.6.4</kotlinx-coroutines.version>
<jackson.version>2.14.0</jackson.version>
<jackson.version>2.14.1</jackson.version>
<jsoup.version>1.15.3</jsoup.version>
<okhttp3.version>4.10.0</okhttp3.version>
<spring.version>5.3.23</spring.version>
Expand Down

0 comments on commit cf373c1

Please sign in to comment.