diff --git a/.idea/bld.xml b/.idea/bld.xml new file mode 100644 index 0000000..6600cee --- /dev/null +++ b/.idea/bld.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/bld/java/com/example/springboot/ApplicationBuild.java b/src/bld/java/com/example/springboot/ApplicationBuild.java index 75adae6..5c66191 100644 --- a/src/bld/java/com/example/springboot/ApplicationBuild.java +++ b/src/bld/java/com/example/springboot/ApplicationBuild.java @@ -24,15 +24,15 @@ public class ApplicationBuild extends WebProject { repositories = List.of(MAVEN_CENTRAL); scope(compile) - .include(dependency("org.springframework.boot:spring-boot-starter:3.3.2")) - .include(dependency("org.springframework.boot:spring-boot-starter-actuator:3.3.2")) - .include(dependency("org.springframework.boot:spring-boot-starter-web: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.3")) + .include(dependency("org.springframework.boot:spring-boot-starter-web:3.3.3")); scope(test) - .include(dependency("org.springframework.boot:spring-boot-starter-test:3.3.2")) - .include(dependency("org.junit.jupiter:junit-jupiter:5.10.3")) - .include(dependency("org.junit.platform:junit-platform-console-standalone:1.10.3")); + .include(dependency("org.springframework.boot:spring-boot-starter-test:3.3.3")) + .include(dependency("org.junit.jupiter:junit-jupiter:5.11.0")) + .include(dependency("org.junit.platform:junit-platform-console-standalone:1.11.0")); 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) {