Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ group=com.marklogic
version=8.2-SNAPSHOT
publishUrl=file:../marklogic-java/releases

okhttpVersion=5.3.2
okhttpVersion=5.4.0

# 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
Expand Down
2 changes: 1 addition & 1 deletion ml-development-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading