File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,18 +41,18 @@ signing {
4141
4242group = " com.indico"
4343archivesBaseName = " indico-client-java"
44- version = " 4.11.3 "
44+ version = " 4.11.4 "
4545
4646uploadArchives {
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" )
You can’t perform that action at this time.
0 commit comments