Skip to content

Commit

Permalink
Bump org.glassfish.jersey.core:jersey-common in /client
Browse files Browse the repository at this point in the history
Bumps org.glassfish.jersey.core:jersey-common from 3.1.3 to 3.1.8.

---
updated-dependencies:
- dependency-name: org.glassfish.jersey.core:jersey-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 6ecb3fa commit 018cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("$group:management-api:$edcVersion") // EDC WebService for registering endpoints

testImplementation("$group:junit:$edcVersion")
testImplementation("org.glassfish.jersey.core:jersey-common:3.1.3")
testImplementation("org.glassfish.jersey.core:jersey-common:3.1.8")
testImplementation("org.mockito:mockito-core:${mockitoVersion}")
testImplementation("org.mock-server:mockserver-junit-jupiter:${mockserverVersion}")
}
Expand Down

0 comments on commit 018cd32

Please sign in to comment.