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 1079d65 Bump org.javassist:javassist from 3.30.1-GA to 3.30.2-GA
(#109)
1079d65 is described below
commit 1079d65be49f5103211bdc21acd3a9236aa56bca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 24 21:49:17 2023 -0500
Bump org.javassist:javassist from 3.30.1-GA to 3.30.2-GA (#109)
Bumps
[org.javassist:javassist](https://github.com/jboss-javassist/javassist) from
3.30.1-GA to 3.30.2-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-patch
...
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 3c78911..d06dd9e 100644
--- a/cxf-xjc-plugin/pom.xml
+++ b/cxf-xjc-plugin/pom.xml
@@ -91,7 +91,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.30.1-GA</version>
+ <version>3.30.2-GA</version>
</dependency>
</dependencies>