This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new d865bfa Bump HdrHistogram from 2.1.9 to 2.1.12 (#759)
d865bfa is described below
commit d865bfa0a5b8e8ffcde95c7eb62881438bd977a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 18 14:46:03 2022 +0100
Bump HdrHistogram from 2.1.9 to 2.1.12 (#759)
Bumps [HdrHistogram](https://github.com/HdrHistogram/HdrHistogram) from
2.1.9 to 2.1.12.
- [Release notes](https://github.com/HdrHistogram/HdrHistogram/releases)
-
[Commits](https://github.com/HdrHistogram/HdrHistogram/compare/HdrHistogram-2.1.9...HdrHistogram-2.1.12)
---
updated-dependencies:
- dependency-name: org.hdrhistogram:HdrHistogram
dependency-type: direct:development
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0387a12..d54cdaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -985,7 +985,7 @@
<dependency>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
- <version>2.1.9</version>
+ <version>2.1.12</version>
</dependency>
<dependency>
<groupId>org.apache-extras.beanshell</groupId>