Skip to content

Commit

Permalink
update log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
goatrocks committed Dec 20, 2021
1 parent f70be94 commit 8c932f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ signing {

group = "com.indico"
archivesBaseName = "indico-client-java"
version = "4.11.3"
version = "4.11.4"

uploadArchives {
repositories {
mavenDeployer {
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }

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

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

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

0 comments on commit 8c932f8

Please sign in to comment.