Full Upgrade of First Party Library Dependencies for Release 0.20
This generated MR upgrades the first party libraries (other OSDU libraries) to utilize the latest release. The intent is to try to fully upgrade all dependent libraries to see if the latest code will work. It is expected that these will often fail, since the upgrades were previously rejected for failing pipelines and have not been directly addressed yet. This upgrade should only be merged in the CI pipeline reports success.
If this MR has failed, we can spend a little time investigating to see if a trivial upgrade could achieve compatiblity to the new library. But significant upgrade efforts should not occur on this MR, as part of the release tagging process. Instead, significant work should be scheduled for a subsequent milestone.
This MR may co-exist with a separate, smaller upgrade MR. If both pass, this one should be used instead.
Dependency Information Before the Upgrade
Branch: master
SHA: 8dfd5127d88750b9ee0d4a8065a9014f916c5cd2
Maven: 0.21.0-SNAPSHOT
Maven Dependencies | testing/ | Root |
---|---|---|
core-lib-gcp | 0.19.0-rc3 | |
os-core-lib-aws | 0.15.0 | 0.21.0-rc1 |
obm | 0.18.0 | |
oqm | 0.18.0 | |
os-core-common | 0.19.0-rc1, 0.15.0 | 0.19.0-rc6 |
osm | 0.18.0 | |
(3rd Party) com.fasterxml.jackson.core.jackson-databind | 2.13.2.2, 2.10.1 | 2.13.2.2, 2.13.4.2 |
(3rd Party) org.apache.logging.log4j.log4j-api | 2.17.0 | |
(3rd Party) org.apache.logging.log4j.log4j-to-slf4j | 2.17.0 | |
(3rd Party) org.springframework.spring-webmvc | 5.3.22, 5.3.12 | 5.3.24 |
(3rd Party) org.yaml.snakeyaml | 1.30, 1.27 | 1.30, 1.33 |
Critical: Found Vulnerable Snake YAML dependency (<2.0)
├─ _Root_
│ ├─ com.google.code.gson.gson == 2.9.1
│ │ └─ org.springdoc.springdoc-openapi-ui == 1.6.9
│ │ └─ org.springdoc.springdoc-openapi-webmvc-core == 1.6.9
│ │ └─ org.springdoc.springdoc-openapi-common == 1.6.9
│ │ └─ io.swagger.core.v3.swagger-core == 2.2.0
│ │ └─ com.fasterxml.jackson.dataformat.jackson-dataformat-yaml == 2.13.4
│ │ └─ org.yaml.snakeyaml == 1.30
│ ├─ org.opengroup.osdu.wd.well-delivery-core == 0.21.0-SNAPSHOT
│ │ └─ org.springframework.boot.spring-boot-starter-web == 2.7.7
│ │ └─ org.springframework.boot.spring-boot-starter == 2.7.7
│ │ └─ org.yaml.snakeyaml == 1.30
│ ├─ org.opengroup.osdu.wd.well-delivery-service-azure == 0.21.0-SNAPSHOT
│ │ └─ org.springframework.boot.spring-boot-starter-test == 2.7.7
│ │ └─ org.springframework.boot.spring-boot-starter == 2.7.7
│ │ └─ org.yaml.snakeyaml == 1.30
│ ├─ org.opengroup.osdu.wd.well-delivery-service-gc == 0.21.0-SNAPSHOT
│ │ └─ org.springframework.boot.spring-boot-starter-test == 2.7.7
│ │ └─ org.springframework.boot.spring-boot-starter == 2.7.7
│ │ └─ org.yaml.snakeyaml == 1.30
│ ├─ org.opengroup.osdu.wd.well-delivery-service-aws == 0.21.0-SNAPSHOT
│ │ └─ org.springframework.boot.spring-boot-starter-data-mongodb == 2.7.7
│ │ └─ org.springframework.boot.spring-boot-starter == 2.7.7
│ │ └─ org.yaml.snakeyaml == 1.30
│ └─ org.opengroup.osdu.wd.well-delivery-service-ibm == 0.21.0-SNAPSHOT
│ └─ org.yaml.snakeyaml == 1.33
└─ testing/
├─ org.opengroup.osdu.wd.well-delivery-testing-gc == 0.21.0-SNAPSHOT
│ └─ org.opengroup.osdu.core-lib-gcp == 0.19.0-rc3
│ └─ org.opengroup.osdu.oqm == 0.18.0
│ └─ org.springframework.boot.spring-boot-starter == 2.7.2
│ └─ org.yaml.snakeyaml == 1.30
├─ org.opengroup.osdu.wd.well-delivery-testing-aws == 0.21.0-SNAPSHOT
│ └─ org.opengroup.osdu.core.aws.os-core-lib-aws == 0.15.0
│ └─ org.opengroup.osdu.os-core-common == 0.15.0
│ └─ org.springframework.boot.spring-boot-starter-web == 2.4.12
│ └─ org.springframework.boot.spring-boot-starter == 2.4.12
│ └─ org.yaml.snakeyaml == 1.27
└─ org.opengroup.osdu.wd.wd-test-anthos == 0.21.0-SNAPSHOT
└─ org.opengroup.osdu.core-lib-gcp == 0.19.0-rc3
└─ org.opengroup.osdu.oqm == 0.18.0
└─ org.springframework.boot.spring-boot-starter == 2.7.2
└─ org.yaml.snakeyaml == 1.30
Dependency Information After the Upgrade
Branch: dependency-upgrade
SHA: 228a8da446c01e0a736f42910562d7a889e88073
Maven: 0.21.0-SNAPSHOT
Maven Dependencies | testing/ | Root |
---|---|---|
core-lib-gc | 0.20.0 | |
os-core-lib-aws | 0.21.0-rc2 | 0.21.0-rc2 |
obm | 0.20.0 | |
oqm | 0.20.0 | |
os-core-common | 0.20.1 | 0.20.1 |
osm | 0.20.0 | |
(3rd Party) com.fasterxml.jackson.core.jackson-databind | 2.13.2.2, 2.10.1 | 2.13.2.2, 2.13.4.2 |
(3rd Party) org.apache.logging.log4j.log4j-api | 2.17.0 | |
(3rd Party) org.apache.logging.log4j.log4j-to-slf4j | 2.17.0 | |
(3rd Party) org.yaml.snakeyaml | 1.30 | 1.30, 1.33 |
Critical: Found Vulnerable Snake YAML dependency (<2.0)
├─ _Root_
│ ├─ com.google.code.gson.gson == 2.9.1
│ │ └─ org.springdoc.springdoc-openapi-ui == 1.6.9
│ │ └─ org.springdoc.springdoc-openapi-webmvc-core == 1.6.9
│ │ └─ org.springdoc.springdoc-openapi-common == 1.6.9
│ │ └─ io.swagger.core.v3.swagger-core == 2.2.0
│ │ └─ com.fasterxml.jackson.dataformat.jackson-dataformat-yaml == 2.13.4
│ │ └─ org.yaml.snakeyaml == 1.30
│ ├─ org.opengroup.osdu.wd.well-delivery-core == 0.21.0-SNAPSHOT
│ │ └─ org.springframework.boot.spring-boot-starter-web == 2.7.7
│ │ └─ org.springframework.boot.spring-boot-starter == 2.7.7
│ │ └─ org.yaml.snakeyaml == 1.30
│ ├─ org.opengroup.osdu.wd.well-delivery-service-azure == 0.21.0-SNAPSHOT
│ │ └─ org.springframework.boot.spring-boot-starter-test == 2.7.7
│ │ └─ org.springframework.boot.spring-boot-starter == 2.7.7
│ │ └─ org.yaml.snakeyaml == 1.30
│ ├─ org.opengroup.osdu.wd.well-delivery-service-gc == 0.21.0-SNAPSHOT
│ │ └─ org.springframework.boot.spring-boot-starter-test == 2.7.7
│ │ └─ org.springframework.boot.spring-boot-starter == 2.7.7
│ │ └─ org.yaml.snakeyaml == 1.30
│ ├─ org.opengroup.osdu.wd.well-delivery-service-aws == 0.21.0-SNAPSHOT
│ │ └─ org.springframework.boot.spring-boot-starter-data-mongodb == 2.7.7
│ │ └─ org.springframework.boot.spring-boot-starter == 2.7.7
│ │ └─ org.yaml.snakeyaml == 1.30
│ └─ org.opengroup.osdu.wd.well-delivery-service-ibm == 0.21.0-SNAPSHOT
│ └─ org.yaml.snakeyaml == 1.33
└─ testing/
├─ org.opengroup.osdu.wd.well-delivery-testing-gc == 0.21.0-SNAPSHOT
│ └─ org.opengroup.osdu.core-lib-gc == 0.20.0
│ └─ org.opengroup.osdu.oqm == 0.20.0
│ └─ org.springframework.boot.spring-boot-starter == 2.7.10
│ └─ org.yaml.snakeyaml == 1.30
├─ org.opengroup.osdu.wd.well-delivery-testing-aws == 0.21.0-SNAPSHOT
│ └─ org.opengroup.osdu.core.aws.os-core-lib-aws == 0.21.0-rc2
│ └─ org.springframework.boot.spring-boot-starter-web == 2.7.7
│ └─ org.springframework.boot.spring-boot-starter == 2.7.7
│ └─ org.yaml.snakeyaml == 1.30
└─ org.opengroup.osdu.wd.wd-test-anthos == 0.21.0-SNAPSHOT
└─ org.opengroup.osdu.core-lib-gc == 0.20.0
└─ org.opengroup.osdu.oqm == 0.20.0
└─ org.springframework.boot.spring-boot-starter == 2.7.10
└─ org.yaml.snakeyaml == 1.30