Skip to content

Commit

Permalink
build(deps): bump spring-boot-dependencies from 2.7.4 to 2.7.5
Browse files Browse the repository at this point in the history
Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.4 to 2.7.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.4...v2.7.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
1 parent e5c11ee commit 361ff0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/jax-rs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.7.4</version>
<version>2.7.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion frameworks/jax-rs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<description>Component for logging of pretty-printed XML in JAX-RS.</description>

<properties>
<spring.boot.version>2.7.4</spring.boot.version>
<spring.boot.version>2.7.5</spring.boot.version>
<cxf.version>3.5.4</cxf.version>
<junit.version>5.9.1</junit.version>
</properties>
Expand Down

0 comments on commit 361ff0a

Please sign in to comment.