This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit e6eface0573d94842fafd6c482fc04f3a6210235 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Mar 26 15:49:55 2020 +0100 Upgrade SB to 3.2.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c3f8bd7..6b46663 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.5.RELEASE</spring-boot-version> + <spring-boot-version>2.2.6.RELEASE</spring-boot-version> <!-- Camel target version --> <camel-version>3.2.0-SNAPSHOT</camel-version>