This is an automated email from the ASF dual-hosted git repository.
acosentino 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 6d90514 Upgrade Spring Boot to version 2.5.1
6d90514 is described below
commit 6d905149bb5cda8aadc64243cda22ab95cb00cc0
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jun 16 09:38:49 2021 +0200
Upgrade Spring Boot to version 2.5.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c2ca24c..c85cbcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<compiler.fork>false</compiler.fork>
<!-- Spring-Boot target version -->
- <spring-boot-version>2.5.0</spring-boot-version>
+ <spring-boot-version>2.5.1</spring-boot-version>
<!-- Camel target version -->
<camel-version>3.11.0-SNAPSHOT</camel-version>