This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-10683 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit f21c1344d131fa71ac6075684c16d757abe3aee7 Author: Julian Reschke <[email protected]> AuthorDate: Fri Mar 1 14:00:50 2024 +0100 OAK-10683: Update spring-boot dependency to version 2.7.18 --- oak-examples/standalone/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oak-examples/standalone/pom.xml b/oak-examples/standalone/pom.xml index af727b3a3e..6f2979b956 100644 --- a/oak-examples/standalone/pom.xml +++ b/oak-examples/standalone/pom.xml @@ -36,7 +36,7 @@ <properties> <skip.deployment>true</skip.deployment> - <spring.boot.version>2.7.13</spring.boot.version> + <spring.boot.version>2.7.18</spring.boot.version> </properties> <dependencyManagement>
