Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cadc-util dependency for CVE #542

Merged
merged 1 commit into from
Nov 29, 2023
Merged
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
2 changes: 1 addition & 1 deletion baldur/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor
# build version tag: timestamp
VER=0.3.5
VER=0.3.6
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion baldur/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ war {
}

dependencies {
compile 'org.opencadc:cadc-util:[1.9,2.0)'
compile 'org.opencadc:cadc-util:[1.10.2,2.0)'
compile 'org.opencadc:cadc-gms:[1.0,2.0)'
compile 'org.opencadc:cadc-permissions:[0.2,)'
// there is no cadc-permisssions-server lib because it's too simple
Expand Down
2 changes: 1 addition & 1 deletion critwall/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor[.patch]
# build version tag: timestamp
VER=0.4.4
VER=0.4.5
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion critwall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mainClassName = 'org.opencadc.critwall.Main'

dependencies {
compile 'org.opencadc:cadc-storage-adapter:[0.8,1.0)'
compile 'org.opencadc:cadc-util:[1.9.6,2.0)'
compile 'org.opencadc:cadc-util:[1.10.2,2.0)'
compile 'org.opencadc:cadc-inventory:[0.9.4,2.0)'
// cadc-inventory-db-0.15 is in the vos2 feature branch
compile 'org.opencadc:cadc-inventory-db:[0.14.5,0.15.0)'
Expand Down
2 changes: 1 addition & 1 deletion fenwick/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# tags with and without build number so operators use the versioned
# tag but we always keep a timestamped tag in case a semantic tag gets
# replaced accidentally
VER=0.5.6
VER=0.5.7
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion fenwick/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sourceCompatibility = 1.8
group = 'org.opencadc'

dependencies {
compile 'org.opencadc:cadc-util:[1.9.6,2.0)'
compile 'org.opencadc:cadc-util:[1.10.2,2.0)'
compile 'org.opencadc:cadc-inventory:[0.9.4,2.0)'
// temporarily limit this lib because cadc-inventory-db-0.15.0 is from the vos2 feature branch
compile 'org.opencadc:cadc-inventory-db:[0.14.5,0.15)'
Expand Down
2 changes: 1 addition & 1 deletion luskan/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor
# build version tag: timestamp
VER=0.6.7
VER=0.6.8
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion luskan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
providedCompile 'javax.servlet:javax.servlet-api:[3.1.0,)'
compile 'org.jdom:jdom2:[2.0,)'

compile 'org.opencadc:cadc-util:[1.9.6,2.0)'
compile 'org.opencadc:cadc-util:[1.10.2,2.0)'
compile 'org.opencadc:cadc-rest:[1.3.14,2.0)'
compile 'org.opencadc:cadc-log:[1.1.6,2.0)'
compile 'org.opencadc:cadc-vosi:[1.4.3,2.0)'
Expand Down
2 changes: 1 addition & 1 deletion minoc/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# tags with and without build number so operators use the versioned
# tag but we always keep a timestamped tag in case a semantic tag gets
# replaced accidentally
VER=0.9.8
VER=0.9.9
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion minoc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ war {
}

dependencies {
compile 'org.opencadc:cadc-util:[1.9.6,2.0)'
compile 'org.opencadc:cadc-util:[1.10.2,2.0)'
compile 'org.opencadc:cadc-log:[1.1.6,2.0)'
compile 'org.opencadc:cadc-registry:[1.7,)'
compile 'org.opencadc:cadc-vosi:[1.4.3,2.0)'
Expand Down
2 changes: 1 addition & 1 deletion ratik/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# tags with and without build number so operators use the versioned
# tag but we always keep a timestamped tag in case a semantic tag gets
# replaced accidentally
VER=0.1.8
VER=0.1.9
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion ratik/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sourceCompatibility = 1.8
group = 'org.opencadc'

dependencies {
compile 'org.opencadc:cadc-util:[1.9.6,2.0)'
compile 'org.opencadc:cadc-util:[1.10.2,2.0)'
compile 'org.opencadc:cadc-inventory:[0.9.4,2.0)'
// temporarily limit this lib because cadc-inventory-db-0.15.0 is from the vos2 feature branch
compile 'org.opencadc:cadc-inventory-db:[0.14.6,0.15)'
Expand Down
2 changes: 1 addition & 1 deletion raven/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# semantic version tag: major.minor[.patch]
# build version tag: timestamp
# tag: {semantic}-{build}
VER=0.7.9
VER=0.7.10
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion raven/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ war {
}

dependencies {
compile 'org.opencadc:cadc-util:[1.9.6,2.0)'
compile 'org.opencadc:cadc-util:[1.10.2,2.0)'
compile 'org.opencadc:cadc-log:[1.1.6,2.0)'
compile 'org.opencadc:cadc-registry:[1.7,)'
compile 'org.opencadc:cadc-vosi:[1.4.3,2.0)'
Expand Down
2 changes: 1 addition & 1 deletion tantar/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor[.patch]
# build version tag: timestamp
VER=0.4.4
VER=0.4.5
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
2 changes: 1 addition & 1 deletion tantar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group = 'org.opencadc'
mainClassName = 'org.opencadc.tantar.Main'

dependencies {
compile 'org.opencadc:cadc-util:[1.9.6,2.0)'
compile 'org.opencadc:cadc-util:[1.10.2,2.0)'
compile 'org.opencadc:cadc-log:[1.1.2,2.0)'
compile 'org.opencadc:cadc-inventory:[0.9.4,2.0)'
compile 'org.opencadc:cadc-inventory-db:[0.14.5,1.0)'
Expand Down
Loading