Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies {
testImplementation "org.mockito:mockito-core:3.12.4"
testImplementation "org.slf4j:slf4j-nop:1.7.34"

implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.google.code.gson:gson:2.14.0'
implementation 'com.google.guava:guava:33.6.0-android'
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.84'
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.85'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'

}
Expand Down
8 changes: 4 additions & 4 deletions lib/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ com.fasterxml.jackson:jackson-bom:2.13.0=testCompileClasspath,testRuntimeClasspa
com.github.jknack:handlebars-helpers:4.3.0=testCompileClasspath,testRuntimeClasspath
com.github.jknack:handlebars:4.3.0=testCompileClasspath,testRuntimeClasspath
com.github.tomakehurst:wiremock-jre8:2.32.0=testCompileClasspath,testRuntimeClasspath
com.google.code.gson:gson:2.8.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.47.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:failureaccess:1.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:guava:33.6.0-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand All @@ -34,7 +34,7 @@ org.apache.httpcomponents.core5:httpcore5:5.1.1=testCompileClasspath,testRuntime
org.apache.httpcomponents:httpclient:4.5.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apache.httpcomponents:httpcore:4.4.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.0=testCompileClasspath,testRuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.84=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.85=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty.http2:http2-common:9.4.44.v20210927=testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty.http2:http2-hpack:9.4.44.v20210927=testCompileClasspath,testRuntimeClasspath
org.eclipse.jetty.http2:http2-server:9.4.44.v20210927=testCompileClasspath,testRuntimeClasspath
Expand Down Expand Up @@ -77,4 +77,4 @@ org.slf4j:slf4j-nop:1.7.34=testCompileClasspath,testRuntimeClasspath
org.xmlunit:xmlunit-core:2.8.3=testCompileClasspath,testRuntimeClasspath
org.xmlunit:xmlunit-legacy:2.8.3=testCompileClasspath,testRuntimeClasspath
org.xmlunit:xmlunit-placeholders:2.8.3=testCompileClasspath,testRuntimeClasspath
empty=annotationProcessor,testAnnotationProcessor
empty=annotationProcessor,signatures,testAnnotationProcessor
Loading