diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6af76e00ed..61c85c3a63 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -155,7 +155,7 @@ download = { id = "de.undercouch.download", version = "4.1.1" } gitversion = { id = "com.palantir.git-version", version = "3.1.0" } jmh = { id = "me.champeau.jmh", version = "0.7.2" } protobuf = { id = "com.google.protobuf", version = "0.8.19" } -serviceloader = { id = "com.github.harbby.gradle.serviceloader", version = "1.1.8" } +serviceloader = { id = "com.github.harbby.gradle.serviceloader", version = "1.1.9" } shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" } sonarqube = { id = "org.sonarqube", version = "3.3" } spotbugs = { id = "com.github.spotbugs", version = "4.6.1" }