This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 944fb73c72 OAK-11745: examples: update commons-beanutils to version
1.11.0 (#2317)
944fb73c72 is described below
commit 944fb73c726db47dc527f47303b3678b74265d3a
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Jun 2 11:33:16 2025 +0200
OAK-11745: examples: update commons-beanutils to version 1.11.0 (#2317)
---
oak-examples/webapp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml
index 315863d65c..e8f09c8be8 100644
--- a/oak-examples/webapp/pom.xml
+++ b/oak-examples/webapp/pom.xml
@@ -116,7 +116,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.9.4</version>
+ <version>1.11.0</version>
</dependency>
<!-- Required for Felix WebConsole -->