We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004e56d commit cbbd667Copy full SHA for cbbd667
1 file changed
build.gradle
@@ -18,7 +18,7 @@ repositories {
18
}
19
20
archivesBaseName = "indico-client-java"
21
-version = "4.12.1"
+version = "4.12.2"
22
23
24
task sourceJar(type: Jar) {
@@ -50,7 +50,7 @@ dependencies {
50
implementation("com.expediagroup:graphql-kotlin-ktor-client:5.2.0")
51
implementation("com.expediagroup:graphql-kotlin-client-jackson:5.2.0")
52
implementation("com.squareup.okhttp3:okhttp:4.9.0")
53
- implementation('org.apache.logging.log4j:log4j-1.2-api:2.14.1')
+ implementation('org.apache.logging.log4j:log4j-1.2-api:2.15.0')
54
api('org.json:json:20190722')
55
compileOnly("org.jetbrains:annotations:13.0")
56
testCompileOnly("org.jetbrains:annotations:13.0")
0 commit comments