Skip to content

Commit

Permalink
Merge pull request #134 from FraunhoferIOSB/dependabot/gradle/client/…
Browse files Browse the repository at this point in the history
…org.glassfish.jersey.core-jersey-common-3.1.8

Bump org.glassfish.jersey.core:jersey-common from 3.1.3 to 3.1.8 in /client
  • Loading branch information
carlos-schmidt authored Oct 2, 2024
2 parents abbb2a1 + 018cd32 commit 2ab2572
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 2ab2572

Please sign in to comment.