Skip to content

Commit

Permalink
Merge pull request #95 from DDS-GmbH/refactor/slf4j-2.16.0
Browse files Browse the repository at this point in the history
Upgrade to sl4j2 2.16.0
  • Loading branch information
AntonOellerer authored Dec 14, 2021
2 parents 65577c7 + d4f2656 commit b6194f9
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 b6194f9

Please sign in to comment.