Skip to content

Commit

Permalink
update tomcat embed core library version
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjie8 committed Oct 13, 2023
1 parent 9dfa396 commit 00139e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ dependencies {
implementation 'org.webjars:swagger-ui:4.1.3'
implementation 'org.springframework.kafka:spring-kafka:2.9.11'

// for tomcat
implementation 'org.apache.tomcat.embed:tomcat-embed-core:9.0.80'

// These are used indirectly but we need to specify versions, otherwise build error
annotationProcessor "org.springframework.boot:spring-boot-autoconfigure-processor:${spring_boot_version}"
annotationProcessor "org.mapstruct:mapstruct-processor:${mapstruct_version}"
Expand Down
2 changes: 2 additions & 0 deletions svc-lighthouse-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ 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.13'

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

Expand Down

0 comments on commit 00139e0

Please sign in to comment.