Skip to content

Commit

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

build(deps): bump org.springframework.boot from 3.3.4 to 3.3.5
  • Loading branch information
ForteScarlet authored Oct 26, 2024
2 parents 88eabd9 + 8457036 commit 449a595
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.4"
id("org.springframework.boot") version "3.3.5"
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.4"
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.6"
}

Expand Down

0 comments on commit 449a595

Please sign in to comment.