This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new ee40f25 Bump Spring Boot to version 2.2.7.RELEASE
ee40f25 is described below
commit ee40f25d7b91a2f112ed3de84debde8d37fb413e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu May 7 20:04:23 2020 +0200
Bump Spring Boot to version 2.2.7.RELEASE
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d99c2cc..bc0f3be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
<compiler.fork>false</compiler.fork>
<!-- Spring-Boot target version -->
- <spring-boot-version>2.2.6.RELEASE</spring-boot-version>
+ <spring-boot-version>2.2.7.RELEASE</spring-boot-version>
<!-- Camel target version -->
<camel-version>3.3.0-SNAPSHOT</camel-version>