This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git
The following commit(s) were added to refs/heads/main by this push:
new d114446 Bump org.javassist:javassist from 3.31.0-GA to 3.32.0-GA
(#347)
d114446 is described below
commit d114446906e19c2d57e2ef860adcb9c441f5020f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 28 22:19:45 2026 -0400
Bump org.javassist:javassist from 3.31.0-GA to 3.32.0-GA (#347)
Bumps
[org.javassist:javassist](https://github.com/jboss-javassist/javassist) from
3.31.0-GA to 3.32.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-version: 3.32.0-GA
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
cxf-xjc-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index 6a41e65..2a11fad 100644
--- a/cxf-xjc-plugin/pom.xml
+++ b/cxf-xjc-plugin/pom.xml
@@ -119,7 +119,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.31.0-GA</version>
+ <version>3.32.0-GA</version>
</dependency>
</dependencies>