We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2dea2b + b1c3d89 commit b4334e7Copy full SHA for b4334e7
pom.xml
@@ -64,7 +64,7 @@
64
<!-- Serialization -->
65
<jackson.version>2.16.0</jackson.version>
66
<!-- Other -->
67
- <commons-io.version>2.16.1</commons-io.version>
+ <commons-io.version>2.17.0</commons-io.version>
68
<reactor.version>3.6.10</reactor.version>
69
<!-- Testing -->
70
<assertj.version>3.26.3</assertj.version>
tracing-spring-boot-3-integrationtests/pom.xml
@@ -21,7 +21,7 @@
21
<parent>
22
<groupId>org.springframework.boot</groupId>
23
<artifactId>spring-boot-starter-parent</artifactId>
24
- <version>3.3.3</version>
+ <version>3.3.4</version>
25
<relativePath/>
26
</parent>
27
<modelVersion>4.0.0</modelVersion>
0 commit comments