Skip to content

Commit

Permalink
chore(deps): bump tomcat-catalina from 10.0.20 to 10.0.21
Browse files Browse the repository at this point in the history
Bumps tomcat-catalina from 10.0.20 to 10.0.21.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and piotrwielgolaski-tomtom committed May 17, 2022
1 parent a6d0a82 commit 10cab94
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 @@ -21,5 +21,5 @@ sourceCompatibility = 1.8

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

0 comments on commit 10cab94

Please sign in to comment.