Skip to content

Commit

Permalink
Upgrade to sl4j2 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOellerer committed Dec 14, 2021
1 parent 65577c7 commit d4f2656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.docutools'
version = '1.2.12'
version = '1.2.13'

sourceCompatibility = 17
targetCompatibility = 17
Expand Down Expand Up @@ -36,8 +36,8 @@ dependencies {
implementation("com.google.code.gson:gson:2.8.9")
implementation("org.apache.tika:tika-core:2.1.0")

implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.15.0'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.16.0'
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'

implementation 'com.codepoetics:protonpack:1.16'
implementation("com.google.guava:guava:31.0.1-jre")
Expand Down

0 comments on commit d4f2656

Please sign in to comment.