diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 003759b..2ec1deb 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { implementation("io.freefair.gradle:lombok-plugin:9.0.0") implementation("com.bmuschko:gradle-docker-plugin:9.4.0") implementation("gradle.plugin.com.google.gradle:osdetector-gradle-plugin:1.7.3") - implementation("de.thetaphi:forbiddenapis:3.9") + implementation("de.thetaphi:forbiddenapis:3.10") implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.13") implementation("org.gradle:test-retry-gradle-plugin:1.6.2") val kotlinVersion = "2.0.21"