)]}'
{
  "commit": "f9ab35c5628ab19af8df6c1146ac495edf917219",
  "tree": "3619489aed75bfdb89bd916f716c633b38648076",
  "parents": [
    "f36777c09246532090c01ca2b5127bb80fd703fb"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Mon Jan 19 13:40:23 2026 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Mon Jan 19 13:40:23 2026 +0100"
  },
  "message": "MINOR: Bump commons-io:commons-io from 2.19.0 to 2.21.0 (#974)\n\nBumps [commons-io:commons-io](https://github.com/apache/commons-io) from\n2.19.0 to 2.21.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt\"\u003ecommons-io:commons-io\u0027s\nchangelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003cp\u003eApache Commons IO 2.21.0 Release Notes\u003c/p\u003e\n\u003cp\u003eThe Apache Commons IO team is pleased to announce the release of\nApache Commons IO 2.21.0.\u003c/p\u003e\n\u003ch2\u003eIntroduction\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons IO library contains utility classes, stream\nimplementations, file filters,\nfile comparators, endian transformation classes, and much more.\u003c/p\u003e\n\u003cp\u003eVersion 2.21.0: Java 8 or later is required.\u003c/p\u003e\n\u003ch2\u003eNew features\u003c/h2\u003e\n\u003cp\u003eo FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte,\nRonnabyte and Quettabyte \u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/763\"\u003e#763\u003c/a\u003e.\nThanks to strangelookingnerd, Gary Gregory.\no Add org.apache.commons.io.FileUtils.ONE_RB \u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/763\"\u003e#763\u003c/a\u003e.\nThanks to strangelookingnerd, Gary Gregory.\no Add org.apache.commons.io.FileUtils.ONE_QB \u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/763\"\u003e#763\u003c/a\u003e.\nThanks to strangelookingnerd, Gary Gregory.\no Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[],\nint, int, long). Thanks to Gary Gregory.\no Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[],\nlong). Thanks to Gary Gregory.\no Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(int,\nlong). Thanks to Gary Gregory.\no Add length unit support in FileSystem limits. Thanks to Piotr P.\nKarwasz.\no Add IOUtils.toByteArray(InputStream, int, int) for safer chunked\nreading with size validation. Thanks to Piotr P. Karwasz.\no Add org.apache.commons.io.file.PathUtils.getPath(String, String).\nThanks to Gary Gregory.\no Add org.apache.commons.io.channels.ByteArraySeekableByteChannel.\nThanks to Gary Gregory.\no          Add IOIterable.asIterable(). Thanks to Gary Gregory.\no Add NIO channel support to \u003ccode\u003eAbstractStreamBuilder\u003c/code\u003e. Thanks\nto Piotr P. Karwasz.\no Add CloseShieldChannel to close-shielded NIO Channels \u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/786\"\u003e#786\u003c/a\u003e.\nThanks to Piotr P. Karwasz.\no Added IOUtils.checkFromIndexSize as a Java 8 backport of\nObjects.checkFromIndexSize \u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/790\"\u003e#790\u003c/a\u003e.\nThanks to Piotr P. Karwasz.\u003c/p\u003e\n\u003ch2\u003eFixed Bugs\u003c/h2\u003e\n\u003cp\u003eo When testing on Java 21 and up, enable\n-XX:+EnableDynamicAgentLoading. Thanks to Gary Gregory.\no When testing on Java 24 and up, don\u0027t fail FileUtilsListFilesTest for\na different behavior in the JRE. Thanks to Gary Gregory.\no ValidatingObjectInputStream does not validate dynamic proxy\ninterfaces. Thanks to Stanislav Fort, Gary Gregory.\no BoundedInputStream.getRemaining() now reports Long.MAX_VALUE instead\nof 0 when no limit is set. Thanks to Piotr P. Karwasz.\no BoundedInputStream.available() correctly accounts for the maximum read\nlimit. Thanks to Piotr P. Karwasz.\no Deprecate IOUtils.readFully(InputStream, int) in favor of\ntoByteArray(InputStream, int). Thanks to Gary Gregory, Piotr P. Karwasz.\no IOUtils.toByteArray(InputStream) now throws IOException on byte array\noverflow. Thanks to Piotr P. Karwasz.\no Javadoc general improvements. Thanks to Gary Gregory, Piotr P.\nKarwasz.\no IOUtils.toByteArray() now throws EOFException when not enough data is\navailable \u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/796\"\u003e#796\u003c/a\u003e.\nThanks to Piotr P. Karwasz.\no Fix IOUtils.skip() usage in concurrent scenarios. Thanks to Piotr P.\nKarwasz.\no [javadoc] Fix XmlStreamReader Javadoc to indicate the correct class\nthat is built \u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/806\"\u003e#806\u003c/a\u003e.\nThanks to J Hawkins.\u003c/p\u003e\n\u003ch2\u003eChanges\u003c/h2\u003e\n\u003cp\u003eo Bump org.apache.commons:commons-parent from 85 to 91 \u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/774\"\u003e#774\u003c/a\u003e,\n\u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/783\"\u003e#783\u003c/a\u003e,\n\u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/808\"\u003e#808\u003c/a\u003e.\nThanks to Gary Gregory, Dependabot.\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/apache/commons-io/commit/54073d3b5fdd2985b98a48040ede95eb59c7ee53\"\u003e\u003ccode\u003e54073d3\u003c/code\u003e\u003c/a\u003e\nPrepare for the release candidate 2.21.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/apache/commons-io/commit/f141f09d91368543e4f0754cbd649c484768c55c\"\u003e\u003ccode\u003ef141f09\u003c/code\u003e\u003c/a\u003e\nPrepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/apache/commons-io/commit/adcf1350152faf4dbd8cf53fb2f2649f25dbe227\"\u003e\u003ccode\u003eadcf135\u003c/code\u003e\u003c/a\u003e\nAdd license header\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/apache/commons-io/commit/0f499d060adbd4b36bbd9f47393a7ea6af8149ff\"\u003e\u003ccode\u003e0f499d0\u003c/code\u003e\u003c/a\u003e\nUse new oak logo\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/apache/commons-io/commit/34a961c3ed58ed96c73836db154ae50f0c45110f\"\u003e\u003ccode\u003e34a961c\u003c/code\u003e\u003c/a\u003e\nUse HTTPS in URL\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/apache/commons-io/commit/9e511181a03096b77c3a4b9c6077a4ac0b56b510\"\u003e\u003ccode\u003e9e51118\u003c/code\u003e\u003c/a\u003e\nUse HTTPS in URL\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/apache/commons-io/commit/d715865ee705fdb8ed786582bd6bd4ee996b0665\"\u003e\u003ccode\u003ed715865\u003c/code\u003e\u003c/a\u003e\nAdd dependabot email [skip ci]\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/apache/commons-io/commit/3d6a7e113633e1a33ca254d744c3fcbab61663f3\"\u003e\u003ccode\u003e3d6a7e1\u003c/code\u003e\u003c/a\u003e\nJavadoc\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/apache/commons-io/commit/ad875d566f273f54094b6b872bf9433be9fd86a7\"\u003e\u003ccode\u003ead875d5\u003c/code\u003e\u003c/a\u003e\nBump actions/upload-artifact from 4.6.2 to 5.0.0 (\u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/810\"\u003e#810\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/apache/commons-io/commit/bc01dee31ec0ff10aa0841ff245b770fa1ecfade\"\u003e\u003ccode\u003ebc01dee\u003c/code\u003e\u003c/a\u003e\nBump github/codeql-action from 4.30.9 to 4.31.2 (\u003ca\nhref\u003d\"https://redirect.github.com/apache/commons-io/issues/811\"\u003e#811\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca\nhref\u003d\"https://github.com/apache/commons-io/compare/rel/commons-io-2.19.0...rel/commons-io-2.21.0\"\u003ecompare\nview\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name\u003dcommons-io:commons-io\u0026package-manager\u003dmaven\u0026previous-version\u003d2.19.0\u0026new-version\u003d2.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don\u0027t\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "fcf54e785f91788f29184fe441f95c62c1eb3ce3",
      "old_mode": 33188,
      "old_path": "dataset/pom.xml",
      "new_id": "3a8f04862895ef488249e48b3900d2afea4adae4",
      "new_mode": 33188,
      "new_path": "dataset/pom.xml"
    },
    {
      "type": "modify",
      "old_id": "d84352e2da7465893178c57a7bd54884ea4e3adc",
      "old_mode": 33188,
      "old_path": "flight/flight-sql-jdbc-core/pom.xml",
      "new_id": "bb191ca9ed567fa7f8ff911dcb0e205bd0791dd9",
      "new_mode": 33188,
      "new_path": "flight/flight-sql-jdbc-core/pom.xml"
    }
  ]
}
