Skip to content

Commit

Permalink
Merge pull request #918 from newrelic/tomcat-request-listener-jakarta
Browse files Browse the repository at this point in the history
Tomcat request listener jakarta
  • Loading branch information
jasonjkeller authored Jul 8, 2022
2 parents 8da96dd + 953358a commit e6cb2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/tomcat-request-listener/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:7.0.59")
implementation("org.apache.tomcat.embed:tomcat-embed-core:9.0.64")
}

jar {
Expand Down

0 comments on commit e6cb2bd

Please sign in to comment.