Skip to content

Commit

Permalink
Merge pull request #7306 from DataDog/bbujon/fix-dependency-locking
Browse files Browse the repository at this point in the history
Add missing dependency to unlock dependency lock updates
  • Loading branch information
PerfectSlayer committed Jul 11, 2024
2 parents 8b00e3e + 7529177 commit db1f4c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dd-java-agent/agent-ci-visibility/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ dependencies {
testFixturesApi group: 'com.jayway.jsonpath', name: 'json-path', version: '2.8.0'
testFixturesApi group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0'
testFixturesApi group: 'org.msgpack', name: 'jackson-dataformat-msgpack', version: '0.9.6'

testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.2") // Required to update dependency lock files
}

shadowJar {
Expand Down

0 comments on commit db1f4c3

Please sign in to comment.