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: 312c2cd50dd5d714839aebdd11f55b9a88c866b5
Maven: 0.22.0-SNAPSHOT
Maven Dependencies | Root | testing/ |
---|---|---|
core-lib-azure | 0.14.0-rc2 | |
core-lib-gc | 0.21.0-rc5 | |
os-core-lib-aws | 0.21.0-rc5 | 0.21.0-rc5 |
obm | 0.21.0-rc2 | |
oqm | 0.21.0-rc4 | |
os-core-common | 0.19.0-rc8, 0.21.0-rc5 | 0.13.0, 0.20.1 |
os-core-lib-ibm | 0.16.0-rc1 | |
osm | 0.21.0-rc3 | |
(3rd Party) com.fasterxml.jackson.core.jackson-databind | 2.10.5, 2.13.2.2, 2.13.4.2 | 2.13.2.2, 2.10.1 |
(3rd Party) org.springframework.spring-webmvc | 5.2.10.RELEASE, 5.2.22.RELEASE, 5.3.24, 5.3.22 | 5.2.2.RELEASE |
(3rd Party) org.yaml.snakeyaml | 1.25, 2.0 | 1.25 |
Critical: Found Vulnerable Spring MVC dependency (<5.2.20 || >=5.3.0 <5.3.18)
├─ _Root_
│ ├─ io.springfox.springfox-boot-starter == 3.0.0
│ │ └─ org.opengroup.osdu.os-core-common == 0.19.0-rc8
│ │ └─ org.springframework.spring-webmvc == 5.2.10.RELEASE
│ └─ org.opengroup.osdu.workflow-ibm == 0.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.workflow-core == 0.22.0-SNAPSHOT
│ └─ org.springframework.spring-webmvc == 5.2.10.RELEASE
└─ testing/
├─ org.opengroup.osdu.workflow-test-core == 0.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.os-core-common == 0.13.0
│ └─ org.springframework.boot.spring-boot-starter-web == 2.2.2.RELEASE
│ └─ org.springframework.spring-webmvc == 5.2.2.RELEASE
├─ org.opengroup.osdu.workflow.workflow-test-aws == 0.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.core.aws.os-core-lib-aws == 0.21.0-rc5
│ └─ org.springframework.spring-webmvc == 5.2.2.RELEASE
└─ org.opengroup.osdu.workflow-test-gc == 0.22.0-SNAPSHOT
└─ org.opengroup.osdu.workflow-test-core == 0.22.0-SNAPSHOT
└─ org.opengroup.osdu.os-core-common == 0.13.0
└─ org.springframework.boot.spring-boot-starter-web == 2.2.2.RELEASE
└─ org.springframework.spring-webmvc == 5.2.2.RELEASE
Critical: Found Vulnerable Snake YAML dependency (<2.0)
├─ _Root_
│ ├─ io.springfox.springfox-boot-starter == 3.0.0
│ │ └─ org.springframework.cloud.spring-cloud-starter == 2.2.2.RELEASE
│ │ └─ org.springframework.boot.spring-boot-starter == 2.2.11.RELEASE
│ │ └─ org.yaml.snakeyaml == 1.25
│ └─ org.opengroup.osdu.workflow-gc == 0.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.workflow-core == 0.22.0-SNAPSHOT
│ └─ org.yaml.snakeyaml == 1.25
└─ testing/
├─ org.opengroup.osdu.workflow-test-core == 0.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.os-core-common == 0.13.0
│ └─ org.springframework.boot.spring-boot-starter-web == 2.2.2.RELEASE
│ └─ org.springframework.boot.spring-boot-starter == 2.2.2.RELEASE
│ └─ org.yaml.snakeyaml == 1.25
├─ org.opengroup.osdu.workflow.workflow-test-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.2.2.RELEASE
│ └─ org.springframework.boot.spring-boot-starter == 2.2.2.RELEASE
│ └─ org.yaml.snakeyaml == 1.25
└─ org.opengroup.osdu.workflow-test-gc == 0.22.0-SNAPSHOT
└─ org.opengroup.osdu.workflow-test-core == 0.22.0-SNAPSHOT
└─ org.opengroup.osdu.os-core-common == 0.13.0
└─ org.springframework.boot.spring-boot-starter-web == 2.2.2.RELEASE
└─ org.springframework.boot.spring-boot-starter == 2.2.2.RELEASE
└─ org.yaml.snakeyaml == 1.25
Critical: Found Vulnerable Jackson Databind dependency (<2.12.6.1 || >=2.13.0 <2.13.2.1)
├─ _Root_
│ └─ io.springfox.springfox-boot-starter == 3.0.0
│ └─ com.fasterxml.jackson.core.jackson-databind == 2.10.5
└─ testing/
└─ org.opengroup.osdu.workflow-test-gc == 0.22.0-SNAPSHOT
└─ org.opengroup.osdu.workflow-test-core == 0.22.0-SNAPSHOT
└─ com.fasterxml.jackson.core.jackson-databind == 2.10.1
Dependency Information After the Upgrade
Branch: dependency-upgrade-2
SHA: 601744bde895a411c1de507273ed6e305d385e14
Maven: 0.22.0-SNAPSHOT
Maven Dependencies | Root | testing/ |
---|---|---|
core-lib-azure | 0.14.0-rc2 | |
core-lib-gc | 0.21.0 | |
os-core-lib-aws | 0.21.0 | 0.21.0 |
obm | 0.21.0 | |
oqm | 0.21.0 | |
os-core-common | 0.19.0-rc8, 0.21.0 | 0.13.0, 0.21.0 |
os-core-lib-ibm | 0.16.0-rc1 | |
osm | 0.21.0 | |
(3rd Party) com.fasterxml.jackson.core.jackson-databind | 2.10.5, 2.13.2.2, 2.13.4.2 | 2.13.2.2, 2.10.1 |
(3rd Party) org.springframework.spring-webmvc | 5.2.10.RELEASE, 5.2.22.RELEASE, 5.3.24, 5.3.22 | 5.2.2.RELEASE |
(3rd Party) org.yaml.snakeyaml | 1.25, 2.0 | 1.25 |
Critical: Found Vulnerable Spring MVC dependency (<5.2.20 || >=5.3.0 <5.3.18)
├─ _Root_
│ ├─ io.springfox.springfox-boot-starter == 3.0.0
│ │ └─ org.opengroup.osdu.os-core-common == 0.19.0-rc8
│ │ └─ org.springframework.spring-webmvc == 5.2.10.RELEASE
│ └─ org.opengroup.osdu.workflow-ibm == 0.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.workflow-core == 0.22.0-SNAPSHOT
│ └─ org.springframework.spring-webmvc == 5.2.10.RELEASE
└─ testing/
├─ org.opengroup.osdu.workflow-test-core == 0.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.os-core-common == 0.13.0
│ └─ org.springframework.boot.spring-boot-starter-web == 2.2.2.RELEASE
│ └─ org.springframework.spring-webmvc == 5.2.2.RELEASE
├─ org.opengroup.osdu.workflow.workflow-test-aws == 0.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.core.aws.os-core-lib-aws == 0.21.0
│ └─ org.springframework.spring-webmvc == 5.2.2.RELEASE
└─ org.opengroup.osdu.workflow-test-gc == 0.22.0-SNAPSHOT
└─ org.opengroup.osdu.workflow-test-core == 0.22.0-SNAPSHOT
└─ org.opengroup.osdu.os-core-common == 0.13.0
└─ org.springframework.boot.spring-boot-starter-web == 2.2.2.RELEASE
└─ org.springframework.spring-webmvc == 5.2.2.RELEASE
Critical: Found Vulnerable Snake YAML dependency (<2.0)
├─ _Root_
│ ├─ io.springfox.springfox-boot-starter == 3.0.0
│ │ └─ org.springframework.cloud.spring-cloud-starter == 2.2.2.RELEASE
│ │ └─ org.springframework.boot.spring-boot-starter == 2.2.11.RELEASE
│ │ └─ org.yaml.snakeyaml == 1.25
│ └─ org.opengroup.osdu.workflow-gc == 0.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.workflow-core == 0.22.0-SNAPSHOT
│ └─ org.yaml.snakeyaml == 1.25
└─ testing/
├─ org.opengroup.osdu.workflow-test-core == 0.22.0-SNAPSHOT
│ └─ org.opengroup.osdu.os-core-common == 0.13.0
│ └─ org.springframework.boot.spring-boot-starter-web == 2.2.2.RELEASE
│ └─ org.springframework.boot.spring-boot-starter == 2.2.2.RELEASE
│ └─ org.yaml.snakeyaml == 1.25
├─ org.opengroup.osdu.workflow.workflow-test-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.2.2.RELEASE
│ └─ org.springframework.boot.spring-boot-starter == 2.2.2.RELEASE
│ └─ org.yaml.snakeyaml == 1.25
└─ org.opengroup.osdu.workflow-test-gc == 0.22.0-SNAPSHOT
└─ org.opengroup.osdu.workflow-test-core == 0.22.0-SNAPSHOT
└─ org.opengroup.osdu.os-core-common == 0.13.0
└─ org.springframework.boot.spring-boot-starter-web == 2.2.2.RELEASE
└─ org.springframework.boot.spring-boot-starter == 2.2.2.RELEASE
└─ org.yaml.snakeyaml == 1.25
Critical: Found Vulnerable Jackson Databind dependency (<2.12.6.1 || >=2.13.0 <2.13.2.1)
├─ _Root_
│ └─ io.springfox.springfox-boot-starter == 3.0.0
│ └─ com.fasterxml.jackson.core.jackson-databind == 2.10.5
└─ testing/
└─ org.opengroup.osdu.workflow-test-gc == 0.22.0-SNAPSHOT
└─ org.opengroup.osdu.workflow-test-core == 0.22.0-SNAPSHOT
└─ com.fasterxml.jackson.core.jackson-databind == 2.10.1