Skip to content

Commit

Permalink
Merge pull request #919 from newrelic/tomcat-8.5.2-jakarta
Browse files Browse the repository at this point in the history
Update tomcat-8.5.2 dependencies
  • Loading branch information
jasonjkeller authored Jul 9, 2022
2 parents e6cb2bd + 4a3ad50 commit d30232e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions instrumentation/tomcat-8.5.2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation(project(":agent-bridge"))
implementation("org.apache.tomcat.embed:tomcat-embed-core:8.5.2")
implementation("org.apache.tomcat.embed:tomcat-embed-core:9.0.64")
}

jar {
Expand All @@ -9,11 +9,10 @@ jar {

verifyInstrumentation {
passesOnly 'org.apache.tomcat.embed:tomcat-embed-core:[8.5.2,10.0.0-M1)'

excludeRegex 'org.apache.tomcat.embed:tomcat-embed-core:9.0.0.M.*'
}

site {
title 'Apache Tomcat'
type 'Appserver'
}
}

0 comments on commit d30232e

Please sign in to comment.