Skip to content

Commit

Permalink
Bump org.eclipse.microprofile:microprofile in /sample-apps/liberty-app
Browse files Browse the repository at this point in the history
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](eclipse/microprofile@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent e995629 commit 4790a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/liberty-app/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:3.0'
api 'org.eclipse.microprofile:microprofile:6.1'

testImplementation project(':microshed-testing-liberty')
testImplementation project(':microshed-testing-core')
Expand Down

0 comments on commit 4790a6f

Please sign in to comment.