We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8912c4f commit 2484ae5Copy full SHA for 2484ae5
pom.xml
@@ -108,7 +108,7 @@
108
<compiler.fork>false</compiler.fork>
109
110
<!-- Spring-Boot target version -->
111
- <spring-boot-version>3.3.9</spring-boot-version>
+ <spring-boot-version>3.3.10</spring-boot-version>
112
113
<!-- Camel target version -->
114
<camel-version>4.8.6-SNAPSHOT</camel-version>
tooling/camel-spring-boot-bom/pom.xml
@@ -1891,7 +1891,7 @@
1891
<dependency>
1892
<groupId>org.apache.camel</groupId>
1893
<artifactId>camel-test-spring-junit5</artifactId>
1894
- <version>4.8.5</version>
+ <version>4.8.6-SNAPSHOT</version>
1895
</dependency>
1896
</dependencies>
1897
</dependencyManagement>
0 commit comments