diff --git a/sdk/build.gradle b/sdk/build.gradle index 4b59470..55da4d9 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -13,7 +13,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:2.3.+' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' - classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.11.0' + classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.25.0' } } @@ -109,15 +109,15 @@ dependencies { implementation "com.google.code.findbugs:jsr305:3.0.2" implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0' - implementation 'com.google.code.gson:gson:2.9.1' + implementation 'com.google.code.gson:gson:2.14.0' implementation 'io.gsonfire:gson-fire:1.9.0' implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6' - implementation 'org.openapitools:jackson-databind-nullable:0.2.7' - implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0' + implementation 'org.openapitools:jackson-databind-nullable:0.2.10' + implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0' implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version" - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.4' testImplementation 'org.mockito:mockito-core:3.12.4' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.4' } javadoc { diff --git a/sdk/pom.xml b/sdk/pom.xml index 6f653da..1c5dea1 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -36,7 +36,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.15.0 true 128m @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.6.2 enforce-maven @@ -93,7 +93,7 @@ maven-dependency-plugin - 3.6.1 + 3.10.0 package @@ -110,7 +110,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.5.0 @@ -124,7 +124,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.5.0 + 3.6.1 add_sources @@ -155,7 +155,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.12.0 attach-javadocs @@ -178,7 +178,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.4.0 attach-sources @@ -254,7 +254,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.8.0 + 0.10.0 true central @@ -271,7 +271,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.1 + 3.2.8 sign-artifacts @@ -355,16 +355,16 @@ ${java.version} 1.9.0 4.12.0 - 2.10.1 - 3.18.0 - 0.2.7 + 2.14.0 + 3.20.0 + 0.2.10 1.3.5 2.0.2 - 5.10.3 - 1.10.0 + 5.14.4 + 1.14.4 2.1.6 1.1.1 UTF-8 - 2.43.0 + 2.46.1