Skip to content

Upgrade First Party Library Dependencies for Release 0.26

David Diederich requested to merge dependency-upgrade into main

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: main
SHA:    a77d1cf89f7f027cd29363431837c4950a0eba0b
Maven:  0.27.0-SNAPSHOT
Maven Dependencies Root
os-core-common 0.25.0
(3rd Party) org.yaml.snakeyaml 1.30
Warning: Found Vulnerable Snake YAML dependency (<2.0)
└─ _Root_
   └─ org.opengroup.osdu.os-sd-core == 0.27.0-SNAPSHOT
      └─ org.opengroup.osdu.os-core-common == 0.25.0
         └─ org.springframework.boot.spring-boot-starter-web == 2.7.17
            └─ org.springframework.boot.spring-boot-starter == 2.7.17
               └─ org.yaml.snakeyaml == 1.30

Dependency Information After the Upgrade

Branch: dependency-upgrade
SHA:    3de24a273d318d7b1173107c82c5bffb75821ddf
Maven:  0.27.0-SNAPSHOT
Maven Dependencies Root
os-core-common 0.26.0
(3rd Party) org.yaml.snakeyaml 1.30
Warning: Found Vulnerable Snake YAML dependency (<2.0)
└─ _Root_
   └─ org.opengroup.osdu.os-sd-core == 0.27.0-SNAPSHOT
      └─ org.opengroup.osdu.os-core-common == 0.26.0
         └─ org.springframework.boot.spring-boot-starter-web == 2.7.17
            └─ org.springframework.boot.spring-boot-starter == 2.7.17
               └─ org.yaml.snakeyaml == 1.30

Merge request reports