File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >spring-boot-caching</artifactId >
77 <version >0.1-SNAPSHOT</version >
6565 </exclusion >
6666 </exclusions >
6767 </dependency >
68-
68+
6969 <!--
7070 2. Explicitly define Spring Framework dependencies at version 6.2.11
7171 (Required by user for spring-context and spring-context-support)
176176 </build >
177177
178178 <properties >
179+ <spring-boot .version>3.5.7</spring-boot .version>
179180 <start-class >com.baeldung.caching.boot.CacheApplication</start-class >
180181 <embedded .redis.version>1.4.0</embedded .redis.version>
181182 </properties >
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.springframework.boot</groupId >
1414 <artifactId >spring-boot-starter-parent</artifactId >
15- <version >3.5.4 </version >
15+ <version >3.5.7 </version >
1616 <relativePath />
1717 </parent >
1818
8989
9090 <properties >
9191 <start-class >com.baeldung.actuator.Application</start-class >
92- <spring-boot-maven-plugin .version>3.5.4 </spring-boot-maven-plugin .version>
92+ <spring-boot-maven-plugin .version>3.5.7 </spring-boot-maven-plugin .version>
9393 </properties >
9494
9595</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.baeldung</groupId >
77 <artifactId >spring-boot-validation</artifactId >
3030 <groupId >com.h2database</groupId >
3131 <artifactId >h2</artifactId >
3232 </dependency >
33-
3433 <dependency >
3534 <groupId >org.assertj</groupId >
3635 <artifactId >assertj-core</artifactId >
4948
5049 <properties >
5150 <start-class >com.baeldung.beanvalidation.application.Application</start-class >
51+ <spring-boot .version>3.5.7</spring-boot .version>
5252 </properties >
5353
5454</project >
You can’t perform that action at this time.
0 commit comments