This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 2f012d532 Bump reload4j from 1.2.21 to 1.2.22 in /lang/java (#1780)
2f012d532 is described below
commit 2f012d532fb54952b96230d73718e92c512a372f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 25 11:18:31 2022 +0300
Bump reload4j from 1.2.21 to 1.2.22 in /lang/java (#1780)
Bumps [reload4j](https://github.com/qos-ch/reload4j) from 1.2.21 to 1.2.22.
- [Release notes](https://github.com/qos-ch/reload4j/releases)
- [Commits](https://github.com/qos-ch/reload4j/compare/v_1.2.21...v_1.2.22)
---
updated-dependencies:
- dependency-name: ch.qos.reload4j:reload4j
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>
(cherry picked from commit 4e1a1a854482b2bb0085de67d13c60e4dd6c6550)
---
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 a0a0a4c77..a11fe3367 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -48,7 +48,7 @@
<protobuf.version>3.21.3</protobuf.version>
<thrift.version>0.16.0</thrift.version>
<slf4j.version>1.7.36</slf4j.version>
- <reload4j.version>1.2.21</reload4j.version>
+ <reload4j.version>1.2.22</reload4j.version>
<snappy.version>1.1.8.4</snappy.version>
<velocity.version>2.3</velocity.version>
<maven-core.version>3.3.9</maven-core.version>