Skip to content

Commit

Permalink
Bump org.apache.tomcat.embed:tomcat-embed-core from 10.1.31 to 11.0.0
Browse files Browse the repository at this point in the history
Bumps org.apache.tomcat.embed:tomcat-embed-core from 10.1.31 to 11.0.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 36a0500 commit 80e8d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ dependencies {
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '5.2.0'
implementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '5.0.3'
implementation 'org.apache.tomcat.embed:tomcat-embed-websocket:10.1.31'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.31'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:11.0.0'

testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '3.0.1'
Expand Down

0 comments on commit 80e8d39

Please sign in to comment.