Skip to content

Commit

Permalink
Merge pull request #60 from allegro/dependabot/gradle/org.springframe…
Browse files Browse the repository at this point in the history
…work.boot-3.2.5

Bump org.springframework.boot from 3.2.4 to 3.2.5
  • Loading branch information
3750 authored Apr 24, 2024
2 parents d29d68f + 4aead54 commit ad5af83
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion commons-db/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'groovy'
id 'org.springframework.boot' version '3.2.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
}

Expand Down
2 changes: 1 addition & 1 deletion commons-rest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'groovy'
id 'org.springframework.boot' version '3.2.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
}

Expand Down
2 changes: 1 addition & 1 deletion part1.1-shared-state/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy'
id 'org.springframework.boot' version '3.2.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.github.platan.tests-execution-chart'
}
Expand Down
2 changes: 1 addition & 1 deletion part1.2-from-sequential-to-parallel/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy'
id 'org.springframework.boot' version '3.2.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.github.platan.tests-execution-chart'
}
Expand Down
2 changes: 1 addition & 1 deletion part2.1-database/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy'
id 'org.springframework.boot' version '3.2.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.github.platan.tests-execution-chart'
}
Expand Down
2 changes: 1 addition & 1 deletion part2.2-rest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy'
id 'org.springframework.boot' version '3.2.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.github.platan.tests-execution-chart'
}
Expand Down
2 changes: 1 addition & 1 deletion part2.3-message-broker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'groovy'
id 'org.springframework.boot' version '3.2.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.github.platan.tests-execution-chart'
}
Expand Down

0 comments on commit ad5af83

Please sign in to comment.