You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/05/21 04:48:07 UTC

[maven-surefire] branch master updated: Bump javassist from 3.22.0-GA to 3.29.0-GA

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 03cafca00 Bump javassist from 3.22.0-GA to 3.29.0-GA
03cafca00 is described below

commit 03cafca004be1b00ff254060a6952de0ea2a3df3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 17 19:31:18 2022 +0000

    Bump javassist from 3.22.0-GA to 3.29.0-GA
    
    Bumps [javassist](https://github.com/jboss-javassist/javassist) from 3.22.0-GA to 3.29.0-GA.
    - [Release notes](https://github.com/jboss-javassist/javassist/releases)
    - [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md)
    - [Commits](https://github.com/jboss-javassist/javassist/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.javassist:javassist
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba5d6229d..aa32da428 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,7 +296,7 @@
       <dependency>
         <groupId>org.javassist</groupId>
         <artifactId>javassist</artifactId>
-        <version>3.22.0-GA</version>
+        <version>3.29.0-GA</version>
       </dependency>
       <!-- END: PowerMock@Java9 -->
       <dependency>