Skip to content

Commit 942e500

Browse files
authored
Merge pull request #1016 from apache/dependabot/maven/spring-boot.version-2.7.14
build(deps): bump spring-boot.version from 2.7.13 to 2.7.14
2 parents d261f35 + 87a5daf commit 942e500

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<slf4j.version>2.0.7</slf4j.version>
112112
<log4j.version>2.20.0</log4j.version>
113113
<spring.version>5.3.29</spring.version>
114-
<spring-boot.version>2.7.13</spring-boot.version>
114+
<spring-boot.version>2.7.14</spring-boot.version>
115115
<guice.version>4.2.3</guice.version>
116116
<jaxrs.api.version>2.1.6</jaxrs.api.version>
117117
<htmlunit.version>2.70.0</htmlunit.version>

samples/spring-boot-3-web/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434

3535
<properties>
3636
<module.name>samples.spring.boot3.web</module.name>
37-
<spring-boot.version>3.1.1</spring-boot.version>
37+
<spring-boot3.version>3.1.2</spring-boot3.version>
38+
<spring-boot.version>${spring-boot3.version}</spring-boot.version>
3839
<!-- below versions are not necessary in "real" applications -->
3940
<spring.version>6.0.10</spring.version>
4041
</properties>

tools/hasher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.springframework.boot</groupId>
8989
<artifactId>spring-boot-maven-plugin</artifactId>
90-
<version>2.7.13</version>
90+
<version>2.7.14</version>
9191
<executions>
9292
<execution>
9393
<goals>

0 commit comments

Comments
 (0)