diff --git a/build.gradle.kts b/build.gradle.kts index 589bcd9..45f34bb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ repositories { mavenCentral() } -val buildInfoVersion = "2.39.8" +val buildInfoVersion = "2.41.4" val fileSpecsVersion = "1.1.2" val commonsLangVersion = "3.12.0" val commonsIoVersion = "2.11.0" @@ -39,7 +39,7 @@ dependencies { api("org.jfrog.filespecs", "file-specs-java", fileSpecsVersion) implementation("org.apache.commons", "commons-lang3", commonsLangVersion) - implementation("org.apache.ivy", "ivy", "2.5.1") + implementation("org.apache.ivy", "ivy", "2.5.2") implementation("com.google.guava", "guava", "32.0.1-jre") // Dependencies that are used by the build-info dependencies and need to be included in the UberJar