Skip to content

Commit 4a78777

Browse files
chore: bump org.springframework.boot in /graphql-kotlin (#3200)
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.2 to 3.4.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea55a3e commit 4a78777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-kotlin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
44
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
55

66
plugins {
7-
id("org.springframework.boot") version "3.4.2"
7+
id("org.springframework.boot") version "3.4.4"
88
id("io.spring.dependency-management") version "1.1.7"
99
kotlin("jvm") version "2.1.10"
1010
kotlin("plugin.spring") version "2.1.20"

0 commit comments

Comments
 (0)