Skip to content

Commit 8c932f8

Browse files
author
m c
committed
update log4j
1 parent f70be94 commit 8c932f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ signing {
4141

4242
group = "com.indico"
4343
archivesBaseName = "indico-client-java"
44-
version = "4.11.3"
44+
version = "4.11.4"
4545

4646
uploadArchives {
4747
repositories {
4848
mavenDeployer {
4949
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
5050

51-
repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
51+
repository(url: "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/") {
5252
authentication(userName: ossrhUsername, password: ossrhPassword)
5353
}
5454

55-
snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") {
55+
snapshotRepository(url: "https://s01.oss.sonatype.org/content/repositories/snapshots/") {
5656
authentication(userName: ossrhUsername, password: ossrhPassword)
5757
}
5858

@@ -94,7 +94,7 @@ dependencies {
9494
testImplementation('org.junit.jupiter:junit-jupiter:5.5.2')
9595
testImplementation('org.mock-server:mockserver-netty:5.8.0')
9696
implementation('com.apollographql.apollo:apollo-runtime:1.2.2')
97-
implementation('org.apache.logging.log4j:log4j-1.2-api:2.14.1')
97+
implementation('org.apache.logging.log4j:log4j-1.2-api:2.17.0')
9898
api('org.json:json:20190722')
9999
compileOnly("org.jetbrains:annotations:13.0")
100100
testCompileOnly("org.jetbrains:annotations:13.0")

0 commit comments

Comments
 (0)