Skip to content

Commit

Permalink
Merged in hotfix/log4j-release (pull request #569)
Browse files Browse the repository at this point in the history
Hotfix/log4j release
  • Loading branch information
chasegawa authored and Jonathan Johnson committed Dec 10, 2021
2 parents a193be4 + ed39f44 commit e2ffe9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ dependencies {
['starter-web', 'starter-data-jpa', 'starter-security', 'starter-actuator', 'devtools', 'starter-webflux', 'starter-thymeleaf', 'starter-mail', 'starter-validation'].each {
compile "org.springframework.boot:spring-boot-${it}"
}
// To override older version with security issue - https://www.lunasec.io/docs/blog/log4j-zero-day/
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.15.0'
implementation 'org.apache.logging.log4j:log4j-api:2.15.0'

// TODO: figure out what this should really be
runtimeOnly 'org.springframework.boot:spring-boot-starter-tomcat'

Expand Down

0 comments on commit e2ffe9a

Please sign in to comment.