Upgrade First Party Library Dependencies for Release 0.21
This generated MR upgrades the first party libraries (other OSDU libraries) to utilize the latest release. The intent is to keep the OSDU projects utilizing the latest available code to ensure widespread usage and stability. However, any library that is older than the previous release will be left as-is, since the upgrade is likely to be more complicated. Furthermore, the 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.
Dependency Information Before the Upgrade
Branch: master
SHA: 8a41c4f7cc9fca8e12269aeb1b96f4aeabd99465
Maven: 0.22.0-SNAPSHOT
Maven Dependencies | testing/ | Root |
---|---|---|
core-lib-gcp | 0.19.0-rc3 | |
os-core-lib-aws | 0.21.0-rc5 | 0.21.0-rc5 |
obm | 0.18.0 | |
oqm | 0.18.0 | |
os-core-common | 0.19.0-rc1, 0.20.1 | 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.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.22.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.22.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.22.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.22.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.22.0-SNAPSHOT
│ └─ org.yaml.snakeyaml == 1.33
└─ testing/
├─ org.opengroup.osdu.wd.well-delivery-testing-gc == 0.22.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.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.core.aws.os-core-lib-aws == 0.21.0-rc5
│ └─ 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-baremetal == 0.22.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-2
SHA: 517766be9745315d2f112afa0f41d83b0b171755
Maven: 0.22.0-SNAPSHOT
Maven Dependencies | testing/ | Root |
---|---|---|
core-lib-gcp | 0.19.0-rc3 | |
os-core-lib-aws | 0.21.0 | 0.21.0 |
obm | 0.18.0 | |
oqm | 0.18.0 | |
os-core-common | 0.19.0-rc1, 0.21.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.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.22.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.22.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.22.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.22.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.22.0-SNAPSHOT
│ └─ org.yaml.snakeyaml == 1.33
└─ testing/
├─ org.opengroup.osdu.wd.well-delivery-testing-gc == 0.22.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.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.core.aws.os-core-lib-aws == 0.21.0
│ └─ 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-baremetal == 0.22.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