Skip to content

Commit

Permalink
chore(deps): bump org.apache.tomcat:tomcat-catalina (#261)
Browse files Browse the repository at this point in the history
Bumps org.apache.tomcat:tomcat-catalina from 10.0.23 to 11.0.0.

---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-catalina
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 5f3837f commit 32fc5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion james-agent-tomcat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ apply plugin: 'groovy'

dependencies {
compileOnly project(':james-agent')
compileOnly group: 'org.apache.tomcat', name: 'tomcat-catalina', version: '10.0.23'
compileOnly group: 'org.apache.tomcat', name: 'tomcat-catalina', version: '11.0.0'
}

0 comments on commit 32fc5d0

Please sign in to comment.