Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 99f59d0 + 80cf011 commit 1f3d41cCopy full SHA for 1f3d41c
examples/aspectj/weaving/build.gradle
@@ -32,13 +32,13 @@ dependencies {
32
33
implementation "org.slf4j:slf4j-api:2.+"
34
35
- implementation "org.springframework.boot:spring-boot-starter:3.4.1"
+ implementation "org.springframework.boot:spring-boot-starter:3.4.2"
36
37
implementation "org.aspectj:aspectjrt:1.9.22.1"
38
implementation localGroovy()
39
40
testImplementation "junit:junit:4.13.2"
41
- implementation "org.springframework.boot:spring-boot-starter-test:3.4.1"
+ implementation "org.springframework.boot:spring-boot-starter-test:3.4.2"
42
}
43
44
configurations.testImplementation.extendsFrom(configurations.jacocoAnt)
0 commit comments