Skip to content

Commit

Permalink
Merge pull request #1485 from madsboddum/chore/cve/CVE-2023-42503
Browse files Browse the repository at this point in the history
Patch CVE-2023-42503 (minor security vulnerability)
  • Loading branch information
Josh-Larson committed Dec 22, 2023
2 parents 9456bf3 + 2bc6d86 commit 1bb5526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
testRuntimeOnly(group="org.junit.jupiter", name="junit-jupiter-engine", version=junit5Version)
testRuntimeOnly(group="org.junit.platform", name="junit-platform-launcher", version="1.10.1")
testImplementation(group="org.junit.jupiter", name="junit-jupiter-params", version=junit5Version)
testImplementation(group="org.testcontainers", name="mongodb", version="1.18.0")
testImplementation(group="org.testcontainers", name="mongodb", version="1.19.3")
testRuntimeOnly(group="org.slf4j", name="slf4j-simple", version="1.7.36")

testImplementation("com.tngtech.archunit:archunit-junit5:1.2.1")
Expand Down

0 comments on commit 1bb5526

Please sign in to comment.