This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 4654e62 Bump jackson.version from 2.12.4 to 2.12.5 in /lang/java
(#1322)
4654e62 is described below
commit 4654e621888e631fa6980e83efa8cb100a272378
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 6 15:18:24 2021 +0200
Bump jackson.version from 2.12.4 to 2.12.5 in /lang/java (#1322)
Bumps `jackson.version` from 2.12.4 to 2.12.5.
Updates `jackson-core` from 2.12.4 to 2.12.5
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.4...jackson-core-2.12.5)
Updates `jackson-databind` from 2.12.4 to 2.12.5
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 109e199..c1928bc 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -38,7 +38,7 @@
<!-- version properties for dependencies -->
<hadoop.version>3.3.1</hadoop.version>
- <jackson.version>2.12.4</jackson.version>
+ <jackson.version>2.12.5</jackson.version>
<servlet-api.version>4.0.1</servlet-api.version>
<jetty.version>9.4.43.v20210629</jetty.version>
<jopt-simple.version>5.0.4</jopt-simple.version>