Skip to content

Commit 53bc859

Browse files
Bump jackson-databind from 2.13.2.2 to 2.13.4.1 (#58)
* Bump jackson-databind from 2.13.2.2 to 2.13.4.1 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.2 to 2.13.4.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:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml Bumping all of jackson. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Pocock <[email protected]>
1 parent 41e02d9 commit 53bc859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2004-2021, Oracle and/or its affiliates.
3+
~ Copyright (c) 2004-2022, Oracle and/or its affiliates.
44
~
55
~ Licensed under the 2-clause BSD license.
66
~
@@ -40,8 +40,8 @@
4040
<maven.compiler.source>1.8</maven.compiler.source>
4141
<maven.compiler.target>1.8</maven.compiler.target>
4242
<edn.version>0.7.1</edn.version>
43-
<jackson.version>2.13.2</jackson.version>
44-
<jackson.databind.version>2.13.2.2</jackson.databind.version>
43+
<jackson.version>2.13.4</jackson.version>
44+
<jackson.databind.version>2.13.4.2</jackson.databind.version>
4545
<jline.version>3.21.0</jline.version>
4646
<junit.version>5.8.2</junit.version>
4747
<protobuf.version>3.19.6</protobuf.version>

0 commit comments

Comments
 (0)