Skip to content

Commit

Permalink
Bump org.glassfish.jersey.core:jersey-common in /edc-extension4aas
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.4.

---
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 Dec 1, 2023
1 parent cb2d28f commit 2ae1bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc-extension4aas/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation("jakarta.ws.rs:jakarta.ws.rs-api:${rsApi}")

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

0 comments on commit 2ae1bf9

Please sign in to comment.