diff --git a/examples/aspectj/weaving/build.gradle b/examples/aspectj/weaving/build.gradle index d3e82831..b1c17682 100644 --- a/examples/aspectj/weaving/build.gradle +++ b/examples/aspectj/weaving/build.gradle @@ -32,13 +32,13 @@ dependencies { implementation "org.slf4j:slf4j-api:2.+" - implementation "org.springframework.boot:spring-boot-starter:4.0.6" + implementation "org.springframework.boot:spring-boot-starter:4.1.0" implementation "org.aspectj:aspectjrt:1.9.25.1" implementation localGroovy() testImplementation "junit:junit:4.13.2" - implementation "org.springframework.boot:spring-boot-starter-test:4.0.6" + implementation "org.springframework.boot:spring-boot-starter-test:4.1.0" } configurations.testImplementation.extendsFrom(configurations.jacocoAnt)