We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6319abc commit 64a7b8dCopy full SHA for 64a7b8d
app/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
implementation 'jakarta.inject:jakarta.inject-api'
38
39
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
40
- implementation 'org.apache.commons:commons-text:1.10.0'
+ implementation 'org.apache.commons:commons-text:1.13.0'
41
42
runtimeOnly group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.20.0'
43
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.20.0'
0 commit comments