diff --git a/gradle.properties b/gradle.properties index 1065a0023..a04d077cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,10 +5,10 @@ publishUrl=file:../marklogic-java/releases okhttpVersion=5.3.2 # See https://github.com/FasterXML/jackson for more information on the Jackson libraries. -jacksonVersion=2.21.1 +jacksonVersion=2.22.0 junitVersion=6.0.3 -logbackVersion=1.5.32 +logbackVersion=1.5.37 # Defined at this level so that they can be set as system properties and used by the marklogic-client-api and test-app # project diff --git a/ml-development-tools/build.gradle b/ml-development-tools/build.gradle index 294969679..89238f06b 100644 --- a/ml-development-tools/build.gradle +++ b/ml-development-tools/build.gradle @@ -9,7 +9,7 @@ plugins { id 'maven-publish' id "com.gradle.plugin-publish" version "1.2.1" id "java-gradle-plugin" - id 'org.jetbrains.kotlin.jvm' version '2.2.21' + id 'org.jetbrains.kotlin.jvm' version '2.4.0' } dependencies { @@ -23,7 +23,7 @@ dependencies { // additional work during development, though we rarely modify the code in this plugin anymore. implementation "com.marklogic:marklogic-client-api:${version}" - implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.21' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.4.0' implementation "com.fasterxml.jackson.module:jackson-module-kotlin:${jacksonVersion}" // Sticking with this older version for now as the latest 1.x version introduces breaking changes.