We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90212b commit d0447aeCopy full SHA for d0447ae
examples/aspectj/weaving/build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
implementation localGroovy()
39
40
testImplementation "junit:junit:4.13.2"
41
- implementation "org.springframework.boot:spring-boot-starter-test:3.4.2"
+ implementation "org.springframework.boot:spring-boot-starter-test:3.4.3"
42
}
43
44
configurations.testImplementation.extendsFrom(configurations.jacocoAnt)
0 commit comments