Skip to content

Commit

Permalink
Merge pull request #1121 from apache/dependabot/maven/spring-boot.ver…
Browse files Browse the repository at this point in the history
…sion-2.7.17

build(deps): bump spring-boot.version from 2.7.16 to 2.7.17
  • Loading branch information
lprimak authored Oct 20, 2023
2 parents 8e051de + 77ed31e commit 2ab145e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<slf4j.version>2.0.9</slf4j.version>
<log4j.version>2.20.0</log4j.version>
<spring.version>5.3.30</spring.version>
<spring-boot.version>2.7.16</spring-boot.version>
<spring-boot.version>2.7.17</spring-boot.version>
<guice.version>4.2.3</guice.version>
<jaxrs.api.version>2.1.6</jaxrs.api.version>
<htmlunit.version>3.6.0</htmlunit.version>
Expand Down
5 changes: 2 additions & 3 deletions samples/spring-boot-3-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<properties>
<module.name>samples.spring.boot3.web</module.name>
<spring-boot3.version>3.1.2</spring-boot3.version>
<spring-boot.version>${spring-boot3.version}</spring-boot.version>
<!-- below versions are not necessary in "real" applications -->
<spring.version>6.0.11</spring.version>
</properties>
Expand Down Expand Up @@ -93,7 +92,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<version>${spring-boot3.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -112,7 +111,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<version>${spring-boot3.version}</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion tools/hasher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.16</version>
<version>2.7.17</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 2ab145e

Please sign in to comment.