Skip to content

Commit d0447ae

Browse files
Bump org.springframework.boot:spring-boot-starter-test in /examples
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 3.4.2 to 3.4.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e90212b commit d0447ae

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)