Skip to content

Commit 023da86

Browse files
Merge pull request #19 from lsd-consulting/dependabot/gradle/other-dependencies-58e277eca1
2 parents d37ed80 + b65b4cc commit 023da86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'java'
55
id 'org.springframework.boot' version '3.2.12' apply false
66
id 'maven-publish'
7-
id 'org.jetbrains.kotlin.jvm' version '2.2.0'
8-
id 'org.jetbrains.kotlin.plugin.spring' version '2.2.0'
7+
id 'org.jetbrains.kotlin.jvm' version '2.2.10'
8+
id 'org.jetbrains.kotlin.plugin.spring' version '2.2.10'
99
id 'jacoco'
1010
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
1111
id 'com.palantir.git-version' version '4.0.0'
@@ -45,7 +45,7 @@ allprojects {
4545
imports {
4646
mavenBom SpringBootPlugin.BOM_COORDINATES
4747
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2023.0.5'
48-
mavenBom 'org.jetbrains.kotlin:kotlin-bom:2.2.0'
48+
mavenBom 'org.jetbrains.kotlin:kotlin-bom:2.2.10'
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)