Skip to content

Commit

Permalink
Bump jersey-test-framework-core from 2.35 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps jersey-test-framework-core from 2.35 to 3.1.0.

---
updated-dependencies:
- dependency-name: org.glassfish.jersey.test-framework:jersey-test-framework-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2022
1 parent 26a8562 commit 54634e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmac-auth-jersey2-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testCompile 'org.hamcrest:hamcrest-library:2.2'
testCompile 'org.mockito:mockito-core:4.5.1'
// jersey test framework container with servlet support
testCompile 'org.glassfish.jersey.test-framework:jersey-test-framework-core:2.35'
testCompile 'org.glassfish.jersey.test-framework:jersey-test-framework-core:3.1.0'
testCompile 'org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:2.35'
testCompile 'org.glassfish.jersey.inject:jersey-hk2:2.35'
}
Expand Down

0 comments on commit 54634e7

Please sign in to comment.