Skip to content

Commit

Permalink
Merge pull request #1548 from newrelic/1535-commons-codec
Browse files Browse the repository at this point in the history
Force commons-codec to v1.13
  • Loading branch information
jtduffy authored Oct 13, 2023
2 parents 5708812 + 76e21bf commit ed52520
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions newrelic-agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ dependencies {
jarIntoJar("com.newrelic.agent.java.security:newrelic-security-api:${securityAgentVersion}")
jarIntoJar("com.newrelic.agent.java.security:newrelic-security-agent:${securityAgentVersion}")

shadowIntoJar( group: 'commons-codec', name: 'commons-codec') {
version {
strictly "[1.13]"
}
}

shadowIntoJar project(":agent-interfaces")
shadowIntoJar project(":agent-model")
shadowIntoJar(project(":newrelic-weaver"))
Expand Down

0 comments on commit ed52520

Please sign in to comment.