Skip to content

Commit e4bcdb5

Browse files
authored
Merge pull request #302 from simple-robot/dependabot/gradle/dev/main/org.springframework.boot-3.4.5
build(deps): bump org.springframework.boot from 3.4.0 to 3.4.5
2 parents 450468a + de99272 commit e4bcdb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/webhook-server-spring-webflux/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2020
plugins {
2121
kotlin("jvm")
2222
kotlin("plugin.spring")
23-
id("org.springframework.boot") version "3.4.0"
23+
id("org.springframework.boot") version "3.4.5"
2424
id("io.spring.dependency-management") version "1.1.7"
2525
}
2626

samples/webhook-server-spring/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2020
plugins {
2121
kotlin("jvm")
2222
kotlin("plugin.spring")
23-
id("org.springframework.boot") version "3.4.0"
23+
id("org.springframework.boot") version "3.4.5"
2424
id("io.spring.dependency-management") version "1.1.7"
2525
}
2626

0 commit comments

Comments
 (0)