We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0b36f commit 4eb2ee7Copy full SHA for 4eb2ee7
cadc-rest/build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
api 'commons-fileupload:commons-fileupload:1.5'
25
api 'commons-io:commons-io:[2.18.0,3.0)' // force this because of CVE-2024-47554
26
implementation 'javax.servlet:javax.servlet-api:3.1.0'
27
- implementation 'org.opencadc:cadc-util:[1.9.5,2.0)'
+ implementation 'org.opencadc:cadc-util:[1.12.4,2.0)'
28
implementation 'org.opencadc:cadc-registry:[1.7,)'
29
30
testCompile 'junit:junit:4.13'
0 commit comments