Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
Update to current patched version of log4j to fix vulnerability https://www.lunasec.io/docs/blog/log4j-zero-day/
  • Loading branch information
chasegawa committed Dec 10, 2021
1 parent a193be4 commit 12683c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 Expand Up @@ -166,6 +170,7 @@ dependencies {
runtimeOnly "org.postgresql:postgresql:42.2.20"
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:2.2.0'
runtimeOnly 'mysql:mysql-connector-java:5.1.48'
runtimeOnly 'com.microsoft.sqlserver:mssql-jdbc:9.4.0.jre11'

//Swagger
compile 'io.springfox:springfox-swagger2:2.9.2'
Expand Down

0 comments on commit 12683c0

Please sign in to comment.