Skip to content

Commit f6ffb14

Browse files
committed
Bumping Kotlin dependencies from 1.6 to 1.8
This seems required by the version of Gradle, at least according to the failing Jenkins build. The ml-development-tools plugin still builds and tests correctly.
1 parent e8236b0 commit f6ffb14

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ml-development-tools/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ plugins {
55
id 'maven-publish'
66
id 'com.gradle.plugin-publish' version '1.0.0'
77
id 'java-gradle-plugin'
8-
id 'org.jetbrains.kotlin.jvm' version '1.6.20'
8+
id 'org.jetbrains.kotlin.jvm' version '1.8.22'
99
}
1010

1111
dependencies {
1212
compileOnly gradleApi()
1313
implementation project(':marklogic-client-api')
14-
// Sticking with 1.6.20 for now as that's what OkHttp 4.11.0 depends on.
15-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.20'
14+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.22'
1615
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2'
1716
implementation 'com.networknt:json-schema-validator:1.0.86'
1817

0 commit comments

Comments
 (0)