Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 2 updates (#6)
Browse files Browse the repository at this point in the history
Bumps the maven group with 2 updates in the / directory: commons-io:commons-io and [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot).


Updates `commons-io:commons-io` from 2.8.0 to 2.14.0

Updates `org.springframework.boot:spring-boot-starter-web` from 2.2.6.RELEASE to 2.5.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.2.6.RELEASE...v2.5.12)

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent e69ba66 commit a6a8baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
<spring.version>2.2.6.RELEASE</spring.version>
<spring.version>2.5.12</spring.version>
</properties>

<dependencies>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a6a8baa

Please sign in to comment.