Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.s…
Browse files Browse the repository at this point in the history
…pringframework.boot-2.5.4' into combined-pr-branch
  • Loading branch information
rnorth committed Sep 6, 2021
2 parents 440b0d7 + ec4cd8b commit 86a043f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/selenium-container/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.5.2'
id 'org.springframework.boot' version '2.5.4'
}
apply plugin: 'io.spring.dependency-management'

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot-kotlin-redis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.springframework.boot") version "2.5.2"
id("org.springframework.boot") version "2.5.4"
id("org.jetbrains.kotlin.jvm") version "1.5.10"
id("org.jetbrains.kotlin.plugin.spring") version "1.5.30"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.5.2'
id 'org.springframework.boot' version '2.5.4'
}
apply plugin: 'io.spring.dependency-management'

Expand Down

0 comments on commit 86a043f

Please sign in to comment.