Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.kiwiproject:kiwi from 4.4.0 to 4.5.0 (#301)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [org.kiwiproject:kiwi](https://github.com/kiwiproject/kiwi) from 4.4.0 to 4.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kiwiproject/kiwi/releases">org.kiwiproject:kiwi's releases</a>.</em></p> <blockquote> <h2>v4.5.0</h2> <h2>Summary</h2> <ul> <li>2024-10-13T16:18:39Z - <a href="https://github.com/kiwiproject/kiwi/compare/v4.4.0...v4.5.0">8 commit(s)</a> by <a href="https://github.com/sleberknight">Scott Leberknight</a></li> </ul> <h2>Improvements 🚀</h2> <ul> <li>Add overloaded readAllMainAttributesFromJarManifest methods to KiwiJars [(<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1204">#1204</a>)](<a href="https://redirect.github.com/kiwiproject/kiwi/pull/1204">kiwiproject/kiwi#1204</a>)</li> </ul> <h2>Bugs 🐛</h2> <ul> <li>Fix regex problem in KiwiJars#getPathComponents [(<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1201">#1201</a>)](<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1201">kiwiproject/kiwi#1201</a>)</li> </ul> <h2>Documentation 📝</h2> <ul> <li>Clarify behavior of KiwiJars methods that read Manifest main attributes [(<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1198">#1198</a>)](<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1198">kiwiproject/kiwi#1198</a>)</li> </ul> <h2>Assorted 👜</h2> <ul> <li>Refactor KiwiJars#readValuesFromJarManifest to read the manifest once [(<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1199">#1199</a>)](<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1199">kiwiproject/kiwi#1199</a>)</li> <li>Replace usages of deprecated RandomStringUtils APIs in KiwiPreconditi… [(<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1197">#1197</a>)](<a href="https://redirect.github.com/kiwiproject/kiwi/pull/1197">kiwiproject/kiwi#1197</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kiwiproject/kiwi/commit/701fcaa9b2d48c3185b1005c76b681efd1c30080"><code>701fcaa</code></a> [maven-release-plugin] prepare release v4.5.0</li> <li><a href="https://github.com/kiwiproject/kiwi/commit/379d95d3677939e013b7af2abe08cf2b760743bd"><code>379d95d</code></a> Add overloaded readAllMainAttributesFromJarManifest methods to KiwiJars (<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1204">#1204</a>)</li> <li><a href="https://github.com/kiwiproject/kiwi/commit/c1eebfae3af5947877e951e81334b5072d780ae6"><code>c1eebfa</code></a> Update Javadocs and rename arguments in KiwiJars (<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1203">#1203</a>)</li> <li><a href="https://github.com/kiwiproject/kiwi/commit/b56acc9e58c65825b2f6749614d317d6d012e0bb"><code>b56acc9</code></a> Quote "File.separator" when calling split in KiwiJars#getPathComponents (<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1202">#1202</a>)</li> <li><a href="https://github.com/kiwiproject/kiwi/commit/f2021aa1b20aa4d35e21a47f255dfcb5f6e1907a"><code>f2021aa</code></a> Refactor KiwiJars#readValuesFromJarManifest (<a href="https://redirect.github.com/kiwiproject/kiwi/issues/1200">#1200</a>)</li> <li><a href="https://github.com/kiwiproject/kiwi/commit/1eafa67d869bd55f62f6b82afadb540109b371dd"><code>1eafa67</code></a> Replace usages of deprecated RandomStringUtils APIs in KiwiPreconditionsTest ...</li> <li><a href="https://github.com/kiwiproject/kiwi/commit/65629d4d551b3e9fa6d19f7977ff9d02b9a83e27"><code>65629d4</code></a> Remove redundant warning suppression annotation in KiwiResourcesTest</li> <li><a href="https://github.com/kiwiproject/kiwi/commit/0c5d180cdcba63a9b1ef6e95a4f5be4995311fa9"><code>0c5d180</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/kiwiproject/kiwi/compare/v4.4.0...v4.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.kiwiproject:kiwi&package-manager=maven&previous-version=4.4.0&new-version=4.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information