diff --git a/build.gradle b/build.gradle index c0744e2..fd2145f 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-databind") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310") - implementation("de.cronn:reflection-util:latest.release") + implementation("de.cronn:reflection-util:2.14.0") implementation("de.cronn:ssh-proxy:latest.release") testImplementation("org.mockito:mockito-core:3.5.13") diff --git a/gradle.lockfile b/gradle.lockfile index 6276ab5..a8582db 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -13,19 +13,19 @@ com.jcraft:jsch:0.1.55=runtimeClasspath,testRuntimeClasspath com.jcraft:jzlib:1.1.3=runtimeClasspath,testRuntimeClasspath com.vaadin.external.google:android-json:0.0.20131108.vaadin1=testCompileClasspath,testRuntimeClasspath commons-codec:commons-codec:1.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -de.cronn:reflection-util:2.10.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +de.cronn:reflection-util:2.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath de.cronn:ssh-proxy:1.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath javax.annotation:javax.annotation-api:1.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath javax.cache:cache-api:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath javax.validation:validation-api:1.1.0.Final=testCompileClasspath,testRuntimeClasspath junit:junit:4.12=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy-agent:1.10.15=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.10.15=testCompileClasspath -net.bytebuddy:byte-buddy:1.10.21=runtimeClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.12.12=runtimeClasspath +net.bytebuddy:byte-buddy:1.14.10=testCompileClasspath,testRuntimeClasspath net.minidev:accessors-smart:1.1=testCompileClasspath,testRuntimeClasspath net.minidev:json-smart:2.2.1=testCompileClasspath,testRuntimeClasspath -nl.jqno.equalsverifier:equalsverifier:3.6=testCompileClasspath,testRuntimeClasspath -org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +nl.jqno.equalsverifier:equalsverifier:3.15.4=testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.httpcomponents:httpclient:4.5.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.11=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.tomcat.embed:tomcat-embed-core:8.5.43=testCompileClasspath,testRuntimeClasspath @@ -43,7 +43,8 @@ org.jacoco:org.jacoco.core:0.8.5=jacocoAnt org.jacoco:org.jacoco.report:0.8.5=jacocoAnt org.jboss.logging:jboss-logging:3.3.2.Final=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:3.5.13=testCompileClasspath,testRuntimeClasspath -org.objenesis:objenesis:3.1=runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.objenesis:objenesis:3.2=runtimeClasspath +org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:7.2=jacocoAnt org.ow2.asm:asm-commons:7.2=jacocoAnt org.ow2.asm:asm-tree:7.2=jacocoAnt