Bumped to bld 1.8.0

This commit is contained in:
Erik C. Thauvin 2024-02-08 11:54:36 -08:00
parent 3cbdc32e17
commit aed9a2ea2e
5 changed files with 9 additions and 7 deletions

View file

@ -29,8 +29,8 @@ public class ApplicationBuild extends WebProject {
.include(dependency("org.springframework.boot:spring-boot-starter-web:3.2.2"));
scope(test)
.include(dependency("org.springframework.boot:spring-boot-starter-test:3.2.2"))
.include(dependency("org.junit.jupiter:junit-jupiter:5.10.1"))
.include(dependency("org.junit.platform:junit-platform-console-standalone:1.10.1"));
.include(dependency("org.junit.jupiter:junit-jupiter:5.10.2"))
.include(dependency("org.junit.platform:junit-platform-console-standalone:1.10.2"));
scope(standalone)
.include(dependency("org.springframework.boot:spring-boot-loader:3.2.2"));
}
@ -52,4 +52,4 @@ public class ApplicationBuild extends WebProject {
.fromProject(this)
.execute();
}
}
}