Skip to content

Commit

Permalink
Bump jackson.version from 2.13.3 to 2.14.1 (#413)
Browse files Browse the repository at this point in the history
* Bump jackson.version from 2.13.3 to 2.14.1

Bumps `jackson.version` from 2.13.3 to 2.14.1.

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

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  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
...

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

* Fix test

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
  • Loading branch information
dependabot[bot] and slawekjaranowski authored Jan 20, 2023
1 parent 7c619e1 commit 5b12a3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<properties>
<bouncycastle.version>1.70</bouncycastle.version>
<jackson.version>2.13.3</jackson.version>
<jackson.version>2.14.1</jackson.version>
<maven.version>3.5.0</maven.version>
<mockito.version>4.6.1</mockito.version>
<resilience4j.version>1.7.1</resilience4j.version>
Expand Down
8 changes: 5 additions & 3 deletions src/it/sigOkKeysMapWithPluginDependencies/keysmap.list
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ classworlds:classworlds:1.1 = noSig
classworlds:classworlds:1.1-alpha-2 = noSig
com.beust:jcommander:1.72 = 0x67497E9D680CE8E95BD6B8F85AD66315FC018797
com.facebook.infer.annotation:infer-annotation:0.11.0 = 0xA40F78DC866DEDC8C25C747A6B36BCFBED910BD2
com.fasterxml.jackson.core:jackson-annotations:2.10.1 = 0x6214760097DC5CFAD0175AC2C9FBAA83A8753994
com.fasterxml.jackson.core:jackson-core:2.10.1 = 0x6214760097DC5CFAD0175AC2C9FBAA83A8753994
com.fasterxml.jackson.core:jackson-databind:2.10.1 = 0x6214760097DC5CFAD0175AC2C9FBAA83A8753994

com.fasterxml.jackson.core = \
0x28118C070CB22A0175A2E8D43D12CA2AC19F3181, \
0x6214760097DC5CFAD0175AC2C9FBAA83A8753994

com.github.fge = 0xE231245C9E2D09F6F8A4259A37246FA6B97F0377

com.github.java-json-tools:jackson-coreutils:1.9 = 0x36BB1C8A910CC6B5A6A7344626ED90A14377DCC4
Expand Down

0 comments on commit 5b12a3f

Please sign in to comment.