Skip to content

Commit

Permalink
Bump org.eclipse.microprofile.rest.client:microprofile-rest-client-api
Browse files Browse the repository at this point in the history
Bumps [org.eclipse.microprofile.rest.client:microprofile-rest-client-api](https://github.com/eclipse/microprofile-rest-client) from 3.0.1 to 4.0.
- [Release notes](https://github.com/eclipse/microprofile-rest-client/releases)
- [Commits](eclipse/microprofile-rest-client@3.0.1...4.0)

---
updated-dependencies:
- dependency-name: org.eclipse.microprofile.rest.client:microprofile-rest-client-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 2737021 commit 4568f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/testcontainers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
api project(':microshed-testing-core')

//Unit + Integration testing
testImplementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:3.0.1'
testImplementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:4.0'

testImplementation 'org.slf4j:slf4j-log4j12:2.0.16'
testImplementation 'org.testcontainers:mockserver:1.20.1'
Expand Down

0 comments on commit 4568f4e

Please sign in to comment.