File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
samples/spring-boot-3-web Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments