diff --git a/sample-apps/jaxrs-basicauth/build.gradle b/sample-apps/jaxrs-basicauth/build.gradle index c6baeb76..bf070af5 100644 --- a/sample-apps/jaxrs-basicauth/build.gradle +++ b/sample-apps/jaxrs-basicauth/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { api 'javax:javaee-api:8.0.1' - api 'org.eclipse.microprofile:microprofile:2.1' + api 'org.eclipse.microprofile:microprofile:6.1' testImplementation project(':microshed-testing-testcontainers') testImplementation project(':microshed-testing-core')