Bumped Spring Boot 3.3.3
This commit is contained in:
parent
361831c72a
commit
f8b49fb64b
2 changed files with 13 additions and 7 deletions
6
.idea/bld.xml
generated
Normal file
6
.idea/bld.xml
generated
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="BldConfiguration">
|
||||||
|
<events />
|
||||||
|
</component>
|
||||||
|
</project>
|
|
@ -24,15 +24,15 @@ public class ApplicationBuild extends WebProject {
|
||||||
repositories = List.of(MAVEN_CENTRAL);
|
repositories = List.of(MAVEN_CENTRAL);
|
||||||
|
|
||||||
scope(compile)
|
scope(compile)
|
||||||
.include(dependency("org.springframework.boot:spring-boot-starter:3.3.2"))
|
.include(dependency("org.springframework.boot:spring-boot-starter:3.3.3"))
|
||||||
.include(dependency("org.springframework.boot:spring-boot-starter-actuator:3.3.2"))
|
.include(dependency("org.springframework.boot:spring-boot-starter-actuator:3.3.3"))
|
||||||
.include(dependency("org.springframework.boot:spring-boot-starter-web:3.3.2"));
|
.include(dependency("org.springframework.boot:spring-boot-starter-web:3.3.3"));
|
||||||
scope(test)
|
scope(test)
|
||||||
.include(dependency("org.springframework.boot:spring-boot-starter-test:3.3.2"))
|
.include(dependency("org.springframework.boot:spring-boot-starter-test:3.3.3"))
|
||||||
.include(dependency("org.junit.jupiter:junit-jupiter:5.10.3"))
|
.include(dependency("org.junit.jupiter:junit-jupiter:5.11.0"))
|
||||||
.include(dependency("org.junit.platform:junit-platform-console-standalone:1.10.3"));
|
.include(dependency("org.junit.platform:junit-platform-console-standalone:1.11.0"));
|
||||||
scope(standalone)
|
scope(standalone)
|
||||||
.include(dependency("org.springframework.boot:spring-boot-loader:3.3.2"));
|
.include(dependency("org.springframework.boot:spring-boot-loader:3.3.3"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue