You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2021/12/16 02:28:48 UTC

[iotdb] branch rel/0.12 updated: Bump javassist from 3.24.0-GA to 3.24.1-GA (#4503)

This is an automated email from the ASF dual-hosted git repository.

rong pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 2b87e90  Bump javassist from 3.24.0-GA to 3.24.1-GA (#4503)
2b87e90 is described below

commit 2b87e90e4b8156bf7816b39c3de3b65a38a7dfcd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 16 10:28:14 2021 +0800

    Bump javassist from 3.24.0-GA to 3.24.1-GA (#4503)
    
    Bumps [javassist](https://github.com/jboss-javassist/javassist) from 3.24.0-GA to 3.24.1-GA.
    - [Release notes](https://github.com/jboss-javassist/javassist/releases)
    - [Commits](https://github.com/jboss-javassist/javassist/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.javassist:javassist
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 d64a674..9957234 100644
--- a/pom.xml
+++ b/pom.xml
@@ -388,7 +388,7 @@
             <dependency>
                 <groupId>org.javassist</groupId>
                 <artifactId>javassist</artifactId>
-                <version>3.24.0-GA</version>
+                <version>3.24.1-GA</version>
             </dependency>
             <dependency>
                 <groupId>org.mockito</groupId>