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
commit 68f23ef89494a5b9b461d9f879f82633603b87bc Author: Claus Ibsen <[email protected]> AuthorDate: Mon Sep 27 11:23:09 2021 +0200 Upgrade Roaster --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6156f2b..3af64f5 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version> <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version> <mycila-license-version>3.0</mycila-license-version> - <roaster-version>2.22.0.Final</roaster-version> + <roaster-version>2.23.2.Final</roaster-version> <surefire.version>${maven-surefire-plugin-version}</surefire.version> <undertow-version>2.2.0.Final</undertow-version> </properties>
