Skip to content

Update commons-io to 2.17.0#1307

Merged
stevedlawrence merged 1 commit into
apache:mainfrom
scala-steward:update/commons-io-2.17.0
Oct 11, 2024
Merged

Update commons-io to 2.17.0#1307
stevedlawrence merged 1 commit into
apache:mainfrom
scala-steward:update/commons-io-2.17.0

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

About this PR

📦 Updates commons-io:commons-io from 2.16.1 to 2.17.0

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (2.16.1).
You might want to review and update them manually.

project/Dependencies.scala
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "commons-io", artifactId = "commons-io" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "commons-io", artifactId = "commons-io" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

Copy link
Copy Markdown
Contributor

@olabusayoT olabusayoT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Apache Commons IO Release Notes
Differences from last release

  • Do all automated continuous integration checks pass?
    Yes
  • Is the update a patch, minor, or major update?
    Minor update. Many bug fixes and feature additions, nothing that seems to affect Daffodil.
  • Is the license still compatible with ASF License Policy?
    Yes, still ALv2
  • Have any changes been made to LICENSE/NOTICE files that need to be incorporated?
    No
  • Have any transitive dependencies been added or changed?
    From release notes:
    • Bump tests commons.bytebuddy.version from 1.14.13 to 1.15.1
    • Bump tests commons-codec:commons-codec from 1.16.1 to 1.17.1
    • Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.4.1
    • Bump org.apache.commons:commons-parent from 69 to 74
    • Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0
      The only one that we pull in is commons-codec, and that is already correctly listed in license/notice files.

Copy link
Copy Markdown
Member

@stevedlawrence stevedlawrence left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 note that we don't care about test/dev transitive dependencies, so the listed deps can be ignored

@stevedlawrence stevedlawrence merged commit 6bf9b87 into apache:main Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants