Skip to content

Commit

Permalink
chore(deps): update plugin org.springframework.boot to v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 40738f4 commit 3424322
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.3.3'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.6'
id 'io.freefair.lombok' version '8.10'
}
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.6'
id 'org.springframework.boot' version '3.3.3' apply false
id 'org.springframework.boot' version '3.3.4' apply false
id 'org.sonarqube' version '5.1.0.4882'
}

Expand Down

0 comments on commit 3424322

Please sign in to comment.