diff --git a/ddprof-lib/build.gradle.kts b/ddprof-lib/build.gradle.kts index 664b78f78..2d5c9ba18 100644 --- a/ddprof-lib/build.gradle.kts +++ b/ddprof-lib/build.gradle.kts @@ -7,7 +7,7 @@ plugins { java `maven-publish` signing - id("com.github.ben-manes.versions") version "0.53.0" + id("com.github.ben-manes.versions") version "0.54.0" id("de.undercouch.download") version "5.7.0" id("com.datadoghq.native-build") id("com.datadoghq.gtest") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a216e8d45..bdd946b01 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,13 +6,13 @@ kotlin = "1.9.22" spotless = "8.4.0" # Testing -junit = "5.9.2" -junit-platform = "1.9.2" # JUnit Platform version corresponding to JUnit Jupiter 5.9.2 +junit = "5.14.3" +junit-platform = "1.14.3" # JUnit Platform version corresponding to JUnit Jupiter 5.9.2 junit-pioneer = "1.9.1" slf4j = "2.0.17" # Profiler runtime -jmc = "8.1.0" +jmc = "8.3.1" jol = "0.17" lz4 = "1.11.0" snappy = "1.1.10.8"