From 664b6e6a5a5201a79d5ee11b86e81f97ea110257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:16:44 +0000 Subject: [PATCH] Bump org.eclipse.microprofile.openapi:microprofile-openapi-api Bumps [org.eclipse.microprofile.openapi:microprofile-openapi-api](https://github.com/eclipse/microprofile-open-api) from 3.1.1 to 4.0.2. - [Release notes](https://github.com/eclipse/microprofile-open-api/releases) - [Commits](https://github.com/eclipse/microprofile-open-api/compare/3.1.1...4.0.2) --- updated-dependencies: - dependency-name: org.eclipse.microprofile.openapi:microprofile-openapi-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 5ec0211a..fb263565 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -3,7 +3,7 @@ plugins { } dependencies { - implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-api:3.1.1' + implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-api:4.0.2' testImplementation 'org.slf4j:slf4j-jdk14:2.0.16' testImplementation 'org.openapitools.empoa:empoa-simple-models-impl:2.1.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.2'