Skip to content

Commit 3bce2ab

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.springframework.boot-2.7.4' into combined-pr-branch
2 parents 6b10d71 + f7bd035 commit 3bce2ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/selenium-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '2.7.3'
3+
id 'org.springframework.boot' version '2.7.4'
44
}
55
apply plugin: 'io.spring.dependency-management'
66

examples/spring-boot-kotlin-redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.springframework.boot") version "2.7.3"
2+
id("org.springframework.boot") version "2.7.4"
33
id("org.jetbrains.kotlin.jvm") version "1.7.10"
44
id("org.jetbrains.kotlin.plugin.spring") version "1.7.10"
55
}

examples/spring-boot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '2.7.3'
3+
id 'org.springframework.boot' version '2.7.4'
44
}
55
apply plugin: 'io.spring.dependency-management'
66

0 commit comments

Comments
 (0)