diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fca2c682..1ed5bae0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -76,7 +76,7 @@ tinylog-impl = { module = "org.tinylog:tinylog-impl", version.ref = "tinylog" } [plugins] defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" } -forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.7" } +forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.8" } gitPublish = { id = "org.ajoberstar.git-publish", version = "4.2.2" } githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.5.2" } graalvm-native = { id = "org.graalvm.buildtools.native", version = "0.10.3" } @@ -84,5 +84,5 @@ launch4j = { id = "edu.sc.seis.launch4j", version = "3.0.6" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } nebula-ospackage = { id = "com.netflix.nebula.ospackage", version = "11.10.0" } oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.16.0" } -openapi-generator = { id = "org.openapi.generator", version = "7.8.0" } +openapi-generator = { id = "org.openapi.generator", version = "7.9.0" } shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }