File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
classpath " io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion "
6
6
classpath ' io.spring.nohttp:nohttp-gradle:0.0.11'
7
7
classpath " io.freefair.gradle:aspectj-plugin:6.6.3"
8
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$k otlinVersion "
8
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$k otlinBuildDependencyVersion "
9
9
classpath " com.netflix.nebula:nebula-project-plugin:8.2.0"
10
10
}
11
11
repositories {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
13
13
api platform(" org.junit:junit-bom:5.10.0-RC1" )
14
14
api platform(" org.mockito:mockito-bom:4.11.0" )
15
15
api platform(" org.springframework.data:spring-data-bom:2022.0.7" )
16
- api platform(" org.jetbrains.kotlin:kotlin-bom:$k otlinVersion " )
16
+ api platform(" org.jetbrains.kotlin:kotlin-bom:$k otlinDependencyVersion " )
17
17
api platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.2" )
18
18
api platform(" com.fasterxml.jackson:jackson-bom:2.15.2" )
19
19
constraints {
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ springFrameworkVersion=6.1.0-M2
6
6
micrometerVersion =1.12.0-M1
7
7
openSamlVersion =4.3.0
8
8
version =6.2.0-SNAPSHOT
9
- kotlinVersion =1.8.22
9
+ kotlinBuildDependencyVersion =1.8.22
10
+ kotlinDependencyVersion =1.9.0
10
11
samplesBranch =main
11
12
org.gradle.jvmargs =-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
12
13
org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments