Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
log4j build update matching master
  • Loading branch information
chasegawa committed Jan 4, 2022
1 parent df6ded6 commit 289f8f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ sourceCompatibility = 11
targetCompatibility = 11

repositories {
jcenter()
mavenCentral()
maven {
url 'https://build.shibboleth.net/nexus/content/groups/public'
artifactUrls = ['https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots']
}
mavenLocal()
}

configurations.all {
Expand Down Expand Up @@ -139,8 +138,8 @@ dependencies {
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'
implementation "org.apache.logging.log4j:log4j-to-slf4j:${project.'log4j.version'}"
implementation "org.apache.logging.log4j:log4j-api:${project.'log4j.version'}"

// TODO: figure out what this should really be
runtimeOnly 'org.springframework.boot:spring-boot-starter-tomcat'
Expand All @@ -157,7 +156,7 @@ dependencies {
compile group: 'org.jadira.usertype', name: 'usertype.core', version: '6.0.1.GA'

//For easy data mocking capabilities
compile 'net.andreinc.mockneat:mockneat:0.1.4'
compile 'net.andreinc:mockneat:0.4.7'

compile 'org.codehaus.groovy:groovy-all:3.0.7'

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ i2.github.owner=TIER
i2.github.repo=shib-idp-ui
i2.github.apiEndpoint=https://github.internet2.edu/api/v3

log4j.version=2.16.0

0 comments on commit 289f8f1

Please sign in to comment.