Skip to content

Commit 4eb2ee7

Browse files
authored
Update cadc-util dependency
1 parent db0b36f commit 4eb2ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cadc-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
api 'commons-fileupload:commons-fileupload:1.5'
2525
api 'commons-io:commons-io:[2.18.0,3.0)' // force this because of CVE-2024-47554
2626
implementation 'javax.servlet:javax.servlet-api:3.1.0'
27-
implementation 'org.opencadc:cadc-util:[1.9.5,2.0)'
27+
implementation 'org.opencadc:cadc-util:[1.12.4,2.0)'
2828
implementation 'org.opencadc:cadc-registry:[1.7,)'
2929

3030
testCompile 'junit:junit:4.13'

0 commit comments

Comments
 (0)