Skip to content

Commit b1c3d89

Browse files
Bump the maven-dependencies group with 2 updates
Bumps the maven-dependencies group with 2 updates: commons-io:commons-io and [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Updates `commons-io:commons-io` from 2.16.1 to 2.17.0 Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2dea2b commit b1c3d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<!-- Serialization -->
6565
<jackson.version>2.16.0</jackson.version>
6666
<!-- Other -->
67-
<commons-io.version>2.16.1</commons-io.version>
67+
<commons-io.version>2.17.0</commons-io.version>
6868
<reactor.version>3.6.10</reactor.version>
6969
<!-- Testing -->
7070
<assertj.version>3.26.3</assertj.version>

tracing-spring-boot-3-integrationtests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.boot</groupId>
2323
<artifactId>spring-boot-starter-parent</artifactId>
24-
<version>3.3.3</version>
24+
<version>3.3.4</version>
2525
<relativePath/>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)