From f6d8c4fb134e9b3003373d7ae33138b4e0010aa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:49:24 +0000 Subject: [PATCH] Update plugin smallrye-openapi to v4.0.6 (#10168) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 75719858d08..1d279bd4e19 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -164,5 +164,5 @@ nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-plugin", version = protobuf = { id = "com.google.protobuf", version = "0.9.4" } quarkus = { id = "io.quarkus", version.ref = "quarkusPlugin" } quarkus-extension = { id = "io.quarkus.extension", version.ref = "quarkusPlugin" } -smallrye-openapi = { id = "io.smallrye.openapi", version = "4.0.5" } +smallrye-openapi = { id = "io.smallrye.openapi", version = "4.0.6" } jetbrains-changelog = { id = "org.jetbrains.changelog", version = "2.2.1"}