This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/main by this push:
new 7e88e0ec8 build(deps): bump org.javassist:javassist from 3.32.0-GA to
3.33.0-GA (#319)
7e88e0ec8 is described below
commit 7e88e0ec8ce3d09f2c3eaf612bae84e2b6e8f686
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 09:51:25 2026 -0500
build(deps): bump org.javassist:javassist from 3.32.0-GA to 3.33.0-GA (#319)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 33c5b77f6..c620ad48f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.32.0-GA</version>
+ <version>3.33.0-GA</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>