Skip to content

Commit 7738a36

Browse files
authored
Merge pull request #1306 from freefair/dependabot/gradle/examples/org.springframework.boot-spring-boot-starter-test-3.4.3
Bump org.springframework.boot:spring-boot-starter-test from 3.4.2 to 3.4.3 in /examples
2 parents 90bf7db + d0447ae commit 7738a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aspectj/weaving/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation localGroovy()
3939

4040
testImplementation "junit:junit:4.13.2"
41-
implementation "org.springframework.boot:spring-boot-starter-test:3.4.2"
41+
implementation "org.springframework.boot:spring-boot-starter-test:3.4.3"
4242
}
4343

4444
configurations.testImplementation.extendsFrom(configurations.jacocoAnt)

0 commit comments

Comments
 (0)