Skip to content

Full Upgrade of First Party Library Dependencies

Chad Leong requested to merge dependency-upgrade into master

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.

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:    dc20c59225762e9c3bd8311a3b7cbc102ae6e6ed
Maven:  0.24.0-SNAPSHOT
Maven Dependencies Root testing/
core-lib-azure 0.20.0-rc5 0.13.0
core-lib-gc 0.21.0 0.21.0
core-test-lib-gcp 0.21.0
os-core-lib-aws 0.21.0 0.21.0
oqm 0.21.0
os-core-common 0.22.0-rc4 0.21.0, 0.13.0
os-core-lib-ibm 0.21.0 0.21.0
osm 0.21.0
(3rd Party) com.fasterxml.jackson.core.jackson-databind 2.14.2 2.15.0-rc1, 2.14.1, 2.13.2.2, 2.9.6
(3rd Party) org.yaml.snakeyaml 2.0 1.30, 1.33, 2.0

Dependency Information After the Upgrade

Branch: dependency-upgrade
SHA:    89f5537dd429b30809906defa76a2cf0d3d687ee
Maven:  0.24.0-SNAPSHOT
Maven Dependencies Root testing/
core-lib-azure 0.23.2 0.23.2
core-lib-gc 0.23.1 0.23.1
core-test-lib-gcp 0.22.0
os-core-lib-aws 0.23.0 0.23.0
oqm 0.23.0
os-core-common 0.23.3 0.23.3, 0.23.0
os-core-lib-ibm 0.23.0 0.23.0
osm 0.23.0
(3rd Party) com.fasterxml.jackson.core.jackson-databind 2.14.2 2.15.0-rc1, 2.14.1, 2.13.2.2, 2.9.6
(3rd Party) org.yaml.snakeyaml 2.0 1.30, 2.0
Edited by Chad Leong

Merge request reports