diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9fe8d78..6efab31 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ jupiter = "6.0.3" clickt = "5.1.0" jdk = "21" kotlin = "2.3.10" -ktor = "3.4.0" +ktor = "3.4.1" [libraries] clickt = { module = "com.github.ajalt.clikt:clikt", version.ref = "clickt" } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 61285a6..d997cfc 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37f78a6..dbc3ce4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index adff685..0262dcb 100755 --- a/gradlew +++ b/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/b631911858264c0b6e4d6603d677ff5218766cee/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. diff --git a/lint/build.gradle.kts b/lint/build.gradle.kts index 2c19ae0..8acfd5c 100644 --- a/lint/build.gradle.kts +++ b/lint/build.gradle.kts @@ -7,7 +7,7 @@ dependencies { api(libs.jmlsymbol) api(libs.gson) implementation(libs.logback) - implementation("se.bjurr.violations:violations-lib:1.160.3") + implementation("se.bjurr.violations:violations-lib:1.160.4") testImplementation(project(":utils")) } diff --git a/prettyprinting/build.gradle.kts b/prettyprinting/build.gradle.kts index f43861f..02840b1 100644 --- a/prettyprinting/build.gradle.kts +++ b/prettyprinting/build.gradle.kts @@ -4,5 +4,5 @@ plugins { dependencies { api(libs.jmlcore) implementation(project(":utils")) - implementation("com.google.googlejavaformat:google-java-format:1.34.1") + implementation("com.google.googlejavaformat:google-java-format:1.35.0") }