From b6696a89f3e9b6bbc8b41d317a2c6d474a4ae4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:41:25 +0000 Subject: [PATCH] Bump org.eclipse.microprofile:microprofile in /sample-apps/liberty-app Bumps [org.eclipse.microprofile:microprofile](https://github.com/eclipse/microprofile) from 3.0 to 6.1. - [Release notes](https://github.com/eclipse/microprofile/releases) - [Commits](https://github.com/eclipse/microprofile/compare/3.0...6.1) --- updated-dependencies: - dependency-name: org.eclipse.microprofile:microprofile dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sample-apps/liberty-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/liberty-app/build.gradle b/sample-apps/liberty-app/build.gradle index e6804c25..7327885c 100644 --- a/sample-apps/liberty-app/build.gradle +++ b/sample-apps/liberty-app/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { api 'javax:javaee-api:8.0.1' - api 'org.eclipse.microprofile:microprofile:3.0' + api 'org.eclipse.microprofile:microprofile:6.1' testImplementation project(':microshed-testing-liberty') testImplementation project(':microshed-testing-core')