Skip to content

Commit

Permalink
Merge pull request #379 from skjolber/dependabot/maven/org.springfram…
Browse files Browse the repository at this point in the history
…ework.boot-spring-boot-dependencies-2.7.5

build(deps): bump spring-boot-dependencies from 2.7.4 to 2.7.5
  • Loading branch information
skjolber authored Nov 16, 2022
2 parents b4d701f + 361ff0a commit b79d78b
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 b79d78b

Please sign in to comment.