Skip to content

Commit

Permalink
Merge pull request #1305 from freefair/dependabot/gradle/examples/org…
Browse files Browse the repository at this point in the history
….springframework.boot-spring-boot-starter-3.4.3

Bump org.springframework.boot:spring-boot-starter from 3.4.2 to 3.4.3 in /examples
  • Loading branch information
larsgrefer authored Feb 21, 2025
2 parents 7738a36 + 5260825 commit d5092af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aspectj/weaving/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

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

implementation "org.springframework.boot:spring-boot-starter:3.4.2"
implementation "org.springframework.boot:spring-boot-starter:3.4.3"

implementation "org.aspectj:aspectjrt:1.9.22.1"
implementation localGroovy()
Expand Down

0 comments on commit d5092af

Please sign in to comment.