Skip to content

Commit

Permalink
Merge pull request #250 from simple-robot/dependabot/gradle/dev/main/…
Browse files Browse the repository at this point in the history
…org.springframework.boot-3.4.0

build(deps): bump org.springframework.boot from 3.3.5 to 3.4.0
  • Loading branch information
ForteScarlet authored Nov 25, 2024
2 parents 2812549 + 8af2ef6 commit 3e8bd31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/webhook-server-spring-webflux/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
kotlin("jvm")
kotlin("plugin.spring")
id("org.springframework.boot") version "3.3.5"
id("org.springframework.boot") version "3.4.0"
id("io.spring.dependency-management") version "1.1.6"
}

Expand Down
2 changes: 1 addition & 1 deletion samples/webhook-server-spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
plugins {
kotlin("jvm")
kotlin("plugin.spring")
id("org.springframework.boot") version "3.3.5"
id("org.springframework.boot") version "3.4.0"
id("io.spring.dependency-management") version "1.1.6"
}

Expand Down

0 comments on commit 3e8bd31

Please sign in to comment.