Skip to content

Commit

Permalink
Bump org.apache.tomcat.embed:tomcat-embed-core from 10.1.15 to 10.1.16 (
Browse files Browse the repository at this point in the history
#2220)

Bumps org.apache.tomcat.embed:tomcat-embed-core from 10.1.15 to 10.1.16.

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

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 16, 2023
1 parent 0aa81e6 commit a308606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc-lighthouse-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation "io.jsonwebtoken:jjwt-impl:${jjwt_version}"
implementation "io.jsonwebtoken:jjwt-jackson:${jjwt_version}"

implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.15'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.16'

testImplementation "org.apache.camel.springboot:camel-spring-rabbitmq-starter:${camel_version}"
}
Expand Down

0 comments on commit a308606

Please sign in to comment.