-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Upgrade commons-io to 2.17.0 #17227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade commons-io to 2.17.0 #17227
Conversation
Bumps commons-io:commons-io from 2.11.0 to 2.17.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
| <properties> | ||
| <commons-io.version>2.11.0</commons-io.version> | ||
| <commons-io.version>2.17.0</commons-io.version> | ||
| <okio.version>3.6.0</okio.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: setting the version in this submodule have not much meaning - as its configured with dependencyManagement at the top level pom; this and the version for the package can be removed..
this okio thing seems to be an interesting thing as well
it seems we have 3 versions of that lib loaded; so it might be
$ rebuild -Pdist -Pbundle-contrib-exts
$ tar tzf ./distribution/target/apache-druid-32.0.0-SNAPSHOT-bin.tar.gz |grep okio
apache-druid-32.0.0-SNAPSHOT/extensions/druid-iceberg-extensions/okio-2.8.0.jar
apache-druid-32.0.0-SNAPSHOT/extensions/druid-kubernetes-extensions/okio-jvm-3.6.0.jar
apache-druid-32.0.0-SNAPSHOT/extensions/druid-kubernetes-extensions/okio-3.6.0.jar
apache-druid-32.0.0-SNAPSHOT/extensions/druid-kubernetes-overlord-extensions/okio-1.15.0.jar
might worth a try to remove the version for that too and possibly declare its version via dependencyManagement in the root pom.xml in a separate pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you want me to remove commons io from submodule as part of this pr only or that too as another pr ?
|
@kgyrtkirk Sure! Let me look at protobuf upgrade issue. |
Co-authored-by: Shivam Garg <shigarg@visa.com>
(cherry picked from commit 93b5a83)
* Upgraded Protobuf to 3.25.5 (apache#17249) (#85) * Bump com.google.protobuf:protobuf-java from 3.24.0 to 3.25.5 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.24.0 to 3.25.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.24.0...v3.25.5) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... * Updated the license * Updated licenses.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Shivam Garg <shigarg@visa.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Upgrade commons-io to 2.17.0 (apache#17227) (#89) Co-authored-by: Shivam Garg <shigarg@visa.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Shivam Garg <shigarg@visa.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
In latest version of commons-io IOException is replaced with UncheckedIOException
apache/commons-io@166dea3