Skip to content

Commit 1f3d41c

Browse files
authored
Merge pull request #1291 from freefair/dependabot/gradle/examples/org.springframework.boot-spring-boot-starter-3.4.2
Bump org.springframework.boot:spring-boot-starter from 3.4.1 to 3.4.2 in /examples
2 parents 99f59d0 + 80cf011 commit 1f3d41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/aspectj/weaving/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ dependencies {
3232

3333
implementation "org.slf4j:slf4j-api:2.+"
3434

35-
implementation "org.springframework.boot:spring-boot-starter:3.4.1"
35+
implementation "org.springframework.boot:spring-boot-starter:3.4.2"
3636

3737
implementation "org.aspectj:aspectjrt:1.9.22.1"
3838
implementation localGroovy()
3939

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

4444
configurations.testImplementation.extendsFrom(configurations.jacocoAnt)

0 commit comments

Comments
 (0)