Skip to content

Commit

Permalink
Fix cronn-reflection-util version to 2.14.0
Browse files Browse the repository at this point in the history
Version 2.15.0 requires Java 11+.
  • Loading branch information
Tobias Gradl authored and bwaldvogel committed Dec 19, 2023
1 parent fe07169 commit 575366b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
13 changes: 7 additions & 6 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 575366b

Please sign in to comment.