From 7248ac5ceda549d5390adbda877e44f199a8e1c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:34:56 +0000 Subject: [PATCH] Update plugin smallrye-openapi to v3.13.0 --- 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 cfec3afed0e..226db8f6fde 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -168,5 +168,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 = "3.12.0" } +smallrye-openapi = { id = "io.smallrye.openapi", version = "3.13.0" } jetbrains-changelog = { id = "org.jetbrains.changelog", version = "2.2.1"}