Skip to content

Commit

Permalink
feat(ci-visibility): Add missing dependency to unlock dependency lock…
Browse files Browse the repository at this point in the history
… updates
  • Loading branch information
PerfectSlayer committed Jul 11, 2024
1 parent 8b00e3e commit 7529177
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 7529177

Please sign in to comment.