Skip to content

Commit 556678b

Browse files
authored
Merge pull request #1335 from freefair/dependabot/gradle/examples/org.springframework.boot-spring-boot-starter-test-3.4.4
Bump org.springframework.boot:spring-boot-starter-test from 3.4.3 to 3.4.4 in /examples
2 parents 86e9950 + 4be25d8 commit 556678b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3"
41+
implementation "org.springframework.boot:spring-boot-starter-test:3.4.4"
4242
}
4343

4444
configurations.testImplementation.extendsFrom(configurations.jacocoAnt)

0 commit comments

Comments
 (0)