This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11745 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 5e2b9f6bd6d525f1adbf0f1d8b2b6417eb72d316 Author: Julian Reschke <[email protected]> AuthorDate: Fri May 30 06:32:22 2025 +0100 OAK-11745: examples: update commons-beanutils to version 1.11.0 --- 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 -->
