Skip to content

Commit

Permalink
chore(deps): update plugin org.springframework.boot to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent ad43606 commit 55a0f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.4.0'
id 'org.springframework.boot' version '3.4.1'
id 'io.spring.dependency-management' version '1.1.7'
id 'io.freefair.lombok' version '8.11'
}
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'io.spring.dependency-management' version '1.1.7'
id 'org.springframework.boot' version '3.4.0' apply false
id 'org.springframework.boot' version '3.4.1' apply false
id 'org.sonarqube' version '6.0.1.5171'
}

Expand Down

0 comments on commit 55a0f79

Please sign in to comment.