Skip to content

Commit

Permalink
Merge pull request fabric8io#2386 from fabric8io/dependabot/maven/com…
Browse files Browse the repository at this point in the history
….fasterxml.jackson-jackson-bom-2.11.2
  • Loading branch information
fusesource-ci committed Aug 20, 2020
2 parents d7693e0 + 11c34f7 commit c5dc134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Fix #2355: bump jandex from 2.1.3.Final to 2.2.0.Final
* Fix #2353: chore: bump workflow action-setup versions + kubernetes to 1.18.6
* Fix #2292: Update createOrReplace to do replace when create fails with conflict
* Fix: Bump SnakeYaml to version 1.26 (as required for OSGi bundle for jackson-dataformat-yaml)

#### New Features
* CSI Volume Snapshot extension
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<okhttp.bundle.version>3.12.1_1</okhttp.bundle.version>
<okio.version>1.15.0</okio.version>
<okio.bundle.version>1.15.0_1</okio.bundle.version>
<jackson.version>2.10.3</jackson.version>
<jackson.version>2.11.2</jackson.version>
<mockwebserver.version>0.1.8</mockwebserver.version>

<!-- API versions -->
Expand All @@ -111,7 +111,7 @@
<slf4j.version>1.7.30</slf4j.version>
<mockito.version>3.5.2</mockito.version>
<lombok.version>1.18.12</lombok.version>
<snakeyaml.version>1.24</snakeyaml.version>
<snakeyaml.version>1.26</snakeyaml.version>
<bouncycastle.version>1.66</bouncycastle.version>
<commons-codec.version>1.14</commons-codec.version>
<commons-compress.version>1.20</commons-compress.version>
Expand Down

0 comments on commit c5dc134

Please sign in to comment.