Skip to content

Commit

Permalink
build(deps-dev): bump jackson-databind from 2.13.1 to 2.13.2.1 (#1614)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump jackson-databind from 2.13.1 to 2.13.2.1

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.2.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-databind
  dependency-type: direct:development
...

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

* Isolate databind versioning

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo.br@gmail.com>
  • Loading branch information
3 people committed Jun 16, 2022
1 parent 016ba47 commit 6aeb2ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
<json.version>20210307</json.version>

<junit.version>4.13.2</junit.version>
<jackson.version>2.13.1</jackson.version>
<jackson.version>2.13.2</jackson.version>
<jackson-databind.version>2.13.2.1</jackson-databind.version>
<assertj.version>3.21.0</assertj.version>
<hamcrest.version>2.2</hamcrest.version>
<mockito.version>4.0.0</mockito.version>
Expand Down Expand Up @@ -340,7 +341,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>${jackson-databind.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6aeb2ef

Please sign in to comment.