This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 4da24fc75bf Align to spring boot 2.7.3 (#608)
4da24fc75bf is described below
commit 4da24fc75bff7dc2ca91c3145f1b0aa683e73108
Author: Tom Cunningham <[email protected]>
AuthorDate: Fri Aug 19 00:37:25 2022 -0400
Align to spring boot 2.7.3 (#608)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a100bc63098..d2313ca293c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<compiler.fork>false</compiler.fork>
<!-- Spring-Boot target version -->
- <spring-boot-version>2.7.2</spring-boot-version>
+ <spring-boot-version>2.7.3</spring-boot-version>
<!-- Camel target version -->
<camel-version>3.19.0-SNAPSHOT</camel-version>