Skip to content

Commit

Permalink
Bump the maven-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent d2dea2b commit b1c3d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<!-- Serialization -->
<jackson.version>2.16.0</jackson.version>
<!-- Other -->
<commons-io.version>2.16.1</commons-io.version>
<commons-io.version>2.17.0</commons-io.version>
<reactor.version>3.6.10</reactor.version>
<!-- Testing -->
<assertj.version>3.26.3</assertj.version>
Expand Down
2 changes: 1 addition & 1 deletion tracing-spring-boot-3-integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit b1c3d89

Please sign in to comment.