You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/01/21 10:41:49 UTC

[logging-log4j2] branch release-2.x updated: Bump java-allocation-instrumenter from 3.0.1 to 3.3.0 (#725)

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 472b7b8  Bump java-allocation-instrumenter from 3.0.1 to 3.3.0 (#725)
472b7b8 is described below

commit 472b7b8f03a98f173e790885c72fe9a3c4d8bfcd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 21 11:41:41 2022 +0100

    Bump java-allocation-instrumenter from 3.0.1 to 3.3.0 (#725)
    
    Bumps [java-allocation-instrumenter](https://github.com/google/allocation-instrumenter) from 3.0.1 to 3.3.0.
    - [Release notes](https://github.com/google/allocation-instrumenter/releases)
    - [Commits](https://github.com/google/allocation-instrumenter/compare/java-allocation-instrumenter-3.0.1...java-allocation-instrumenter-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.java-allocation-instrumenter:java-allocation-instrumenter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4eef768..b79a040 100644
--- a/pom.xml
+++ b/pom.xml
@@ -958,7 +958,7 @@
       <dependency>
         <groupId>com.google.code.java-allocation-instrumenter</groupId>
         <artifactId>java-allocation-instrumenter</artifactId>
-        <version>3.0.1</version>
+        <version>3.3.0</version>
       </dependency>
       <dependency>
         <groupId>org.hdrhistogram</groupId>