Skip to content

Commit

Permalink
Merge pull request #367 from MicroShed/dependabot/gradle/sample-apps/…
Browse files Browse the repository at this point in the history
…jaxrs-basicauth/org.eclipse.microprofile-microprofile-6.1

Bump org.eclipse.microprofile:microprofile from 2.1 to 6.1 in /sample-apps/jaxrs-basicauth
  • Loading branch information
KyleAure authored Dec 13, 2023
2 parents 37699c5 + af7cfcc commit e821858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/jaxrs-basicauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e821858

Please sign in to comment.