{"id":2182,"name":"org.apache.commons:commons-exec","ecosystem":"maven","repository_url":"https://gitbox.apache.org/repos/asf/commons-exec","issues_count":87,"created_at":"2025-06-06T15:01:58.948Z","updated_at":"2025-06-06T15:01:58.948Z","purl":"pkg:maven/org.apache.commons:commons-exec","metadata":{"id":5040871,"name":"org.apache.commons:commons-exec","ecosystem":"maven","description":"Apache Commons Exec is a library to reliably execute external processes from within the JVM.","homepage":"https://commons.apache.org/proper/commons-exec/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://gitbox.apache.org/repos/asf/commons-exec","keywords_array":[],"namespace":"org.apache.commons","versions_count":6,"first_release_published_at":"2009-03-25T16:16:16.000Z","latest_release_published_at":"2025-05-16T14:20:47.000Z","latest_release_number":"1.5.0","last_synced_at":"2025-06-05T11:30:15.659Z","created_at":"2022-07-27T18:59:11.117Z","updated_at":"2025-06-05T11:30:15.660Z","registry_url":"https://central.sonatype.com/artifact/org.apache.commons/commons-exec/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.apache.commons/commons-exec/","metadata":{},"repo_metadata":{},"repo_metadata_updated_at":"2023-03-22T04:17:14.229Z","dependent_packages_count":913,"downloads":null,"downloads_period":null,"dependent_repos_count":9478,"rankings":{"downloads":null,"dependent_repos_count":0.0856951215849593,"dependent_packages_count":0.0822913433911642,"stargazers_count":null,"forks_count":null,"docker_downloads_count":0.06867623061598374,"average":0.07888756519736907},"purl":"pkg:maven/org.apache.commons/commons-exec","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.apache.commons:commons-exec","docker_dependents_count":2345,"docker_downloads_count":2082538469,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.apache.commons:commons-exec","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.apache.commons:commons-exec/dependencies","status":null,"funding_links":[],"critical":true,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache.commons:commons-exec/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache.commons:commons-exec/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache.commons:commons-exec/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache.commons:commons-exec/related_packages","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":517650,"maintainers_count":0,"namespaces_count":68787,"keywords_count":32037,"github":"maven-central","metadata":{"funded_packages_count":24975},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2025-06-06T05:59:03.422Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},"unique_repositories_count":68,"unique_repositories_count_past_30_days":2,"recent_issues":[{"uuid":"4464983924","node_id":"PR_kwDONTQhf87ccYh9","number":115,"state":"closed","title":"build(deps): bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-05-18T05:36:23.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-17T21:24:42.000Z","updated_at":"2026-05-18T05:36:32.000Z","time_to_close":29501,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=gradle\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/bluetape4k/bluetape4k-workshop/pull/115","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluetape4k%2Fbluetape4k-workshop/issues/115","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/115/packages"},{"uuid":"4329489620","node_id":"PR_kwDORYtB5c7VqAdS","number":199,"state":"open","title":"Bump the maven-deps group across 1 directory with 14 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-25T23:21:46.000Z","updated_at":"2026-04-25T23:21:48.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"maven-deps","update_count":14,"packages":[{"name":"org.python:jython-slim","old_version":"2.7.2","new_version":"2.7.4","repository_url":"https://github.com/jython/jython"},{"name":"org.jruby:jruby-complete","old_version":"9.2.11.1","new_version":"10.1.0.0"},{"name":"commons-cli:commons-cli","old_version":"1.4","new_version":"1.11.0","repository_url":"https://github.com/apache/commons-cli"},{"name":"org.apache.commons:commons-exec","old_version":"1.3","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"},{"name":"net.java.dev.jna:jna-platform","old_version":"5.14.0","new_version":"5.18.1","repository_url":"https://github.com/java-native-access/jna"},{"name":"net.oneandone.reflections8:reflections8","old_version":"0.11.6","new_version":"0.11.7","repository_url":"https://github.com/aschoerk/reflections8"},{"name":"net.sf.py4j:py4j","old_version":"0.10.9.1","new_version":"0.10.9.9","repository_url":"https://github.com/py4j/py4j"},{"name":"org.apache.commons:commons-lang3","old_version":"3.12.0","new_version":"3.20.0"},{"name":"org.junit.jupiter:junit-jupiter","old_version":"5.10.2","new_version":"6.0.3","repository_url":"https://github.com/junit-team/junit-framework"},{"name":"org.apache.maven.plugins:maven-assembly-plugin","old_version":"3.7.1","new_version":"3.8.0","repository_url":"https://github.com/apache/maven-assembly-plugin"},{"name":"org.sonatype.central:central-publishing-maven-plugin","old_version":"0.9.0","new_version":"0.10.0","repository_url":"https://github.com/sonatype/central-publishing-maven-plugin"},{"name":"org.apache.maven.plugins:maven-compiler-plugin","old_version":"3.14.0","new_version":"3.15.0","repository_url":"https://github.com/apache/maven-compiler-plugin"},{"name":"org.apache.maven.plugins:maven-surefire-plugin","old_version":"3.2.5","new_version":"3.5.5","repository_url":"https://github.com/apache/maven-surefire"},{"name":"org.apache.maven.plugins:maven-jar-plugin","old_version":"3.4.2","new_version":"3.5.0","repository_url":"https://github.com/apache/maven-jar-plugin"}],"path":null,"ecosystem":"maven"},"body":"Bumps the maven-deps group with 14 updates in the /API directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [org.python:jython-slim](https://github.com/jython/jython) | `2.7.2` | `2.7.4` |\n| org.jruby:jruby-complete | `9.2.11.1` | `10.1.0.0` |\n| [commons-cli:commons-cli](https://github.com/apache/commons-cli) | `1.4` | `1.11.0` |\n| [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) | `1.3` | `1.6.0` |\n| [net.java.dev.jna:jna-platform](https://github.com/java-native-access/jna) | `5.14.0` | `5.18.1` |\n| [net.oneandone.reflections8:reflections8](https://github.com/aschoerk/reflections8) | `0.11.6` | `0.11.7` |\n| [net.sf.py4j:py4j](https://github.com/py4j/py4j) | `0.10.9.1` | `0.10.9.9` |\n| org.apache.commons:commons-lang3 | `3.12.0` | `3.20.0` |\n| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.10.2` | `6.0.3` |\n| [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.7.1` | `3.8.0` |\n| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.9.0` | `0.10.0` |\n| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.0` | `3.15.0` |\n| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.5.5` |\n| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.2` | `3.5.0` |\n\n\nUpdates `org.python:jython-slim` from 2.7.2 to 2.7.4\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/jython/jython/blob/master/NEWS\"\u003eorg.python:jython-slim's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eJython 2.7.4\u003c/h1\u003e\n\u003cp\u003eNew Features\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e- When building a modular application or library, the jython-slim JAR may\n  be placed on the *module* path [GH-325](https://github.com/jython/jython/issues/325). It will export its usual\n  packages in an automatic module org.python.jython2. Application build\n  tools that create a run script will generally add the dependencies of\n  Jython to the module path automatically. The developer may have to add\n  (via the build script) --add-modules ALL-MODULE-PATH to the java command\n  to ensure that these dependencies are resolved.\n\u003cul\u003e\n\u003cli\u003eThe jython-standalone JAR (module org.python.jython2.standalone) may\nalso be used. Many shaded (and some unshaded) dependencies are then\nduplicated in its module, which can be a problem. It may be necessary to\n--add-modules ALL-DEFAULT to ensure JDK classes are resolved.\n\u003c/code\u003e\u003c/pre\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eJython 2.7.4 is unchanged from 2.7.4rc1\u003c/p\u003e\n\u003cp\u003eJython 2.7.4rc1 Bugs fixed\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/344\"\u003eGH-344\u003c/a\u003e ] Updated ucnhash.dat to Unicode 15.1.\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/343\"\u003eGH-343\u003c/a\u003e ] Export xml.parsers and xml.etree in xml.\u003cstrong\u003eall\u003c/strong\u003e.\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/342\"\u003eGH-342\u003c/a\u003e ] Update multiple JARs to latest available.\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/331\"\u003eGH-331\u003c/a\u003e ] Catch IndexError possible when accessing sys.argv.\u003c/p\u003e\n\u003cp\u003eJython 2.7.4b2 Feature added\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/325\"\u003eGH-325\u003c/a\u003e ] Upward compatibility to Java 9 Modularity\u003c/p\u003e\n\u003cp\u003eJython 2.7.4b1 Bugs fixed\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/316\"\u003eGH-316\u003c/a\u003e ] Clash over META-INF in shaded JARs\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/310\"\u003eGH-310\u003c/a\u003e ] CVE-2024-25710 and CVE-2024-26308 (commons-compress)\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/304\"\u003eGH-304\u003c/a\u003e ] from java import * not working in Java 21\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/302\"\u003eGH-302\u003c/a\u003e ] Interactive interpreter awaits input instead of raising syntax error\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/298\"\u003eGH-298\u003c/a\u003e ] Keep better accounts of contribution and CLA\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/288\"\u003eGH-288\u003c/a\u003e ] Build fails when using modules (duplicate org.w3c from JARs)\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/281\"\u003eGH-281\u003c/a\u003e ] Invoking the wrong overloaded Java constructor\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/280\"\u003eGH-280\u003c/a\u003e ] LineNumberTable deprecated for removal in 2.6 still there\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/277\"\u003eGH-277\u003c/a\u003e ] Argument coercion fails for Java interface with default methods\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/272\"\u003eGH-272\u003c/a\u003e ] GlobalRef.createReaperThreadIfAbsent produces IllegalMonitorStateException\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/269\"\u003eGH-269\u003c/a\u003e ] Upgrade Google Guava to 32.0.1 (CVE-2023-2976)\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/264\"\u003eGH-264\u003c/a\u003e ] Create a security policy (changes on GitHub only)\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/254\"\u003eGH-254\u003c/a\u003e ] Regression in socket.socket.sendall for sending Unicode\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/247\"\u003eGH-247\u003c/a\u003e ] PySystemStateTest fails on Mac\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/245\"\u003eGH-245\u003c/a\u003e ] Document download/binaries location\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/238\"\u003eGH-238\u003c/a\u003e ] Using == to compare strings in sys\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/223\"\u003eGH-223\u003c/a\u003e ] JPasswordField no longer works due to 'bullet' echo char\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/221\"\u003eGH-221\u003c/a\u003e ] Incorrect method precedence with overloading and variable arity\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/204\"\u003eGH-204\u003c/a\u003e ] IllegalArgumentException: where char method returns non-byte value\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 href=\"https://github.com/jython/jython/commit/3f256f4a79c828d8f1a3f3b95cad8c55ba1ddd0b\"\u003e\u003ccode\u003e3f256f4\u003c/code\u003e\u003c/a\u003e Prepare for 2.7.4 release.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/d04ff7f629fcee57260d015e88d09f2f902d2cde\"\u003e\u003ccode\u003ed04ff7f\u003c/code\u003e\u003c/a\u003e Begin to identify as v2.7.4rc2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/3562755e5d37eca1113a1b39bec5f7e11e49984d\"\u003e\u003ccode\u003e3562755\u003c/code\u003e\u003c/a\u003e Prepare for 2.7.4rc1 release.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/245deba51f471983ec155fa076b7182c22940cd8\"\u003e\u003ccode\u003e245deba\u003c/code\u003e\u003c/a\u003e Now with sensible timeouts.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/66600ad7e550cf96b971fa08a29a9735769a1374\"\u003e\u003ccode\u003e66600ad\u003c/code\u003e\u003c/a\u003e Impose timeout on regrtest workflows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/f14a91e6a3339c4757ffdde726157ead0af8a778\"\u003e\u003ccode\u003ef14a91e\u003c/code\u003e\u003c/a\u003e Note blocked from updating Netty by issue 349\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/7df6cbd347d1cefc68c1da44670ed1dfec6c566e\"\u003e\u003ccode\u003e7df6cbd\u003c/code\u003e\u003c/a\u003e Update Bouncy Castle JARs to 1.78.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/115376cfc3cc2a3af380a389bedf877ea69cd622\"\u003e\u003ccode\u003e115376c\u003c/code\u003e\u003c/a\u003e Update ICU4J JAR to 75.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/640b6fda521175c7fb1f4b3a230812dbb46ced7c\"\u003e\u003ccode\u003e640b6fd\u003c/code\u003e\u003c/a\u003e Update commons-io and Guava JARs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/967798c3bd8c2d7c0e8c6d108f8003355aa5e724\"\u003e\u003ccode\u003e967798c\u003c/code\u003e\u003c/a\u003e Update JLine to 2.14.6\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/jython/jython/compare/v2.7.2...v2.7.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.jruby:jruby-complete` from 9.2.11.1 to 10.1.0.0\n\nUpdates `commons-cli:commons-cli` from 1.4 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt\"\u003ecommons-cli:commons-cli's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons CLI 1.11.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.\u003c/p\u003e\n\u003cp\u003eApache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003ch2\u003eNew Features\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cpre\u003e\u003ccode\u003e      Add CommandLine.getOptionCount() to measure option repetition [#396](https://github.com/apache/commons-cli/issues/396). Thanks to David Larochette, Gary Gregory.\n\u003c/code\u003e\u003c/pre\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eFixed Bugs\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCLI-351:  Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.\u003c/li\u003e\n\u003cli\u003eCLI-351:  Fix issue with groups not being reported in help output. \u003ca href=\"https://redirect.github.com/apache/commons-cli/issues/411\"\u003e#411\u003c/a\u003e. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eUpdates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cpre\u003e\u003ccode\u003e      Bump org.apache.commons:commons-parent from 85 to 91 [#393](https://github.com/apache/commons-cli/issues/393). Thanks to Gary Gregory, Dependabot.\n\u003c/code\u003e\u003c/pre\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cpre\u003e\u003ccode\u003e      Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory.\n\u003c/code\u003e\u003c/pre\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-cli/changes.html\"\u003ehttps://commons.apache.org/proper/commons-cli/changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons CLI, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons CLI website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-cli/\"\u003ehttps://commons.apache.org/proper/commons-cli/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-cli/download_cli.cgi\"\u003ehttps://commons.apache.org/proper/commons-cli/download_cli.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\nThe Apache Commons Team\u003c/p\u003e\n\u003chr /\u003e\n\u003ch2\u003eApache Commons CLI 1.11.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.\u003c/p\u003e\n\u003cp\u003eApache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\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 href=\"https://github.com/apache/commons-cli/commit/d74613321325f6081fa0206c4ab608ab65d80e2e\"\u003e\u003ccode\u003ed746133\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.11.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/966ddd66b31e0608ecbd650a3eb2bb2426e26c22\"\u003e\u003ccode\u003e966ddd6\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/234a34d61dc11a302358c92fd18ed702327c5e39\"\u003e\u003ccode\u003e234a34d\u003c/code\u003e\u003c/a\u003e Use ternary to reduce duplication\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/ef98fc4b9302fbf10e8b608dce0571d2bc066345\"\u003e\u003ccode\u003eef98fc4\u003c/code\u003e\u003c/a\u003e Better test assertions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/a9baf80a113c75885f53bb0dc34e6f9e15bc37b3\"\u003e\u003ccode\u003ea9baf80\u003c/code\u003e\u003c/a\u003e No need to create an intermediary array\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/4c464592162bbae53dd606ca56375ce92894e3cf\"\u003e\u003ccode\u003e4c46459\u003c/code\u003e\u003c/a\u003e Reduce returns\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/7108379d50938de7ac26de6d1c76ee6a0ef2845f\"\u003e\u003ccode\u003e7108379\u003c/code\u003e\u003c/a\u003e Javadoc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/7199a701924f0ecf95d729095bc610d6434a3a77\"\u003e\u003ccode\u003e7199a70\u003c/code\u003e\u003c/a\u003e Use forEachRemaining\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/e852acf572129fa8b2e3824b0e23a32a074e832f\"\u003e\u003ccode\u003ee852acf\u003c/code\u003e\u003c/a\u003e Reuse constants\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/395346c58f510fcff79893d0adeb9961ab430a43\"\u003e\u003ccode\u003e395346c\u003c/code\u003e\u003c/a\u003e Better exception message\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-cli/compare/cli-1.4...rel/commons-cli-1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.commons:commons-exec` from 1.3 to 1.6.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003ch2\u003eApache Commons Exec 1.5.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.5.0.\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 href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/1.3...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `net.java.dev.jna:jna-platform` from 5.14.0 to 5.18.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/java-native-access/jna/blob/master/CHANGES.md\"\u003enet.java.dev.jna:jna-platform's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease 5.18.1\u003c/h1\u003e\n\u003ch2\u003eBug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1686\"\u003e#1686\u003c/a\u003e: Fix \u003ccode\u003esortFields\u003c/code\u003e race condition while getting fields - \u003ca href=\"https://github.com/bendk\"\u003e\u003ccode\u003e@​bendk\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease 5.18.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1671\"\u003e#1671\u003c/a\u003e: Add \u003ccode\u003eisRISCV\u003c/code\u003e to \u003ccode\u003ec.s.j.Platform\u003c/code\u003e - \u003ca href=\"https://github.com/Glavo\"\u003e\u003ccode\u003e@​Glavo\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1672\"\u003e#1672\u003c/a\u003e: Add \u003ccode\u003eCFLocale\u003c/code\u003e, \u003ccode\u003eCFLocaleCopyCurrent\u003c/code\u003e, \u003ccode\u003eCFCFDateFormatter\u003c/code\u003e, \u003ccode\u003eCFDateFormatterStyle\u003c/code\u003e, \u003ccode\u003eCFDateFormatterCreate\u003c/code\u003e and \u003ccode\u003eCFDateFormatterGetFormat\u003c/code\u003e to \u003ccode\u003ec.s.j.p.mac.CoreFoundation\u003c/code\u003e - \u003ca href=\"https://github.com/dbwiddis\"\u003e\u003ccode\u003e@​dbwiddis\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1669\"\u003e#1669\u003c/a\u003e: Document requirement for running on JDK 24+ - \u003ca href=\"https://github.com/matthiasblaesing\"\u003e\u003ccode\u003e@​matthiasblaesing\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eBug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1681\"\u003e#1681\u003c/a\u003e: Fix deadlock in Structure constructor introduced in 5.16.0 - \u003ca href=\"https://github.com/brettwooldridge\"\u003e\u003ccode\u003e@​brettwooldridge\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1683\"\u003e#1683\u003c/a\u003e: Fix native build error on Xcode 16.3 / Apple Clang 17 - \u003ca href=\"https://github.com/brettwooldridge\"\u003e\u003ccode\u003e@​brettwooldridge\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease 5.17.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1658\"\u003e#1658\u003c/a\u003e:  Add win32 power event constants, types, and functions - \u003ca href=\"https://github.com/eranl\"\u003e\u003ccode\u003e@​eranl\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eBug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1647\"\u003e#1647\u003c/a\u003e: Fix calls to jnidispatch on Android with 16KB page size (part 2) - \u003ca href=\"https://github.com/BugsBeGone\"\u003e\u003ccode\u003e@​BugsBeGone\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease 5.16.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1626\"\u003e#1626\u003c/a\u003e: Add caching of field list and field validation in \u003ccode\u003eStructure\u003c/code\u003e along with more efficient reentrant read-write locking instead of synchronized() blocks - \u003ca href=\"https://github.com/brettwooldridge\"\u003e\u003ccode\u003e@​BrettWooldridge\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eBug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1618\"\u003e#1618\u003c/a\u003e: Fix calls to jnidispatch on Android with 16KB page size - \u003ca href=\"https://github.com/Thomyrock\"\u003e\u003ccode\u003e@​Thomyrock\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease 5.15.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\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 href=\"https://github.com/java-native-access/jna/commit/3c493c1642b1555d541755e0984c968ba6c0f540\"\u003e\u003ccode\u003e3c493c1\u003c/code\u003e\u003c/a\u003e Release 5.18.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/e3838d5396db7b76d45ec44ad3a121f3ba9e164b\"\u003e\u003ccode\u003ee3838d5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1680\"\u003e#1680\u003c/a\u003e from java-native-access/dependabot/github_actions/gi...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/5cac36169eb88f373c709c292c1c4dc36b6f73c8\"\u003e\u003ccode\u003e5cac361\u003c/code\u003e\u003c/a\u003e Bump the github-actions group with 2 updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/5511f281d0b59a6dc79c40e62b194cd1da738ae8\"\u003e\u003ccode\u003e5511f28\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1687\"\u003e#1687\u003c/a\u003e from bendk/push-yyprxvvrrttk\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/c401bca07c3e22ff3ba3ab99fbdbd3b9e772c1ef\"\u003e\u003ccode\u003ec401bca\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1690\"\u003e#1690\u003c/a\u003e from jonalmeida/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/6e7e828eb8ffed1085f49503a293b9398e1437fb\"\u003e\u003ccode\u003e6e7e828\u003c/code\u003e\u003c/a\u003e Update recommended Android proguard rules\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/b665e9e6a2752aba2dcb9a73b00c086a5122f595\"\u003e\u003ccode\u003eb665e9e\u003c/code\u003e\u003c/a\u003e Avoid threading issues in sortFields (\u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1686\"\u003e#1686\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/0da700d3005d2a3fc332c47fae93b16b320f51af\"\u003e\u003ccode\u003e0da700d\u003c/code\u003e\u003c/a\u003e Prepare next development iteration\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/285632fa6e4c4f8c49cfad059c76107b64d2a039\"\u003e\u003ccode\u003e285632f\u003c/code\u003e\u003c/a\u003e Release 5.18.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/77fe152e751fcaaf82f8a14c59a2f25f136f503c\"\u003e\u003ccode\u003e77fe152\u003c/code\u003e\u003c/a\u003e Support/Prepare deployment to new maven central repository\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/java-native-access/jna/compare/5.14.0...5.18.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `net.oneandone.reflections8:reflections8` from 0.11.6 to 0.11.7\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/f2c89f5f009dc530603520207917b683e0caee86\"\u003e\u003ccode\u003ef2c89f5\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release reflections8-0.11.7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/c5efd259c4ed4e3b00f84cf1b6041a25be078c5f\"\u003e\u003ccode\u003ec5efd25\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/aschoerk/reflections8/issues/12\"\u003e#12\u003c/a\u003e from rimuln/pr11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/10f911d346e14dfc0cf050dc3b13e695f0733b47\"\u003e\u003ccode\u003e10f911d\u003c/code\u003e\u003c/a\u003e next attempt after merges:(\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/a77124e805ceba82130c20709e19eb845c17c572\"\u003e\u003ccode\u003ea77124e\u003c/code\u003e\u003c/a\u003e Merge branch 'pr11' of \u003ca href=\"https://github.com/rimuln/reflections8\"\u003ehttps://github.com/rimuln/reflections8\u003c/a\u003e into pr11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/16168cccc17434013c4a6c90b3130a4deb8c0ae4\"\u003e\u003ccode\u003e16168cc\u003c/code\u003e\u003c/a\u003e missing import\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/31dd788ca3e906ec98b28367c528727067df6538\"\u003e\u003ccode\u003e31dd788\u003c/code\u003e\u003c/a\u003e Merge branch 'master' into pr11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/31a78216ee7634f08f5a3f9076e25d0f712a1e43\"\u003e\u003ccode\u003e31a7821\u003c/code\u003e\u003c/a\u003e PR10 with original formating\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/ab14a7b108a1e92cae23c13003977e1e4233e2a7\"\u003e\u003ccode\u003eab14a7b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/aschoerk/reflections8/issues/11\"\u003e#11\u003c/a\u003e from aschoerk/revert-10-master\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/21af5f13a8bcca5410601dc81c4c2f9daa8e8c24\"\u003e\u003ccode\u003e21af5f1\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;Fix exception when descriptor of method is lambda method\u0026quot;\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/251b4e0ab91ccf29027772c03e450431ac6bb8b9\"\u003e\u003ccode\u003e251b4e0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/aschoerk/reflections8/issues/10\"\u003e#10\u003c/a\u003e from rimuln/master\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aschoerk/reflections8/compare/v0.11.6...reflections8-0.11.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `net.sf.py4j:py4j` from 0.10.9.1 to 0.10.9.9\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/c0ef8fef0ed43e66a9f467144caa8a7e8bee6faf\"\u003e\u003ccode\u003ec0ef8fe\u003c/code\u003e\u003c/a\u003e Retry Py4J on empty response (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/551\"\u003e#551\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/ccd7aa35988f3e932d888c8cb99dab7c048423e4\"\u003e\u003ccode\u003eccd7aa3\u003c/code\u003e\u003c/a\u003e Prepare release 0.10.9.8\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/144d2a97bd06b98610a5c74c804b893f5c1fdfc3\"\u003e\u003ccode\u003e144d2a9\u003c/code\u003e\u003c/a\u003e Fix typo in advanced_topics docs (clause -\u0026gt; cause) (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/540\"\u003e#540\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/22857677e293716ce7b25af3a5ff4829ee2df18e\"\u003e\u003ccode\u003e2285767\u003c/code\u003e\u003c/a\u003e [TESTS-ONLY] Fix Flaky \u003ccode\u003eGatewayServerTest\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/543\"\u003e#543\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/41f5073a73dbdb0a9420b7623c17ef2a5c2e9953\"\u003e\u003ccode\u003e41f5073\u003c/code\u003e\u003c/a\u003e Improve Py4j command cancellation by shutting down the JVM side of the socket...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/f4e3f1009008333bf44baf7fb7573291a955c955\"\u003e\u003ccode\u003ef4e3f10\u003c/code\u003e\u003c/a\u003e Better error message when gateway server binding fails (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/74bcb776697f8cbb207b3c0b345d07b11171e5f4\"\u003e\u003ccode\u003e74bcb77\u003c/code\u003e\u003c/a\u003e Add the official Python 3.12 support (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/537\"\u003e#537\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/570f5a664aa5e9e1e81187724f432501bc552762\"\u003e\u003ccode\u003e570f5a6\u003c/code\u003e\u003c/a\u003e Fix the build combination to use different versions of JDK and Pythons with s...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/8890486730e5e93e68a86f5349562dc2f7c21ace\"\u003e\u003ccode\u003e8890486\u003c/code\u003e\u003c/a\u003e Drop EOL Python versions, and add Python 3.11 support (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/519\"\u003e#519\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/262eb1a0bc5f0b08f867c42f9cf45bd18a69d899\"\u003e\u003ccode\u003e262eb1a\u003c/code\u003e\u003c/a\u003e Upgrade Sphinx requirement for documentation build (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/535\"\u003e#535\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/py4j/py4j/compare/0.10.9.1...0.10.9.9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.commons:commons-lang3` from 3.12.0 to 3.20.0\n\nUpdates `org.junit.jupiter:junit-jupiter` from 5.10.2 to 6.0.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/junit-team/junit-framework/releases\"\u003eorg.junit.jupiter:junit-jupiter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003cp\u003eJUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.3/release-notes.html\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3\"\u003ehttps://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.2/release-notes.html\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2\"\u003ehttps://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.1/release-notes/\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1\"\u003ehttps://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.0/release-notes/\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/2897robo\"\u003e\u003ccode\u003e@​2897robo\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4525\"\u003ejunit-team/junit-framework#4525\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/strangelookingnerd\"\u003e\u003ccode\u003e@​strangelookingnerd\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4683\"\u003ejunit-team/junit-framework#4683\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/eric6iese\"\u003e\u003ccode\u003e@​eric6iese\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4717\"\u003ejunit-team/junit-framework#4717\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/raccoonback\"\u003e\u003ccode\u003e@​raccoonback\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4822\"\u003ejunit-team/junit-framework#4822\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/currenjin\"\u003e\u003ccode\u003e@​currenjin\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4823\"\u003ejunit-team/junit-framework#4823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mehulimukherjee\"\u003e\u003ccode\u003e@​mehulimukherjee\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4913\"\u003ejunit-team/junit-framework#4913\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lslonina\"\u003e\u003ccode\u003e@​lslonina\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4629\"\u003ejunit-team/junit-framework#4629\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0\"\u003ehttps://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.0-RC3/release-notes/\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mehulimukherjee\"\u003e\u003ccode\u003e@​mehulimukherjee\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4913\"\u003ejunit-team/junit-framework#4913\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lslonina\"\u003e\u003ccode\u003e@​lslonina\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4629\"\u003ejunit-team/junit-framework#4629\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3\"\u003ehttps://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.0-RC2/release-notes/\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2\"\u003ehttps://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1\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 href=\"https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a\"\u003e\u003ccode\u003e36e3253\u003c/code\u003e\u003c/a\u003e Release 6.0.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b\"\u003e\u003ccode\u003e295561f\u003c/code\u003e\u003c/a\u003e Finalize 6.0.3 release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9\"\u003e\u003ccode\u003eea18076\u003c/code\u003e\u003c/a\u003e Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (\u003ca href=\"https://redirect.github.com/junit-team/junit-framework/issues/5348\"\u003e#5348\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e\"\u003e\u003ccode\u003e869e232\u003c/code\u003e\u003c/a\u003e Add 5.14.3 release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2\"\u003e\u003ccode\u003ed4b34c4\u003c/code\u003e\u003c/a\u003e Fix links to User Guide\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb\"\u003e\u003ccode\u003e5c8fb0f\u003c/code\u003e\u003c/a\u003e Reliably support JRE.OTHER with @⁠EnabledOnJre and @⁠DisabledOnJre\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c\"\u003e\u003ccode\u003efebb13f\u003c/code\u003e\u003c/a\u003e Check out entire repo so switching to \u003ccode\u003emain\u003c/code\u003e branch works in last step\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0\"\u003e\u003ccode\u003e71fba90\u003c/code\u003e\u003c/a\u003e Install \u003ccode\u003epoppler-utils\u003c/code\u003e for \u003ccode\u003epdfinfo\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941\"\u003e\u003ccode\u003e740e9e0\u003c/code\u003e\u003c/a\u003e Update API baseline\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752\"\u003e\u003ccode\u003e2ba535f\u003c/code\u003e\u003c/a\u003e Use release branch of examples repo\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r5.10.2...r6.0.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.maven.plugins:maven-assembly-plugin` from 3.7.1 to 3.8.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/maven-assembly-plugin/releases\"\u003eorg.apache.maven.plugins:maven-assembly-plugin's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.8.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003e🐛 Bug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/MASSEMBLY-1030\"\u003e[MASSEMBLY-1030]\u003c/a\u003e - Manifest entries from archive configuration are not added in final MANIFEST (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/205\"\u003e#205\u003c/a\u003e) \u003ca href=\"https://github.com/olamy\"\u003e\u003ccode\u003e@​olamy\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/MASSEMBLY-1029\"\u003e[MASSEMBLY-1029]\u003c/a\u003e - Use minimal level for model validation (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/204\"\u003e#204\u003c/a\u003e) \u003ca href=\"https://github.com/gnodet\"\u003e\u003ccode\u003e@​gnodet\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📝 Documentation updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/MNGSITE-529\"\u003e[MNGSITE-529]\u003c/a\u003e - Rename \u0026quot;Goals\u0026quot; to \u0026quot;Plugin Documentation\u0026quot; (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/215\"\u003e#215\u003c/a\u003e) \u003ca href=\"https://github.com/Bukama\"\u003e\u003ccode\u003e@​Bukama\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e👻 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: migrate junit3/4 to junit5 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1260\"\u003e#1260\u003c/a\u003e) \u003ca href=\"https://github.com/sparsick\"\u003e\u003ccode\u003e@​sparsick\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: enable prevent branch protection rules (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1252\"\u003e#1252\u003c/a\u003e) \u003ca href=\"https://github.com/sebtiem\"\u003e\u003ccode\u003e@​sebtiem\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnable Github Issues (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/219\"\u003e#219\u003c/a\u003e) \u003ca href=\"https://github.com/Bukama\"\u003e\u003ccode\u003e@​Bukama\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📦 Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Maven to 3.9.11. Prerequisite still 3.6.3 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1270\"\u003e#1270\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1269\"\u003e#1269\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-io from 3.5.2 to 3.6.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1264\"\u003e#1264\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1266\"\u003e#1266\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-io:commons-io from 2.20.0 to 2.21.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1267\"\u003e#1267\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1265\"\u003e#1265\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1258\"\u003e#1258\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.luben:zstd-jni from 1.5.7-5 to 1.5.7-6 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1259\"\u003e#1259\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump plexus-archiver to 4.10.3 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1255\"\u003e#1255\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump m-invoker-p to 3.9.1 for Java 25 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1256\"\u003e#1256\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.luben:zstd-jni from 1.5.7-4 to 1.5.7-5 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1254\"\u003e#1254\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 44 to 45 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1251\"\u003e#1251\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 42 to 44 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/216\"\u003e#216\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1248\"\u003e#1248\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-archiver from 3.6.3 to 3.6.4 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1249\"\u003e#1249\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1250\"\u003e#1250\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-io:commons-io from 2.19.0 to 2.20.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1247\"\u003e#1247\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.luben:zstd-jni from 1.5.7-3 to 1.5.7-4 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1244\"\u003e#1244\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 in /src/it/projects/bugs/massembly-580 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1245\"\u003e#1245\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-3 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/225\"\u003e#225\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/209\"\u003e#209\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.shared:maven-common-artifact-filters from 3.3.2 to 3.4.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/207\"\u003e#207\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-io:commons-io from 2.16.1 to 2.19.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/224\"\u003e#224\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/223\"\u003e#223\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.luben:zstd-jni from 1.5.6-3 to 1.5.7-2 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/222\"\u003e#222\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/221\"\u003e#221\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-compress from 1.27.0 to 1.27.1 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/213\"\u003e#213\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.shared:maven-filtering from 3.3.2 to 3.4.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/220\"\u003e#220\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.1 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/214\"\u003e#214\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.hamcrest:hamcrest from 2.2 to 3.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/212\"\u003e#212\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-compress from 1.26.1 to 1.27.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/211\"\u003e#211\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\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 href=\"https://github.com/apache/maven-assembly-plugin/commit/53dcfc025117ee06dcb71a5ae5ceffb08c3b914f\"\u003e\u003ccode\u003e53dcfc0\u003c/code\u003e\u003c/a\u003e Remove redundant escaping (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1277\"\u003e#1277\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/04cbbb337d5e486a6bd03195d1493c8afe394ec2\"\u003e\u003ccode\u003e04cbbb3\u003c/code\u003e\u003c/a\u003e some nits (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1279\"\u003e#1279\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/7c9e58a45f3ded2b342c36d7b1b1fcc52a71b5dd\"\u003e\u003ccode\u003e7c9e58a\u003c/code\u003e\u003c/a\u003e Plug ThreadLocal memory leak (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1276\"\u003e#1276\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/ceef4b01476f04067bef1660229bf69e109394c2\"\u003e\u003ccode\u003eceef4b0\u003c/code\u003e\u003c/a\u003e commons-io version is now the same (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1274\"\u003e#1274\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/0a06350eb17630b256c7825ed76e7520b359d4f0\"\u003e\u003ccode\u003e0a06350\u003c/code\u003e\u003c/a\u003e Declare used dependencies (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1271\"\u003e#1271\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/31ac192dbee96da6afd81aaed434e33703dff9ce\"\u003e\u003ccode\u003e31ac192\u003c/code\u003e\u003c/a\u003e Remove commented code (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1273\"\u003e#1273\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/c5b8aff698c9ac93925530a31181b68ae04f9749\"\u003e\u003ccode\u003ec5b8aff\u003c/code\u003e\u003c/a\u003e Document regex support in include/exclude patterns (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1243\"\u003e#1243\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/bd8cafc839e49b670564f1ba99438498a1e85810\"\u003e\u003ccode\u003ebd8cafc\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare for next development iteration\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/434b3aa2b516cb03fdccdd63548a53013c7368f0\"\u003e\u003ccode\u003e434b3aa\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release maven-assembly-plugin-3.8.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/43666c313d9a5df248646337b750bd82e51a0bc5\"\u003e\u003ccode\u003e43666c3\u003c/code\u003e\u003c/a\u003e Bump Maven to 3.9.11. Prerequisite still 3.6.3\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.7.1...v3.8.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.sonatype.central:central-publishing-maven-plugin` from 0.9.0 to 0.10.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/sonatype/central-publishing-maven-plugin/commits\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/maven-compiler-plugin/releases\"\u003eorg.apache.maven.plugins:maven-compiler-plugin's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.15.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003e🐛 Bug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix Java 25 compatibility during integration tests (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1020\"\u003e#1020\u003c/a\u003e) \u003ca href=\"https://github.com/desruisseaux\"\u003e\u003ccode\u003e@​desruisseaux\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/MCOMPILER-540\"\u003e[MCOMPILER-540]\u003c/a\u003e - useIncrementalCompilation=false may add generated sources to the sources list (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/192\"\u003e#192\u003c/a\u003e) \u003ca href=\"https://github.com/mensinda\"\u003e\u003ccode\u003e@​mensinda\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e👻 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 45 to 46 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1015\"\u003e#1015\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove declaration of \u0026quot;plexus-snapshots\u0026quot; repository (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1010\"\u003e#1010\u003c/a\u003e) \u003ca href=\"https://github.com/desruisseaux\"\u003e\u003ccode\u003e@​desruisseaux\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eWorks only with Maven 4.0.0 rc4 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/996\"\u003e#996\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnable Java 25 and Maven 4 in CI (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/975\"\u003e#975\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📦 Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1016\"\u003e#1016\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump plexusCompilerVersion from 2.16.1 to 2.16.2 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1021\"\u003e#1021\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 46 to 47 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1019\"\u003e#1019\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1008\"\u003e#1008\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.ow2.asm:asm from 9.9 to 9.9.1 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1005\"\u003e#1005\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump mavenVersion from 3.9.11 to 3.9.12 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1007\"\u003e#1007\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump maven-plugin-testing-harness to 3.4.0 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1001\"\u003e#1001\u003c/a\u003e) \u003ca href=\"https://github.com/slawekjaranowski\"\u003e\u003ccode\u003e@​slawekjaranowski\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump plexusCompilerVersion from 2.16.0 to 2.16.1 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/999\"\u003e#999\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/993\"\u003e#993\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump plexusCompilerVersion from 2.15.0 to 2.16.0 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/992\"\u003e#992\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.ow2.asm:asm from 9.8 to 9.9 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/981\"\u003e#981\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.14.1\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003e🚀 New features and improvements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImprove DeltaList behavior for large projects (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/335\"\u003e#335\u003c/a\u003e) \u003ca href=\"https://github.com/gsmet\"\u003e\u003ccode\u003e@​gsmet\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAllow to not use --module-version for the Java compiler (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/331\"\u003e#331\u003c/a\u003e) \u003ca href=\"https://github.com/pzygielo\"\u003e\u003ccode\u003e@​pzygielo\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🐛 Bug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd generatedSourcesPath back to the maven project (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/312\"\u003e#312\u003c/a\u003e) \u003ca href=\"https://github.com/mensinda\"\u003e\u003ccode\u003e@​mensinda\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/MCOMPILER-538\"\u003e[MCOMPILER-538]\u003c/a\u003e - Do not add target/generated-sources/annotations to the source roots (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/191\"\u003e#191\u003c/a\u003e) \u003ca href=\"https://github.com/mensinda\"\u003e\u003ccode\u003e@​mensinda\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📦 Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eEnforce asm version used here, to not depend on brittle transitive (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/964\"\u003e#964\u003c/a\u003e) \u003ca href=\"https://github.com/olamy\"\u003e\u003ccode\u003e@​olamy\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump mavenVersion from 3.9.10 to 3.9.11 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/952\"\u003e#952\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 44 to 45 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/935\"\u003e#935\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump mavenVersion from 3.9.9 to 3.9.10 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/336\"\u003e#336\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-java from 1.4.0 to 1.5.0 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/324\"\u003e#324\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 43 to 44 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/316\"\u003e#316\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/9290cb337f199673e02b6beac0fba37d8066d72c\"\u003e\u003ccode\u003e9290cb3\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release maven-compiler-plugin-3.15.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/3657d40307e88d760e00bce785ad9ec70db33f95\"\u003e\u003ccode\u003e3657d40\u003c/code\u003e\u003c/a\u003e Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/7bbf805c330756ea2f79c467657e42b0d27503e2\"\u003e\u003ccode\u003e7bbf805\u003c/code\u003e\u003c/a\u003e Bump plexusCompilerVersion from 2.16.1 to 2.16.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/57fa93829b58ea293e978d1233c2f4b3cda83c17\"\u003e\u003ccode\u003e57fa938\u003c/code\u003e\u003c/a\u003e Bump org.apache.maven.plugins:maven-plugins from 46 to 47\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/385e3f2809802c6908a36e8c17ef35ed7c869168\"\u003e\u003ccode\u003e385e3f2\u003c/code\u003e\u003c/a\u003e Fix Java 25 compatibility during integration tests (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/issues/1020\"\u003e#1020\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/6b34423a7f1ad7db000fc5d64aa54052d5d88aa2\"\u003e\u003ccode\u003e6b34423\u003c/code\u003e\u003c/a\u003e Bump org.apache.maven.plugins:maven-plugins from 45 to 46\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/aaeb9c6079c6ed012d71e660465d99ee1806a12b\"\u003e\u003ccode\u003eaaeb9c6\u003c/code\u003e\u003c/a\u003e [MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/6e3db9d2c13c7309f12e9dadc8eac985b4426554\"\u003e\u003ccode\u003e6e3db9d\u003c/code\u003e\u003c/a\u003e Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/0fe9b843f9065fc40eebfddc7f5e0a479cc76c6d\"\u003e\u003ccode\u003e0fe9b84\u003c/code\u003e\u003c/a\u003e Remove declaration of \u0026quot;plexus-snapshots\u0026quot; repository (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/issues/1010\"\u003e#1010\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/35f68008c4025f7b7eb669303d315197b03cd5b4\"\u003e\u003ccode\u003e35f6800\u003c/code\u003e\u003c/a\u003e Bump org.ow2.asm:asm from 9.9 to 9.9.1\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.5.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/maven-surefire/releases\"\u003eorg.apache.maven.plugins:maven-surefire-plugin's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.5.5\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003e🚀 New features and improvements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace runing external process and parsing output with simple ProcessHandle if available (Java9+) (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3252\"\u003e#3252\u003c/a\u003e) \u003ca href=\"https://github.com/olamy\"\u003e\u003ccode\u003e@​olamy\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePass slf4j context to spawned thread (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3241\"\u003e#3241\u003c/a\u003e) \u003ca href=\"https://github.com/scottrw93\"\u003e\u003ccode\u003e@​scottrw93\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/SUREFIRE-3239\"\u003e[SUREFIRE-3239]\u003c/a\u003e - allow override of statistics file checksum (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3247\"\u003e#3247\u003c/a\u003e) \u003ca href=\"https://github.com/XN137\"\u003e\u003ccode\u003e@​XN137\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReduce log level for skipped tests result to info (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3232\"\u003e#3232\u003c/a\u003e) \u003ca href=\"https://github.com/strangelookingnerd\"\u003e\u003ccode\u003e@​strangelookingnerd\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🐛 Bug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUse PowerShell instead of WMIC for detecting zombie process on Windows (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3258\"\u003e#3258\u003c/a\u003e) \u003ca href=\"https://github.com/jbliznak\"\u003e\u003ccode\u003e@​jbliznak\u003c/code\u003e\u003c/a\u003e. Please note if you are using Windows with Java 8 and not PowerShell (you have options to: use Java 9+, install PowerShell or stay on Surefire 3.5.4)\u003c/li\u003e\n\u003cli\u003eProperly work with test failures caused during beforeAll phase (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3194\"\u003e#3194\u003c/a\u003e) \u003ca href=\"https://github.com/Frawless\"\u003e\u003ccode\u003e@​Frawless\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📝 Documentation updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eClarify how late placeholder replacement (@{...}) deals with (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3208\"\u003e#3208\u003c/a\u003e) \u003ca href=\"https://github.com/kwin\"\u003e\u003ccode\u003e@​kwin\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e👻 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix Jenkin badges in README (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3254\"\u003e#3254\u003c/a\u003e) \u003ca href=\"https://github.com/slawekjaranowski\"\u003e\u003ccode\u003e@​slawekjaranowski\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUse JUnit5 in failsafe ITs (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3251\"\u003e#3251\u003c/a\u003e) \u003ca href=\"https://github.com/slawekjaranowski\"\u003e\u003ccode\u003e@​slawekjaranowski\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove long-deprecated unused encoding property from VerifyMojo (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3198\"\u003e#3198\u003c/a\u003e) \u003ca href=\"https://github.com/Tomlincoln\"\u003e\u003ccode\u003e@​Tomlincoln\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd IT and deal with corner cases of handling beforeAll failures (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3200\"\u003e#3200\u003c/a\u003e) \u003ca href=\"https://github.com/Frawless\"\u003e\u003ccode\u003e@​Frawless\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRevert PR \u003ca href=\"https://redirect.github.com/apache/maven-surefire/issues/3194\"\u003e#3194\u003c/a\u003e that handle beforeAll failures to follow proper contributing rules (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3211\"\u003e#3211\u003c/a\u003e) \u003ca href=\"https://github.com/Frawless\"\u003e\u003ccode\u003e@​Frawless\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🔧 Build\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMissing many files in the GH Artifacts of CI ex-post. (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3219\"\u003e#3219\u003c/a\u003e) \u003ca href=\"https://github.com/Tibor17\"\u003e\u003ccode\u003e@​Tibor17\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📦 Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3209\"\u003e#3209\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.1 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3260\"\u003e#3260\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump parent from 44 to 47 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3253\"\u003e#3253\u003c/a\u003e) \u003ca href=\"https://github.com/slawekjaranowski\"\u003e\u003ccode\u003e@​slawekjaranowski\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.assertj:assertj-core from 3.16.1 to 3.27.7 in /surefire-its/src/test/resources/surefire-1733-testng (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3246\"\u003e#3246\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.assertj:assertj-core from 3.27.6 to 3.27.7 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3245\"\u003e#3245\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3243\"\u003e#3243\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.htmlunit:htmlunit from 4.20.0 to 4.21.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3236\"\u003e#3236\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3235\"\u003e#3235\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.3 in /surefire-its/src/test/resources/surefire-1659-stream-corruption (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3234\"\u003e#3234\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.htmlunit:htmlunit from 4.19.0 to 4.20.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3228\"\u003e#3228\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.htmlunit:htmlunit from 4.18.0 to 4.19.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3224\"\u003e#3224\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3223\"\u003e#3223\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3221\"\u003e#3221\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3220\"\u003e#3220\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-io:commons-io from 2.20.0 to 2.21.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3217\"\u003e#3217\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3214\"\u003e#3214\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3218\"\u003e#3218\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.htmlunit:htmlunit from 4.16.0 to 4.18.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3213\"\u003e#3213\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\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 href=\"https://github.com/apache/maven-surefire/commit/968cb38271efdee0cbe3abcd4c130fd67eb1f047\"\u003e\u003ccode\u003e968cb38\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release surefire-3.5.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/8e7dc4106bab204cdc01b48b46a83e49e3feca9a\"\u003e\u003ccode\u003e8e7dc41\u003c/code\u003e\u003c/a\u003e Reapply \u0026quot;Replace runing external process and parsing output with simple Proce...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/4ced57c058bee5c68fd1313a401a018c9d0303bb\"\u003e\u003ccode\u003e4ced57c\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;Replace runing external process and parsing output with simple Proces…\u0026quot;\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/8496d9a6bf96ead941b8e2948c9fac222247e4f3\"\u003e\u003ccode\u003e8496d9a\u003c/code\u003e\u003c/a\u003e Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/issues/3209\"\u003e#3209\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/68265e56ebf609da2447bde7eebd3c7dbd4f7826\"\u003e\u003ccode\u003e68265e5\u003c/code\u003e\u003c/a\u003e Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/issues/3260\"\u003e#3260\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/0b190142a3df4cb3dda52825e7fedda59591cbc8\"\u003e\u003ccode\u003e0b19014\u003c/code\u003e\u003c/a\u003e Replace runing external process and parsing output with simple ProcessHandle ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/688f8c46390a0d495a0c4169c873389b9c9b21b6\"\u003e\u003ccode\u003e688f8c4\u003c/code\u003e\u003c/a\u003e Use PowerSh...\n\n_Description has been truncated_","html_url":"https://github.com/oculix-org/Oculix/pull/199","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/oculix-org%2FOculix/issues/199","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/199/packages"},{"uuid":"3753528434","node_id":"PR_kwDOBr-jP866ILjR","number":5552,"state":"closed","title":"Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","OCA Verified","java"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-01-08T23:44:35.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-22T12:01:25.000Z","updated_at":"2026-01-08T23:44:36.000Z","time_to_close":1510990,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/oracle/weblogic-kubernetes-operator/pull/5552","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fweblogic-kubernetes-operator/issues/5552","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5552/packages"},{"uuid":"3725504594","node_id":"PR_kwDOIOy70864rSRa","number":2421,"state":"open","title":"build(deps): Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","size/XS","java"],"assignees":["dependabot[bot]"],"locked":false,"comments_count":7,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-13T05:06:24.000Z","updated_at":"2025-12-13T10:00:31.274Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/unknowIfGuestInDream/javafxTool/pull/2421","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/unknowIfGuestInDream%2FjavafxTool/issues/2421","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2421/packages"},{"uuid":"3708403870","node_id":"PR_kwDOEHNVHc63yZyv","number":41453,"state":"open","title":"chore(deps): bump org.apache.commons:commons-exec from 1.3 to 1.6.0 in /app/server","user":"dependabot[bot]","labels":["Dependencies","Stale","java"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-08T23:19:13.000Z","updated_at":"2025-12-24T18:01:03.750Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.3","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":"/app/server","ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.3 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003ch2\u003eApache Commons Exec 1.5.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.5.0.\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 href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/1.3...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.3\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e\n\n\u003c!-- This is an auto-generated comment: Cypress test results  --\u003e\n\u003e [!WARNING]\n\u003e Tests have not run on the HEAD c696016adfb1328bad91dd12a6c9fc8825dce12d yet\n\u003e \u003chr\u003eMon, 08 Dec 2025 23:19:41 UTC\n\u003c!-- end of auto-generated comment: Cypress test results  --\u003e\n","html_url":"https://github.com/appsmithorg/appsmith/pull/41453","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsmithorg%2Fappsmith/issues/41453","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/41453/packages"},{"uuid":"3708073926","node_id":"PR_kwDONb1ags63xRX4","number":93,"state":"closed","title":"chore(deps): bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-02-16T08:32:24.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-08T21:24:41.000Z","updated_at":"2026-02-16T08:32:32.000Z","time_to_close":6001663,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/binaryeq/daleq/pull/93","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryeq%2Fdaleq/issues/93","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/93/packages"},{"uuid":"3705212171","node_id":"PR_kwDOPRqjqM63nf07","number":69,"state":"open","title":"chore: bump org.apache.commons:commons-exec from 1.4.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-08T08:23:24.000Z","updated_at":"2025-12-08T08:23:36.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.4.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003ch2\u003eApache Commons Exec 1.5.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.5.0.\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 href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.4.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Daren9m/WebGoat_fork/pull/69","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daren9m%2FWebGoat_fork/issues/69","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/69/packages"},{"uuid":"3704377706","node_id":"PR_kwDOFw6aU863kuDY","number":1748,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-08T02:26:28.000Z","updated_at":"2025-12-08T02:39:55.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/DataSQRL/sqrl/pull/1748","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataSQRL%2Fsqrl/issues/1748","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1748/packages"},{"uuid":"3692214641","node_id":"PR_kwDOACiwys628FDn","number":5659,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-03T23:05:07.000Z","updated_at":"2025-12-04T09:01:08.596Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/eclipse-tycho/tycho/pull/5659","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-tycho%2Ftycho/issues/5659","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5659/packages"},{"uuid":"3687938787","node_id":"PR_kwDOAqyNX862tpGh","number":611,"state":"closed","title":"chore(deps): bump org.apache.commons:commons-exec from 1.3 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-04T09:12:41.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-03T00:02:04.000Z","updated_at":"2025-12-04T09:12:49.000Z","time_to_close":119437,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.3","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.3 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003ch2\u003eApache Commons Exec 1.5.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.5.0.\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 href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/1.3...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.3\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/mjeanroy/node-maven-plugin/pull/611","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjeanroy%2Fnode-maven-plugin/issues/611","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/611/packages"},{"uuid":"2818944944","node_id":"PR_kwDOPt-hn86oBa-w","number":8,"state":"open","title":"chore: bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-11T12:12:30.000Z","updated_at":"2025-09-11T12:12:31.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/bunnyyy15/webgoat-cx/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnyyy15%2Fwebgoat-cx/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"},{"uuid":"2806652353","node_id":"PR_kwDOPrqbwc6nSh3B","number":7,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-09-08T02:55:25.000Z","updated_at":"2025-09-08T02:55:25.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ghas-labs-2025-08-27-brianc-ghas-labs/WebGoat/pull/7","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghas-labs-2025-08-27-brianc-ghas-labs%2FWebGoat/issues/7","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/7/packages"},{"uuid":"2806622510","node_id":"PR_kwDOFw6aU86nSaku","number":1541,"state":"closed","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-09-09T06:11:12.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-08T02:31:04.000Z","updated_at":"2025-09-09T06:11:12.000Z","time_to_close":99608,"merged_at":"2025-09-09T06:11:12.000Z","merged_by":"ferenc-csaky","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/DataSQRL/sqrl/pull/1541","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataSQRL%2Fsqrl/issues/1541","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1541/packages"},{"uuid":"2806178218","node_id":"PR_kwDOPreEVs6nQuGq","number":8,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-09-07T16:33:25.000Z","updated_at":"2025-09-07T16:33:26.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ghas-labs-2025-09-08-abhi-2/WebGoat/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghas-labs-2025-09-08-abhi-2%2FWebGoat/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"},{"uuid":"2800247333","node_id":"PR_kwDOPp8Puc6m6GIl","number":5,"state":"open","title":"chore: bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-04T17:29:54.000Z","updated_at":"2025-09-04T17:29:55.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/p16pavl/WebGoat-SAST/pull/5","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/p16pavl%2FWebGoat-SAST/issues/5","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5/packages"},{"uuid":"2782740401","node_id":"PR_kwDOPmAiP86l3T-x","number":6,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-08-28T19:16:07.000Z","updated_at":"2025-08-28T19:16:08.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/mjones-fs/WebGoat/pull/6","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjones-fs%2FWebGoat/issues/6","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/6/packages"},{"uuid":"2771156475","node_id":"PR_kwDOPiArOs6lLH37","number":11,"state":"open","title":"chore: bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-25T09:22:21.000Z","updated_at":"2025-08-25T09:22:21.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/mcdwayne/WebGoat-demo2/pull/11","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcdwayne%2FWebGoat-demo2/issues/11","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/11/packages"},{"uuid":"2766581837","node_id":"PR_kwDOPiZG-s6k5rBN","number":7,"state":"closed","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-08-25T11:59:12.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-22T14:59:16.000Z","updated_at":"2025-08-25T11:59:12.000Z","time_to_close":248396,"merged_at":"2025-08-25T11:59:12.000Z","merged_by":"bd-SrinathAkkem","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/testapporg2/WebGoat/pull/7","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/testapporg2%2FWebGoat/issues/7","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/7/packages"},{"uuid":"2720804728","node_id":"PR_kwDOOfDZps6iLC94","number":7,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-08-05T10:54:31.000Z","updated_at":"2025-08-05T10:54:32.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Nordix/keycloak-secrets-vault-provider/pull/7","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nordix%2Fkeycloak-secrets-vault-provider/issues/7","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/7/packages"},{"uuid":"2704598681","node_id":"PR_kwDOPUvbQ86hNOaZ","number":4,"state":"open","title":"chore: bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-07-29T15:59:03.000Z","updated_at":"2025-07-29T15:59:04.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MissionOpen/WebGoat/pull/4","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MissionOpen%2FWebGoat/issues/4","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/4/packages"}],"issue_packages":[{"old_version":"1.5.0","new_version":"1.6.0","update_type":"minor","path":null,"pr_created_at":"2026-05-17T21:24:42.000Z","version_change":"1.5.0 → 1.6.0","issue":{"uuid":"4464983924","node_id":"PR_kwDONTQhf87ccYh9","number":115,"state":"closed","title":"build(deps): bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-05-18T05:36:23.000Z","author_association":null,"state_reason":null,"created_at":"2026-05-17T21:24:42.000Z","updated_at":"2026-05-18T05:36:32.000Z","time_to_close":29501,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=gradle\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/bluetape4k/bluetape4k-workshop/pull/115","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluetape4k%2Fbluetape4k-workshop/issues/115","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/115/packages"}},{"old_version":"1.3","new_version":"1.6.0","update_type":null,"path":null,"pr_created_at":"2026-04-25T23:21:46.000Z","version_change":"1.3 → 1.6.0","issue":{"uuid":"4329489620","node_id":"PR_kwDORYtB5c7VqAdS","number":199,"state":"open","title":"Bump the maven-deps group across 1 directory with 14 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-25T23:21:46.000Z","updated_at":"2026-04-25T23:21:48.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"maven-deps","update_count":14,"packages":[{"name":"org.python:jython-slim","old_version":"2.7.2","new_version":"2.7.4","repository_url":"https://github.com/jython/jython"},{"name":"org.jruby:jruby-complete","old_version":"9.2.11.1","new_version":"10.1.0.0"},{"name":"commons-cli:commons-cli","old_version":"1.4","new_version":"1.11.0","repository_url":"https://github.com/apache/commons-cli"},{"name":"org.apache.commons:commons-exec","old_version":"1.3","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"},{"name":"net.java.dev.jna:jna-platform","old_version":"5.14.0","new_version":"5.18.1","repository_url":"https://github.com/java-native-access/jna"},{"name":"net.oneandone.reflections8:reflections8","old_version":"0.11.6","new_version":"0.11.7","repository_url":"https://github.com/aschoerk/reflections8"},{"name":"net.sf.py4j:py4j","old_version":"0.10.9.1","new_version":"0.10.9.9","repository_url":"https://github.com/py4j/py4j"},{"name":"org.apache.commons:commons-lang3","old_version":"3.12.0","new_version":"3.20.0"},{"name":"org.junit.jupiter:junit-jupiter","old_version":"5.10.2","new_version":"6.0.3","repository_url":"https://github.com/junit-team/junit-framework"},{"name":"org.apache.maven.plugins:maven-assembly-plugin","old_version":"3.7.1","new_version":"3.8.0","repository_url":"https://github.com/apache/maven-assembly-plugin"},{"name":"org.sonatype.central:central-publishing-maven-plugin","old_version":"0.9.0","new_version":"0.10.0","repository_url":"https://github.com/sonatype/central-publishing-maven-plugin"},{"name":"org.apache.maven.plugins:maven-compiler-plugin","old_version":"3.14.0","new_version":"3.15.0","repository_url":"https://github.com/apache/maven-compiler-plugin"},{"name":"org.apache.maven.plugins:maven-surefire-plugin","old_version":"3.2.5","new_version":"3.5.5","repository_url":"https://github.com/apache/maven-surefire"},{"name":"org.apache.maven.plugins:maven-jar-plugin","old_version":"3.4.2","new_version":"3.5.0","repository_url":"https://github.com/apache/maven-jar-plugin"}],"path":null,"ecosystem":"maven"},"body":"Bumps the maven-deps group with 14 updates in the /API directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [org.python:jython-slim](https://github.com/jython/jython) | `2.7.2` | `2.7.4` |\n| org.jruby:jruby-complete | `9.2.11.1` | `10.1.0.0` |\n| [commons-cli:commons-cli](https://github.com/apache/commons-cli) | `1.4` | `1.11.0` |\n| [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) | `1.3` | `1.6.0` |\n| [net.java.dev.jna:jna-platform](https://github.com/java-native-access/jna) | `5.14.0` | `5.18.1` |\n| [net.oneandone.reflections8:reflections8](https://github.com/aschoerk/reflections8) | `0.11.6` | `0.11.7` |\n| [net.sf.py4j:py4j](https://github.com/py4j/py4j) | `0.10.9.1` | `0.10.9.9` |\n| org.apache.commons:commons-lang3 | `3.12.0` | `3.20.0` |\n| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.10.2` | `6.0.3` |\n| [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.7.1` | `3.8.0` |\n| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.9.0` | `0.10.0` |\n| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.0` | `3.15.0` |\n| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.5.5` |\n| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.2` | `3.5.0` |\n\n\nUpdates `org.python:jython-slim` from 2.7.2 to 2.7.4\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/jython/jython/blob/master/NEWS\"\u003eorg.python:jython-slim's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eJython 2.7.4\u003c/h1\u003e\n\u003cp\u003eNew Features\u003c/p\u003e\n\u003cpre\u003e\u003ccode\u003e- When building a modular application or library, the jython-slim JAR may\n  be placed on the *module* path [GH-325](https://github.com/jython/jython/issues/325). It will export its usual\n  packages in an automatic module org.python.jython2. Application build\n  tools that create a run script will generally add the dependencies of\n  Jython to the module path automatically. The developer may have to add\n  (via the build script) --add-modules ALL-MODULE-PATH to the java command\n  to ensure that these dependencies are resolved.\n\u003cul\u003e\n\u003cli\u003eThe jython-standalone JAR (module org.python.jython2.standalone) may\nalso be used. Many shaded (and some unshaded) dependencies are then\nduplicated in its module, which can be a problem. It may be necessary to\n--add-modules ALL-DEFAULT to ensure JDK classes are resolved.\n\u003c/code\u003e\u003c/pre\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eJython 2.7.4 is unchanged from 2.7.4rc1\u003c/p\u003e\n\u003cp\u003eJython 2.7.4rc1 Bugs fixed\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/344\"\u003eGH-344\u003c/a\u003e ] Updated ucnhash.dat to Unicode 15.1.\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/343\"\u003eGH-343\u003c/a\u003e ] Export xml.parsers and xml.etree in xml.\u003cstrong\u003eall\u003c/strong\u003e.\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/342\"\u003eGH-342\u003c/a\u003e ] Update multiple JARs to latest available.\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/331\"\u003eGH-331\u003c/a\u003e ] Catch IndexError possible when accessing sys.argv.\u003c/p\u003e\n\u003cp\u003eJython 2.7.4b2 Feature added\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/325\"\u003eGH-325\u003c/a\u003e ] Upward compatibility to Java 9 Modularity\u003c/p\u003e\n\u003cp\u003eJython 2.7.4b1 Bugs fixed\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/316\"\u003eGH-316\u003c/a\u003e ] Clash over META-INF in shaded JARs\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/310\"\u003eGH-310\u003c/a\u003e ] CVE-2024-25710 and CVE-2024-26308 (commons-compress)\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/304\"\u003eGH-304\u003c/a\u003e ] from java import * not working in Java 21\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/302\"\u003eGH-302\u003c/a\u003e ] Interactive interpreter awaits input instead of raising syntax error\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/298\"\u003eGH-298\u003c/a\u003e ] Keep better accounts of contribution and CLA\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/288\"\u003eGH-288\u003c/a\u003e ] Build fails when using modules (duplicate org.w3c from JARs)\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/281\"\u003eGH-281\u003c/a\u003e ] Invoking the wrong overloaded Java constructor\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/280\"\u003eGH-280\u003c/a\u003e ] LineNumberTable deprecated for removal in 2.6 still there\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/277\"\u003eGH-277\u003c/a\u003e ] Argument coercion fails for Java interface with default methods\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/272\"\u003eGH-272\u003c/a\u003e ] GlobalRef.createReaperThreadIfAbsent produces IllegalMonitorStateException\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/269\"\u003eGH-269\u003c/a\u003e ] Upgrade Google Guava to 32.0.1 (CVE-2023-2976)\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/264\"\u003eGH-264\u003c/a\u003e ] Create a security policy (changes on GitHub only)\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/254\"\u003eGH-254\u003c/a\u003e ] Regression in socket.socket.sendall for sending Unicode\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/247\"\u003eGH-247\u003c/a\u003e ] PySystemStateTest fails on Mac\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/245\"\u003eGH-245\u003c/a\u003e ] Document download/binaries location\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/238\"\u003eGH-238\u003c/a\u003e ] Using == to compare strings in sys\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/223\"\u003eGH-223\u003c/a\u003e ] JPasswordField no longer works due to 'bullet' echo char\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/221\"\u003eGH-221\u003c/a\u003e ] Incorrect method precedence with overloading and variable arity\n- [ \u003ca href=\"https://redirect.github.com/jython/jython/issues/204\"\u003eGH-204\u003c/a\u003e ] IllegalArgumentException: where char method returns non-byte value\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 href=\"https://github.com/jython/jython/commit/3f256f4a79c828d8f1a3f3b95cad8c55ba1ddd0b\"\u003e\u003ccode\u003e3f256f4\u003c/code\u003e\u003c/a\u003e Prepare for 2.7.4 release.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/d04ff7f629fcee57260d015e88d09f2f902d2cde\"\u003e\u003ccode\u003ed04ff7f\u003c/code\u003e\u003c/a\u003e Begin to identify as v2.7.4rc2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/3562755e5d37eca1113a1b39bec5f7e11e49984d\"\u003e\u003ccode\u003e3562755\u003c/code\u003e\u003c/a\u003e Prepare for 2.7.4rc1 release.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/245deba51f471983ec155fa076b7182c22940cd8\"\u003e\u003ccode\u003e245deba\u003c/code\u003e\u003c/a\u003e Now with sensible timeouts.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/66600ad7e550cf96b971fa08a29a9735769a1374\"\u003e\u003ccode\u003e66600ad\u003c/code\u003e\u003c/a\u003e Impose timeout on regrtest workflows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/f14a91e6a3339c4757ffdde726157ead0af8a778\"\u003e\u003ccode\u003ef14a91e\u003c/code\u003e\u003c/a\u003e Note blocked from updating Netty by issue 349\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/7df6cbd347d1cefc68c1da44670ed1dfec6c566e\"\u003e\u003ccode\u003e7df6cbd\u003c/code\u003e\u003c/a\u003e Update Bouncy Castle JARs to 1.78.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/115376cfc3cc2a3af380a389bedf877ea69cd622\"\u003e\u003ccode\u003e115376c\u003c/code\u003e\u003c/a\u003e Update ICU4J JAR to 75.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/640b6fda521175c7fb1f4b3a230812dbb46ced7c\"\u003e\u003ccode\u003e640b6fd\u003c/code\u003e\u003c/a\u003e Update commons-io and Guava JARs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jython/jython/commit/967798c3bd8c2d7c0e8c6d108f8003355aa5e724\"\u003e\u003ccode\u003e967798c\u003c/code\u003e\u003c/a\u003e Update JLine to 2.14.6\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/jython/jython/compare/v2.7.2...v2.7.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.jruby:jruby-complete` from 9.2.11.1 to 10.1.0.0\n\nUpdates `commons-cli:commons-cli` from 1.4 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt\"\u003ecommons-cli:commons-cli's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons CLI 1.11.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.\u003c/p\u003e\n\u003cp\u003eApache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003ch2\u003eNew Features\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cpre\u003e\u003ccode\u003e      Add CommandLine.getOptionCount() to measure option repetition [#396](https://github.com/apache/commons-cli/issues/396). Thanks to David Larochette, Gary Gregory.\n\u003c/code\u003e\u003c/pre\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eFixed Bugs\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCLI-351:  Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.\u003c/li\u003e\n\u003cli\u003eCLI-351:  Fix issue with groups not being reported in help output. \u003ca href=\"https://redirect.github.com/apache/commons-cli/issues/411\"\u003e#411\u003c/a\u003e. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eUpdates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cpre\u003e\u003ccode\u003e      Bump org.apache.commons:commons-parent from 85 to 91 [#393](https://github.com/apache/commons-cli/issues/393). Thanks to Gary Gregory, Dependabot.\n\u003c/code\u003e\u003c/pre\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cpre\u003e\u003ccode\u003e      Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory.\n\u003c/code\u003e\u003c/pre\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-cli/changes.html\"\u003ehttps://commons.apache.org/proper/commons-cli/changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons CLI, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons CLI website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-cli/\"\u003ehttps://commons.apache.org/proper/commons-cli/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-cli/download_cli.cgi\"\u003ehttps://commons.apache.org/proper/commons-cli/download_cli.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\nThe Apache Commons Team\u003c/p\u003e\n\u003chr /\u003e\n\u003ch2\u003eApache Commons CLI 1.11.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.\u003c/p\u003e\n\u003cp\u003eApache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\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 href=\"https://github.com/apache/commons-cli/commit/d74613321325f6081fa0206c4ab608ab65d80e2e\"\u003e\u003ccode\u003ed746133\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.11.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/966ddd66b31e0608ecbd650a3eb2bb2426e26c22\"\u003e\u003ccode\u003e966ddd6\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/234a34d61dc11a302358c92fd18ed702327c5e39\"\u003e\u003ccode\u003e234a34d\u003c/code\u003e\u003c/a\u003e Use ternary to reduce duplication\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/ef98fc4b9302fbf10e8b608dce0571d2bc066345\"\u003e\u003ccode\u003eef98fc4\u003c/code\u003e\u003c/a\u003e Better test assertions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/a9baf80a113c75885f53bb0dc34e6f9e15bc37b3\"\u003e\u003ccode\u003ea9baf80\u003c/code\u003e\u003c/a\u003e No need to create an intermediary array\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/4c464592162bbae53dd606ca56375ce92894e3cf\"\u003e\u003ccode\u003e4c46459\u003c/code\u003e\u003c/a\u003e Reduce returns\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/7108379d50938de7ac26de6d1c76ee6a0ef2845f\"\u003e\u003ccode\u003e7108379\u003c/code\u003e\u003c/a\u003e Javadoc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/7199a701924f0ecf95d729095bc610d6434a3a77\"\u003e\u003ccode\u003e7199a70\u003c/code\u003e\u003c/a\u003e Use forEachRemaining\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/e852acf572129fa8b2e3824b0e23a32a074e832f\"\u003e\u003ccode\u003ee852acf\u003c/code\u003e\u003c/a\u003e Reuse constants\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-cli/commit/395346c58f510fcff79893d0adeb9961ab430a43\"\u003e\u003ccode\u003e395346c\u003c/code\u003e\u003c/a\u003e Better exception message\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-cli/compare/cli-1.4...rel/commons-cli-1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.commons:commons-exec` from 1.3 to 1.6.0\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003ch2\u003eApache Commons Exec 1.5.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.5.0.\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 href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/1.3...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `net.java.dev.jna:jna-platform` from 5.14.0 to 5.18.1\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/java-native-access/jna/blob/master/CHANGES.md\"\u003enet.java.dev.jna:jna-platform's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease 5.18.1\u003c/h1\u003e\n\u003ch2\u003eBug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1686\"\u003e#1686\u003c/a\u003e: Fix \u003ccode\u003esortFields\u003c/code\u003e race condition while getting fields - \u003ca href=\"https://github.com/bendk\"\u003e\u003ccode\u003e@​bendk\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease 5.18.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1671\"\u003e#1671\u003c/a\u003e: Add \u003ccode\u003eisRISCV\u003c/code\u003e to \u003ccode\u003ec.s.j.Platform\u003c/code\u003e - \u003ca href=\"https://github.com/Glavo\"\u003e\u003ccode\u003e@​Glavo\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1672\"\u003e#1672\u003c/a\u003e: Add \u003ccode\u003eCFLocale\u003c/code\u003e, \u003ccode\u003eCFLocaleCopyCurrent\u003c/code\u003e, \u003ccode\u003eCFCFDateFormatter\u003c/code\u003e, \u003ccode\u003eCFDateFormatterStyle\u003c/code\u003e, \u003ccode\u003eCFDateFormatterCreate\u003c/code\u003e and \u003ccode\u003eCFDateFormatterGetFormat\u003c/code\u003e to \u003ccode\u003ec.s.j.p.mac.CoreFoundation\u003c/code\u003e - \u003ca href=\"https://github.com/dbwiddis\"\u003e\u003ccode\u003e@​dbwiddis\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1669\"\u003e#1669\u003c/a\u003e: Document requirement for running on JDK 24+ - \u003ca href=\"https://github.com/matthiasblaesing\"\u003e\u003ccode\u003e@​matthiasblaesing\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eBug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1681\"\u003e#1681\u003c/a\u003e: Fix deadlock in Structure constructor introduced in 5.16.0 - \u003ca href=\"https://github.com/brettwooldridge\"\u003e\u003ccode\u003e@​brettwooldridge\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1683\"\u003e#1683\u003c/a\u003e: Fix native build error on Xcode 16.3 / Apple Clang 17 - \u003ca href=\"https://github.com/brettwooldridge\"\u003e\u003ccode\u003e@​brettwooldridge\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease 5.17.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1658\"\u003e#1658\u003c/a\u003e:  Add win32 power event constants, types, and functions - \u003ca href=\"https://github.com/eranl\"\u003e\u003ccode\u003e@​eranl\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eBug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1647\"\u003e#1647\u003c/a\u003e: Fix calls to jnidispatch on Android with 16KB page size (part 2) - \u003ca href=\"https://github.com/BugsBeGone\"\u003e\u003ccode\u003e@​BugsBeGone\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease 5.16.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/pull/1626\"\u003e#1626\u003c/a\u003e: Add caching of field list and field validation in \u003ccode\u003eStructure\u003c/code\u003e along with more efficient reentrant read-write locking instead of synchronized() blocks - \u003ca href=\"https://github.com/brettwooldridge\"\u003e\u003ccode\u003e@​BrettWooldridge\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eBug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1618\"\u003e#1618\u003c/a\u003e: Fix calls to jnidispatch on Android with 16KB page size - \u003ca href=\"https://github.com/Thomyrock\"\u003e\u003ccode\u003e@​Thomyrock\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease 5.15.0\u003c/h1\u003e\n\u003ch2\u003eFeatures\u003c/h2\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 href=\"https://github.com/java-native-access/jna/commit/3c493c1642b1555d541755e0984c968ba6c0f540\"\u003e\u003ccode\u003e3c493c1\u003c/code\u003e\u003c/a\u003e Release 5.18.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/e3838d5396db7b76d45ec44ad3a121f3ba9e164b\"\u003e\u003ccode\u003ee3838d5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1680\"\u003e#1680\u003c/a\u003e from java-native-access/dependabot/github_actions/gi...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/5cac36169eb88f373c709c292c1c4dc36b6f73c8\"\u003e\u003ccode\u003e5cac361\u003c/code\u003e\u003c/a\u003e Bump the github-actions group with 2 updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/5511f281d0b59a6dc79c40e62b194cd1da738ae8\"\u003e\u003ccode\u003e5511f28\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1687\"\u003e#1687\u003c/a\u003e from bendk/push-yyprxvvrrttk\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/c401bca07c3e22ff3ba3ab99fbdbd3b9e772c1ef\"\u003e\u003ccode\u003ec401bca\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1690\"\u003e#1690\u003c/a\u003e from jonalmeida/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/6e7e828eb8ffed1085f49503a293b9398e1437fb\"\u003e\u003ccode\u003e6e7e828\u003c/code\u003e\u003c/a\u003e Update recommended Android proguard rules\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/b665e9e6a2752aba2dcb9a73b00c086a5122f595\"\u003e\u003ccode\u003eb665e9e\u003c/code\u003e\u003c/a\u003e Avoid threading issues in sortFields (\u003ca href=\"https://redirect.github.com/java-native-access/jna/issues/1686\"\u003e#1686\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/0da700d3005d2a3fc332c47fae93b16b320f51af\"\u003e\u003ccode\u003e0da700d\u003c/code\u003e\u003c/a\u003e Prepare next development iteration\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/285632fa6e4c4f8c49cfad059c76107b64d2a039\"\u003e\u003ccode\u003e285632f\u003c/code\u003e\u003c/a\u003e Release 5.18.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/java-native-access/jna/commit/77fe152e751fcaaf82f8a14c59a2f25f136f503c\"\u003e\u003ccode\u003e77fe152\u003c/code\u003e\u003c/a\u003e Support/Prepare deployment to new maven central repository\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/java-native-access/jna/compare/5.14.0...5.18.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `net.oneandone.reflections8:reflections8` from 0.11.6 to 0.11.7\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/f2c89f5f009dc530603520207917b683e0caee86\"\u003e\u003ccode\u003ef2c89f5\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release reflections8-0.11.7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/c5efd259c4ed4e3b00f84cf1b6041a25be078c5f\"\u003e\u003ccode\u003ec5efd25\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/aschoerk/reflections8/issues/12\"\u003e#12\u003c/a\u003e from rimuln/pr11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/10f911d346e14dfc0cf050dc3b13e695f0733b47\"\u003e\u003ccode\u003e10f911d\u003c/code\u003e\u003c/a\u003e next attempt after merges:(\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/a77124e805ceba82130c20709e19eb845c17c572\"\u003e\u003ccode\u003ea77124e\u003c/code\u003e\u003c/a\u003e Merge branch 'pr11' of \u003ca href=\"https://github.com/rimuln/reflections8\"\u003ehttps://github.com/rimuln/reflections8\u003c/a\u003e into pr11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/16168cccc17434013c4a6c90b3130a4deb8c0ae4\"\u003e\u003ccode\u003e16168cc\u003c/code\u003e\u003c/a\u003e missing import\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/31dd788ca3e906ec98b28367c528727067df6538\"\u003e\u003ccode\u003e31dd788\u003c/code\u003e\u003c/a\u003e Merge branch 'master' into pr11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/31a78216ee7634f08f5a3f9076e25d0f712a1e43\"\u003e\u003ccode\u003e31a7821\u003c/code\u003e\u003c/a\u003e PR10 with original formating\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/ab14a7b108a1e92cae23c13003977e1e4233e2a7\"\u003e\u003ccode\u003eab14a7b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/aschoerk/reflections8/issues/11\"\u003e#11\u003c/a\u003e from aschoerk/revert-10-master\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/21af5f13a8bcca5410601dc81c4c2f9daa8e8c24\"\u003e\u003ccode\u003e21af5f1\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;Fix exception when descriptor of method is lambda method\u0026quot;\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aschoerk/reflections8/commit/251b4e0ab91ccf29027772c03e450431ac6bb8b9\"\u003e\u003ccode\u003e251b4e0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/aschoerk/reflections8/issues/10\"\u003e#10\u003c/a\u003e from rimuln/master\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/aschoerk/reflections8/compare/v0.11.6...reflections8-0.11.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `net.sf.py4j:py4j` from 0.10.9.1 to 0.10.9.9\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/c0ef8fef0ed43e66a9f467144caa8a7e8bee6faf\"\u003e\u003ccode\u003ec0ef8fe\u003c/code\u003e\u003c/a\u003e Retry Py4J on empty response (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/551\"\u003e#551\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/ccd7aa35988f3e932d888c8cb99dab7c048423e4\"\u003e\u003ccode\u003eccd7aa3\u003c/code\u003e\u003c/a\u003e Prepare release 0.10.9.8\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/144d2a97bd06b98610a5c74c804b893f5c1fdfc3\"\u003e\u003ccode\u003e144d2a9\u003c/code\u003e\u003c/a\u003e Fix typo in advanced_topics docs (clause -\u0026gt; cause) (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/540\"\u003e#540\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/22857677e293716ce7b25af3a5ff4829ee2df18e\"\u003e\u003ccode\u003e2285767\u003c/code\u003e\u003c/a\u003e [TESTS-ONLY] Fix Flaky \u003ccode\u003eGatewayServerTest\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/543\"\u003e#543\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/41f5073a73dbdb0a9420b7623c17ef2a5c2e9953\"\u003e\u003ccode\u003e41f5073\u003c/code\u003e\u003c/a\u003e Improve Py4j command cancellation by shutting down the JVM side of the socket...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/f4e3f1009008333bf44baf7fb7573291a955c955\"\u003e\u003ccode\u003ef4e3f10\u003c/code\u003e\u003c/a\u003e Better error message when gateway server binding fails (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/74bcb776697f8cbb207b3c0b345d07b11171e5f4\"\u003e\u003ccode\u003e74bcb77\u003c/code\u003e\u003c/a\u003e Add the official Python 3.12 support (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/537\"\u003e#537\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/570f5a664aa5e9e1e81187724f432501bc552762\"\u003e\u003ccode\u003e570f5a6\u003c/code\u003e\u003c/a\u003e Fix the build combination to use different versions of JDK and Pythons with s...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/8890486730e5e93e68a86f5349562dc2f7c21ace\"\u003e\u003ccode\u003e8890486\u003c/code\u003e\u003c/a\u003e Drop EOL Python versions, and add Python 3.11 support (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/519\"\u003e#519\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py4j/py4j/commit/262eb1a0bc5f0b08f867c42f9cf45bd18a69d899\"\u003e\u003ccode\u003e262eb1a\u003c/code\u003e\u003c/a\u003e Upgrade Sphinx requirement for documentation build (\u003ca href=\"https://redirect.github.com/py4j/py4j/issues/535\"\u003e#535\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/py4j/py4j/compare/0.10.9.1...0.10.9.9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.commons:commons-lang3` from 3.12.0 to 3.20.0\n\nUpdates `org.junit.jupiter:junit-jupiter` from 5.10.2 to 6.0.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/junit-team/junit-framework/releases\"\u003eorg.junit.jupiter:junit-jupiter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003cp\u003eJUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.3/release-notes.html\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3\"\u003ehttps://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.2/release-notes.html\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2\"\u003ehttps://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.1/release-notes/\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1\"\u003ehttps://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.0/release-notes/\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/2897robo\"\u003e\u003ccode\u003e@​2897robo\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4525\"\u003ejunit-team/junit-framework#4525\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/strangelookingnerd\"\u003e\u003ccode\u003e@​strangelookingnerd\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4683\"\u003ejunit-team/junit-framework#4683\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/eric6iese\"\u003e\u003ccode\u003e@​eric6iese\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4717\"\u003ejunit-team/junit-framework#4717\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/raccoonback\"\u003e\u003ccode\u003e@​raccoonback\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4822\"\u003ejunit-team/junit-framework#4822\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/currenjin\"\u003e\u003ccode\u003e@​currenjin\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4823\"\u003ejunit-team/junit-framework#4823\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mehulimukherjee\"\u003e\u003ccode\u003e@​mehulimukherjee\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4913\"\u003ejunit-team/junit-framework#4913\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lslonina\"\u003e\u003ccode\u003e@​lslonina\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4629\"\u003ejunit-team/junit-framework#4629\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0\"\u003ehttps://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.0-RC3/release-notes/\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mehulimukherjee\"\u003e\u003ccode\u003e@​mehulimukherjee\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4913\"\u003ejunit-team/junit-framework#4913\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/lslonina\"\u003e\u003ccode\u003e@​lslonina\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/junit-team/junit-framework/pull/4629\"\u003ejunit-team/junit-framework#4629\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3\"\u003ehttps://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2\u003c/p\u003e\n\u003cp\u003eSee \u003ca href=\"https://docs.junit.org/6.0.0-RC2/release-notes/\"\u003eRelease Notes\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2\"\u003ehttps://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eJUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1\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 href=\"https://github.com/junit-team/junit-framework/commit/36e3253b726fa13cb9a1d29e94b9119575078c4a\"\u003e\u003ccode\u003e36e3253\u003c/code\u003e\u003c/a\u003e Release 6.0.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/295561f38592f1682feceb64d361987da1d0fc9b\"\u003e\u003ccode\u003e295561f\u003c/code\u003e\u003c/a\u003e Finalize 6.0.3 release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/ea18076da11599c1467929bf75bc260e13c611b9\"\u003e\u003ccode\u003eea18076\u003c/code\u003e\u003c/a\u003e Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (\u003ca href=\"https://redirect.github.com/junit-team/junit-framework/issues/5348\"\u003e#5348\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/869e232420f1c1c64ab9be29609fe3e241c3675e\"\u003e\u003ccode\u003e869e232\u003c/code\u003e\u003c/a\u003e Add 5.14.3 release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/d4b34c468ddb697ff3fe4096b3d67c28751ddab2\"\u003e\u003ccode\u003ed4b34c4\u003c/code\u003e\u003c/a\u003e Fix links to User Guide\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/5c8fb0f2151fc277c3a0de7c3237d05c919439bb\"\u003e\u003ccode\u003e5c8fb0f\u003c/code\u003e\u003c/a\u003e Reliably support JRE.OTHER with @⁠EnabledOnJre and @⁠DisabledOnJre\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/febb13f70272a243742ea63d0f85535f7c51a67c\"\u003e\u003ccode\u003efebb13f\u003c/code\u003e\u003c/a\u003e Check out entire repo so switching to \u003ccode\u003emain\u003c/code\u003e branch works in last step\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/71fba9098655387c82d8ddbf137442bcb1fa56a0\"\u003e\u003ccode\u003e71fba90\u003c/code\u003e\u003c/a\u003e Install \u003ccode\u003epoppler-utils\u003c/code\u003e for \u003ccode\u003epdfinfo\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/740e9e050964c66da7cb5386f89a450985d51941\"\u003e\u003ccode\u003e740e9e0\u003c/code\u003e\u003c/a\u003e Update API baseline\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/junit-team/junit-framework/commit/2ba535f0c108ef5f8252578ee4c70547ff10d752\"\u003e\u003ccode\u003e2ba535f\u003c/code\u003e\u003c/a\u003e Use release branch of examples repo\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/junit-team/junit-framework/compare/r5.10.2...r6.0.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.maven.plugins:maven-assembly-plugin` from 3.7.1 to 3.8.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/maven-assembly-plugin/releases\"\u003eorg.apache.maven.plugins:maven-assembly-plugin's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.8.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003e🐛 Bug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/MASSEMBLY-1030\"\u003e[MASSEMBLY-1030]\u003c/a\u003e - Manifest entries from archive configuration are not added in final MANIFEST (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/205\"\u003e#205\u003c/a\u003e) \u003ca href=\"https://github.com/olamy\"\u003e\u003ccode\u003e@​olamy\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/MASSEMBLY-1029\"\u003e[MASSEMBLY-1029]\u003c/a\u003e - Use minimal level for model validation (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/204\"\u003e#204\u003c/a\u003e) \u003ca href=\"https://github.com/gnodet\"\u003e\u003ccode\u003e@​gnodet\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📝 Documentation updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/MNGSITE-529\"\u003e[MNGSITE-529]\u003c/a\u003e - Rename \u0026quot;Goals\u0026quot; to \u0026quot;Plugin Documentation\u0026quot; (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/215\"\u003e#215\u003c/a\u003e) \u003ca href=\"https://github.com/Bukama\"\u003e\u003ccode\u003e@​Bukama\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e👻 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: migrate junit3/4 to junit5 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1260\"\u003e#1260\u003c/a\u003e) \u003ca href=\"https://github.com/sparsick\"\u003e\u003ccode\u003e@​sparsick\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: enable prevent branch protection rules (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1252\"\u003e#1252\u003c/a\u003e) \u003ca href=\"https://github.com/sebtiem\"\u003e\u003ccode\u003e@​sebtiem\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnable Github Issues (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/219\"\u003e#219\u003c/a\u003e) \u003ca href=\"https://github.com/Bukama\"\u003e\u003ccode\u003e@​Bukama\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📦 Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump Maven to 3.9.11. Prerequisite still 3.6.3 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1270\"\u003e#1270\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1269\"\u003e#1269\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-io from 3.5.2 to 3.6.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1264\"\u003e#1264\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1266\"\u003e#1266\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-io:commons-io from 2.20.0 to 2.21.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1267\"\u003e#1267\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1265\"\u003e#1265\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1258\"\u003e#1258\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.luben:zstd-jni from 1.5.7-5 to 1.5.7-6 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1259\"\u003e#1259\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump plexus-archiver to 4.10.3 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1255\"\u003e#1255\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump m-invoker-p to 3.9.1 for Java 25 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1256\"\u003e#1256\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.luben:zstd-jni from 1.5.7-4 to 1.5.7-5 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1254\"\u003e#1254\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 44 to 45 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1251\"\u003e#1251\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 42 to 44 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/216\"\u003e#216\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1248\"\u003e#1248\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-archiver from 3.6.3 to 3.6.4 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1249\"\u003e#1249\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1250\"\u003e#1250\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-io:commons-io from 2.19.0 to 2.20.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1247\"\u003e#1247\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.luben:zstd-jni from 1.5.7-3 to 1.5.7-4 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1244\"\u003e#1244\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 in /src/it/projects/bugs/massembly-580 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/1245\"\u003e#1245\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-3 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/225\"\u003e#225\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/209\"\u003e#209\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.shared:maven-common-artifact-filters from 3.3.2 to 3.4.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/207\"\u003e#207\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-io:commons-io from 2.16.1 to 2.19.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/224\"\u003e#224\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/223\"\u003e#223\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.luben:zstd-jni from 1.5.6-3 to 1.5.7-2 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/222\"\u003e#222\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/221\"\u003e#221\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-compress from 1.27.0 to 1.27.1 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/213\"\u003e#213\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.shared:maven-filtering from 3.3.2 to 3.4.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/220\"\u003e#220\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.1 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/214\"\u003e#214\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.hamcrest:hamcrest from 2.2 to 3.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/212\"\u003e#212\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-compress from 1.26.1 to 1.27.0 (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/pull/211\"\u003e#211\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\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 href=\"https://github.com/apache/maven-assembly-plugin/commit/53dcfc025117ee06dcb71a5ae5ceffb08c3b914f\"\u003e\u003ccode\u003e53dcfc0\u003c/code\u003e\u003c/a\u003e Remove redundant escaping (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1277\"\u003e#1277\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/04cbbb337d5e486a6bd03195d1493c8afe394ec2\"\u003e\u003ccode\u003e04cbbb3\u003c/code\u003e\u003c/a\u003e some nits (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1279\"\u003e#1279\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/7c9e58a45f3ded2b342c36d7b1b1fcc52a71b5dd\"\u003e\u003ccode\u003e7c9e58a\u003c/code\u003e\u003c/a\u003e Plug ThreadLocal memory leak (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1276\"\u003e#1276\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/ceef4b01476f04067bef1660229bf69e109394c2\"\u003e\u003ccode\u003eceef4b0\u003c/code\u003e\u003c/a\u003e commons-io version is now the same (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1274\"\u003e#1274\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/0a06350eb17630b256c7825ed76e7520b359d4f0\"\u003e\u003ccode\u003e0a06350\u003c/code\u003e\u003c/a\u003e Declare used dependencies (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1271\"\u003e#1271\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/31ac192dbee96da6afd81aaed434e33703dff9ce\"\u003e\u003ccode\u003e31ac192\u003c/code\u003e\u003c/a\u003e Remove commented code (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1273\"\u003e#1273\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/c5b8aff698c9ac93925530a31181b68ae04f9749\"\u003e\u003ccode\u003ec5b8aff\u003c/code\u003e\u003c/a\u003e Document regex support in include/exclude patterns (\u003ca href=\"https://redirect.github.com/apache/maven-assembly-plugin/issues/1243\"\u003e#1243\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/bd8cafc839e49b670564f1ba99438498a1e85810\"\u003e\u003ccode\u003ebd8cafc\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare for next development iteration\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/434b3aa2b516cb03fdccdd63548a53013c7368f0\"\u003e\u003ccode\u003e434b3aa\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release maven-assembly-plugin-3.8.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-assembly-plugin/commit/43666c313d9a5df248646337b750bd82e51a0bc5\"\u003e\u003ccode\u003e43666c3\u003c/code\u003e\u003c/a\u003e Bump Maven to 3.9.11. Prerequisite still 3.6.3\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.7.1...v3.8.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.sonatype.central:central-publishing-maven-plugin` from 0.9.0 to 0.10.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/sonatype/central-publishing-maven-plugin/commits\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/maven-compiler-plugin/releases\"\u003eorg.apache.maven.plugins:maven-compiler-plugin's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.15.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003e🐛 Bug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix Java 25 compatibility during integration tests (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1020\"\u003e#1020\u003c/a\u003e) \u003ca href=\"https://github.com/desruisseaux\"\u003e\u003ccode\u003e@​desruisseaux\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/MCOMPILER-540\"\u003e[MCOMPILER-540]\u003c/a\u003e - useIncrementalCompilation=false may add generated sources to the sources list (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/192\"\u003e#192\u003c/a\u003e) \u003ca href=\"https://github.com/mensinda\"\u003e\u003ccode\u003e@​mensinda\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e👻 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 45 to 46 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1015\"\u003e#1015\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove declaration of \u0026quot;plexus-snapshots\u0026quot; repository (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1010\"\u003e#1010\u003c/a\u003e) \u003ca href=\"https://github.com/desruisseaux\"\u003e\u003ccode\u003e@​desruisseaux\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eWorks only with Maven 4.0.0 rc4 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/996\"\u003e#996\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnable Java 25 and Maven 4 in CI (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/975\"\u003e#975\u003c/a\u003e) \u003ca href=\"https://github.com/slachiewicz\"\u003e\u003ccode\u003e@​slachiewicz\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📦 Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1016\"\u003e#1016\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump plexusCompilerVersion from 2.16.1 to 2.16.2 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1021\"\u003e#1021\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 46 to 47 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1019\"\u003e#1019\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1008\"\u003e#1008\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.ow2.asm:asm from 9.9 to 9.9.1 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1005\"\u003e#1005\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump mavenVersion from 3.9.11 to 3.9.12 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1007\"\u003e#1007\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump maven-plugin-testing-harness to 3.4.0 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/1001\"\u003e#1001\u003c/a\u003e) \u003ca href=\"https://github.com/slawekjaranowski\"\u003e\u003ccode\u003e@​slawekjaranowski\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump plexusCompilerVersion from 2.16.0 to 2.16.1 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/999\"\u003e#999\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/993\"\u003e#993\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump plexusCompilerVersion from 2.15.0 to 2.16.0 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/992\"\u003e#992\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.ow2.asm:asm from 9.8 to 9.9 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/981\"\u003e#981\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.14.1\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003e🚀 New features and improvements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImprove DeltaList behavior for large projects (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/335\"\u003e#335\u003c/a\u003e) \u003ca href=\"https://github.com/gsmet\"\u003e\u003ccode\u003e@​gsmet\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAllow to not use --module-version for the Java compiler (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/331\"\u003e#331\u003c/a\u003e) \u003ca href=\"https://github.com/pzygielo\"\u003e\u003ccode\u003e@​pzygielo\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🐛 Bug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd generatedSourcesPath back to the maven project (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/312\"\u003e#312\u003c/a\u003e) \u003ca href=\"https://github.com/mensinda\"\u003e\u003ccode\u003e@​mensinda\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/MCOMPILER-538\"\u003e[MCOMPILER-538]\u003c/a\u003e - Do not add target/generated-sources/annotations to the source roots (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/191\"\u003e#191\u003c/a\u003e) \u003ca href=\"https://github.com/mensinda\"\u003e\u003ccode\u003e@​mensinda\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📦 Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eEnforce asm version used here, to not depend on brittle transitive (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/964\"\u003e#964\u003c/a\u003e) \u003ca href=\"https://github.com/olamy\"\u003e\u003ccode\u003e@​olamy\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump mavenVersion from 3.9.10 to 3.9.11 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/952\"\u003e#952\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 44 to 45 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/935\"\u003e#935\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump mavenVersion from 3.9.9 to 3.9.10 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/336\"\u003e#336\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-java from 1.4.0 to 1.5.0 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/324\"\u003e#324\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-plugins from 43 to 44 (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/pull/316\"\u003e#316\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/9290cb337f199673e02b6beac0fba37d8066d72c\"\u003e\u003ccode\u003e9290cb3\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release maven-compiler-plugin-3.15.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/3657d40307e88d760e00bce785ad9ec70db33f95\"\u003e\u003ccode\u003e3657d40\u003c/code\u003e\u003c/a\u003e Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/7bbf805c330756ea2f79c467657e42b0d27503e2\"\u003e\u003ccode\u003e7bbf805\u003c/code\u003e\u003c/a\u003e Bump plexusCompilerVersion from 2.16.1 to 2.16.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/57fa93829b58ea293e978d1233c2f4b3cda83c17\"\u003e\u003ccode\u003e57fa938\u003c/code\u003e\u003c/a\u003e Bump org.apache.maven.plugins:maven-plugins from 46 to 47\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/385e3f2809802c6908a36e8c17ef35ed7c869168\"\u003e\u003ccode\u003e385e3f2\u003c/code\u003e\u003c/a\u003e Fix Java 25 compatibility during integration tests (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/issues/1020\"\u003e#1020\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/6b34423a7f1ad7db000fc5d64aa54052d5d88aa2\"\u003e\u003ccode\u003e6b34423\u003c/code\u003e\u003c/a\u003e Bump org.apache.maven.plugins:maven-plugins from 45 to 46\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/aaeb9c6079c6ed012d71e660465d99ee1806a12b\"\u003e\u003ccode\u003eaaeb9c6\u003c/code\u003e\u003c/a\u003e [MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/6e3db9d2c13c7309f12e9dadc8eac985b4426554\"\u003e\u003ccode\u003e6e3db9d\u003c/code\u003e\u003c/a\u003e Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/0fe9b843f9065fc40eebfddc7f5e0a479cc76c6d\"\u003e\u003ccode\u003e0fe9b84\u003c/code\u003e\u003c/a\u003e Remove declaration of \u0026quot;plexus-snapshots\u0026quot; repository (\u003ca href=\"https://redirect.github.com/apache/maven-compiler-plugin/issues/1010\"\u003e#1010\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-compiler-plugin/commit/35f68008c4025f7b7eb669303d315197b03cd5b4\"\u003e\u003ccode\u003e35f6800\u003c/code\u003e\u003c/a\u003e Bump org.ow2.asm:asm from 9.9 to 9.9.1\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.5.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/maven-surefire/releases\"\u003eorg.apache.maven.plugins:maven-surefire-plugin's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.5.5\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003e🚀 New features and improvements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace runing external process and parsing output with simple ProcessHandle if available (Java9+) (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3252\"\u003e#3252\u003c/a\u003e) \u003ca href=\"https://github.com/olamy\"\u003e\u003ccode\u003e@​olamy\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePass slf4j context to spawned thread (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3241\"\u003e#3241\u003c/a\u003e) \u003ca href=\"https://github.com/scottrw93\"\u003e\u003ccode\u003e@​scottrw93\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://issues.apache.org/jira/browse/SUREFIRE-3239\"\u003e[SUREFIRE-3239]\u003c/a\u003e - allow override of statistics file checksum (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3247\"\u003e#3247\u003c/a\u003e) \u003ca href=\"https://github.com/XN137\"\u003e\u003ccode\u003e@​XN137\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReduce log level for skipped tests result to info (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3232\"\u003e#3232\u003c/a\u003e) \u003ca href=\"https://github.com/strangelookingnerd\"\u003e\u003ccode\u003e@​strangelookingnerd\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🐛 Bug Fixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUse PowerShell instead of WMIC for detecting zombie process on Windows (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3258\"\u003e#3258\u003c/a\u003e) \u003ca href=\"https://github.com/jbliznak\"\u003e\u003ccode\u003e@​jbliznak\u003c/code\u003e\u003c/a\u003e. Please note if you are using Windows with Java 8 and not PowerShell (you have options to: use Java 9+, install PowerShell or stay on Surefire 3.5.4)\u003c/li\u003e\n\u003cli\u003eProperly work with test failures caused during beforeAll phase (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3194\"\u003e#3194\u003c/a\u003e) \u003ca href=\"https://github.com/Frawless\"\u003e\u003ccode\u003e@​Frawless\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📝 Documentation updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eClarify how late placeholder replacement (@{...}) deals with (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3208\"\u003e#3208\u003c/a\u003e) \u003ca href=\"https://github.com/kwin\"\u003e\u003ccode\u003e@​kwin\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e👻 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix Jenkin badges in README (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3254\"\u003e#3254\u003c/a\u003e) \u003ca href=\"https://github.com/slawekjaranowski\"\u003e\u003ccode\u003e@​slawekjaranowski\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUse JUnit5 in failsafe ITs (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3251\"\u003e#3251\u003c/a\u003e) \u003ca href=\"https://github.com/slawekjaranowski\"\u003e\u003ccode\u003e@​slawekjaranowski\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove long-deprecated unused encoding property from VerifyMojo (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3198\"\u003e#3198\u003c/a\u003e) \u003ca href=\"https://github.com/Tomlincoln\"\u003e\u003ccode\u003e@​Tomlincoln\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd IT and deal with corner cases of handling beforeAll failures (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3200\"\u003e#3200\u003c/a\u003e) \u003ca href=\"https://github.com/Frawless\"\u003e\u003ccode\u003e@​Frawless\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRevert PR \u003ca href=\"https://redirect.github.com/apache/maven-surefire/issues/3194\"\u003e#3194\u003c/a\u003e that handle beforeAll failures to follow proper contributing rules (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3211\"\u003e#3211\u003c/a\u003e) \u003ca href=\"https://github.com/Frawless\"\u003e\u003ccode\u003e@​Frawless\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🔧 Build\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMissing many files in the GH Artifacts of CI ex-post. (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3219\"\u003e#3219\u003c/a\u003e) \u003ca href=\"https://github.com/Tibor17\"\u003e\u003ccode\u003e@​Tibor17\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📦 Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3209\"\u003e#3209\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.1 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3260\"\u003e#3260\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump parent from 44 to 47 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3253\"\u003e#3253\u003c/a\u003e) \u003ca href=\"https://github.com/slawekjaranowski\"\u003e\u003ccode\u003e@​slawekjaranowski\u003c/code\u003e\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.assertj:assertj-core from 3.16.1 to 3.27.7 in /surefire-its/src/test/resources/surefire-1733-testng (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3246\"\u003e#3246\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.assertj:assertj-core from 3.27.6 to 3.27.7 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3245\"\u003e#3245\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.26 to 1.27 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3243\"\u003e#3243\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.htmlunit:htmlunit from 4.20.0 to 4.21.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3236\"\u003e#3236\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3235\"\u003e#3235\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.3 in /surefire-its/src/test/resources/surefire-1659-stream-corruption (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3234\"\u003e#3234\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.htmlunit:htmlunit from 4.19.0 to 4.20.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3228\"\u003e#3228\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.htmlunit:htmlunit from 4.18.0 to 4.19.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3224\"\u003e#3224\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3223\"\u003e#3223\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3221\"\u003e#3221\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3220\"\u003e#3220\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-io:commons-io from 2.20.0 to 2.21.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3217\"\u003e#3217\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3214\"\u003e#3214\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3218\"\u003e#3218\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.htmlunit:htmlunit from 4.16.0 to 4.18.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/pull/3213\"\u003e#3213\u003c/a\u003e) @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\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 href=\"https://github.com/apache/maven-surefire/commit/968cb38271efdee0cbe3abcd4c130fd67eb1f047\"\u003e\u003ccode\u003e968cb38\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release surefire-3.5.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/8e7dc4106bab204cdc01b48b46a83e49e3feca9a\"\u003e\u003ccode\u003e8e7dc41\u003c/code\u003e\u003c/a\u003e Reapply \u0026quot;Replace runing external process and parsing output with simple Proce...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/4ced57c058bee5c68fd1313a401a018c9d0303bb\"\u003e\u003ccode\u003e4ced57c\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;Replace runing external process and parsing output with simple Proces…\u0026quot;\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/8496d9a6bf96ead941b8e2948c9fac222247e4f3\"\u003e\u003ccode\u003e8496d9a\u003c/code\u003e\u003c/a\u003e Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/issues/3209\"\u003e#3209\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/68265e56ebf609da2447bde7eebd3c7dbd4f7826\"\u003e\u003ccode\u003e68265e5\u003c/code\u003e\u003c/a\u003e Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (\u003ca href=\"https://redirect.github.com/apache/maven-surefire/issues/3260\"\u003e#3260\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/0b190142a3df4cb3dda52825e7fedda59591cbc8\"\u003e\u003ccode\u003e0b19014\u003c/code\u003e\u003c/a\u003e Replace runing external process and parsing output with simple ProcessHandle ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/maven-surefire/commit/688f8c46390a0d495a0c4169c873389b9c9b21b6\"\u003e\u003ccode\u003e688f8c4\u003c/code\u003e\u003c/a\u003e Use PowerSh...\n\n_Description has been truncated_","html_url":"https://github.com/oculix-org/Oculix/pull/199","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/oculix-org%2FOculix/issues/199","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/199/packages"}},{"old_version":"1.5.0","new_version":"1.6.0","update_type":"minor","path":null,"pr_created_at":"2025-12-22T12:01:25.000Z","version_change":"1.5.0 → 1.6.0","issue":{"uuid":"3753528434","node_id":"PR_kwDOBr-jP866ILjR","number":5552,"state":"closed","title":"Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","OCA Verified","java"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-01-08T23:44:35.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-22T12:01:25.000Z","updated_at":"2026-01-08T23:44:36.000Z","time_to_close":1510990,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/oracle/weblogic-kubernetes-operator/pull/5552","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle%2Fweblogic-kubernetes-operator/issues/5552","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5552/packages"}},{"old_version":"1.5.0","new_version":"1.6.0","update_type":"minor","path":null,"pr_created_at":"2025-12-13T05:06:24.000Z","version_change":"1.5.0 → 1.6.0","issue":{"uuid":"3725504594","node_id":"PR_kwDOIOy70864rSRa","number":2421,"state":"open","title":"build(deps): Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","size/XS","java"],"assignees":["dependabot[bot]"],"locked":false,"comments_count":7,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-13T05:06:24.000Z","updated_at":"2025-12-13T10:00:31.274Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/unknowIfGuestInDream/javafxTool/pull/2421","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/unknowIfGuestInDream%2FjavafxTool/issues/2421","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2421/packages"}},{"old_version":"1.3","new_version":"1.6.0","update_type":null,"path":"/app/server","pr_created_at":"2025-12-08T23:19:13.000Z","version_change":"1.3 → 1.6.0","issue":{"uuid":"3708403870","node_id":"PR_kwDOEHNVHc63yZyv","number":41453,"state":"open","title":"chore(deps): bump org.apache.commons:commons-exec from 1.3 to 1.6.0 in /app/server","user":"dependabot[bot]","labels":["Dependencies","Stale","java"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-08T23:19:13.000Z","updated_at":"2025-12-24T18:01:03.750Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.3","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":"/app/server","ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.3 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003ch2\u003eApache Commons Exec 1.5.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.5.0.\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 href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/1.3...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.3\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e\n\n\u003c!-- This is an auto-generated comment: Cypress test results  --\u003e\n\u003e [!WARNING]\n\u003e Tests have not run on the HEAD c696016adfb1328bad91dd12a6c9fc8825dce12d yet\n\u003e \u003chr\u003eMon, 08 Dec 2025 23:19:41 UTC\n\u003c!-- end of auto-generated comment: Cypress test results  --\u003e\n","html_url":"https://github.com/appsmithorg/appsmith/pull/41453","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/appsmithorg%2Fappsmith/issues/41453","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/41453/packages"}},{"old_version":"1.5.0","new_version":"1.6.0","update_type":"minor","path":null,"pr_created_at":"2025-12-08T21:24:41.000Z","version_change":"1.5.0 → 1.6.0","issue":{"uuid":"3708073926","node_id":"PR_kwDONb1ags63xRX4","number":93,"state":"closed","title":"chore(deps): bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-02-16T08:32:24.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-08T21:24:41.000Z","updated_at":"2026-02-16T08:32:32.000Z","time_to_close":6001663,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/binaryeq/daleq/pull/93","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryeq%2Fdaleq/issues/93","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/93/packages"}},{"old_version":"1.4.0","new_version":"1.6.0","update_type":"minor","path":null,"pr_created_at":"2025-12-08T08:23:24.000Z","version_change":"1.4.0 → 1.6.0","issue":{"uuid":"3705212171","node_id":"PR_kwDOPRqjqM63nf07","number":69,"state":"open","title":"chore: bump org.apache.commons:commons-exec from 1.4.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-08T08:23:24.000Z","updated_at":"2025-12-08T08:23:36.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.4.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003ch2\u003eApache Commons Exec 1.5.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.5.0.\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 href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.4.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Daren9m/WebGoat_fork/pull/69","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daren9m%2FWebGoat_fork/issues/69","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/69/packages"}},{"old_version":"1.5.0","new_version":"1.6.0","update_type":"minor","path":null,"pr_created_at":"2025-12-08T02:26:28.000Z","version_change":"1.5.0 → 1.6.0","issue":{"uuid":"3704377706","node_id":"PR_kwDOFw6aU863kuDY","number":1748,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-08T02:26:28.000Z","updated_at":"2025-12-08T02:39:55.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/DataSQRL/sqrl/pull/1748","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataSQRL%2Fsqrl/issues/1748","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1748/packages"}},{"old_version":"1.5.0","new_version":"1.6.0","update_type":"minor","path":null,"pr_created_at":"2025-12-03T23:05:07.000Z","version_change":"1.5.0 → 1.6.0","issue":{"uuid":"3692214641","node_id":"PR_kwDOACiwys628FDn","number":5659,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-03T23:05:07.000Z","updated_at":"2025-12-04T09:01:08.596Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.5.0","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.5.0 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/rel/commons-exec-1.5.0...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.5.0\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/eclipse-tycho/tycho/pull/5659","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-tycho%2Ftycho/issues/5659","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5659/packages"}},{"old_version":"1.3","new_version":"1.6.0","update_type":null,"path":null,"pr_created_at":"2025-12-03T00:02:04.000Z","version_change":"1.3 → 1.6.0","issue":{"uuid":"3687938787","node_id":"PR_kwDOAqyNX862tpGh","number":611,"state":"closed","title":"chore(deps): bump org.apache.commons:commons-exec from 1.3 to 1.6.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-04T09:12:41.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-03T00:02:04.000Z","updated_at":"2025-12-04T09:12:49.000Z","time_to_close":119437,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.3","new_version":"1.6.0","repository_url":"https://github.com/apache/commons-exec"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) from 1.3 to 1.6.0.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt\"\u003eorg.apache.commons:commons-exec's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Commons Exec 1.6.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.6.0.\u003c/p\u003e\n\u003cp\u003eApache Commons Exec is a library that reliably executes external processes from within the JVM.\u003c/p\u003e\n\u003cp\u003eThis is a feature and maintenance release. Java 8 or later is required.\u003c/p\u003e\n\u003cp\u003eChanges in this version include:\u003c/p\u003e\n\u003cp\u003eNew features:\no            TimeoutObserver now extends Consumer\u003c!-- raw HTML omitted --\u003e. Thanks to Gary Gregory.\no            Add org.apache.commons.exec.Watchdog.getTimeout(). Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eFixed Bugs:\no            Watchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            ExecuteWatchdog.builder().get() now uses a default timeout of 30 seconds instead of throwing a NullPointerException. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setTimeout(Duration) with null now resets to the default INFINITE_TIMEOUT_DURATION timeout. Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.Watchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory(). Thanks to Gary Gregory.\no            Fix Checkstyle issues. Thanks to Gary Gregory.\no            Fix StringUtils.quoteArgument(String) when input contains single and double quotes \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/309\"\u003e#309\u003c/a\u003e. Thanks to Xin Wang, Sebb, Gary Gregory.\no            Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.\u003c/p\u003e\n\u003cp\u003eChanges:\no            Bump org.apache.commons:commons-parent from 83 to 93 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/299\"\u003e#299\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/308\"\u003e#308\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/314\"\u003e#314\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/316\"\u003e#316\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\no            Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 \u003ca href=\"https://redirect.github.com/apache/commons-exec/issues/282\"\u003e#282\u003c/a\u003e. Thanks to Dependabot, Gary Gregory.\u003c/p\u003e\n\u003cp\u003eHistorical list of changes: \u003ca href=\"https://commons.apache.org/proper/commons-exec//changes.html\"\u003ehttps://commons.apache.org/proper/commons-exec//changes.html\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eFor complete information on Apache Commons Exec, including instructions on how to submit bug reports,\npatches, or suggestions for improvement, see the Apache Commons Exec website:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://commons.apache.org/proper/commons-exec/\"\u003ehttps://commons.apache.org/proper/commons-exec/\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eDownload page: \u003ca href=\"https://commons.apache.org/proper/commons-exec//download_exec.cgi\"\u003ehttps://commons.apache.org/proper/commons-exec//download_exec.cgi\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eHave fun!\n-Apache Commons Team\u003c/p\u003e\n\u003cp\u003e=============================================================================\u003c/p\u003e\n\u003ch2\u003eApache Commons Exec 1.5.0 Release Notes\u003c/h2\u003e\n\u003cp\u003eThe Apache Commons Exec team is pleased to announce the release of Apache Commons Exec 1.5.0.\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 href=\"https://github.com/apache/commons-exec/commit/3ee697a727a740bfb50e335b9490ef6924bedfa4\"\u003e\u003ccode\u003e3ee697a\u003c/code\u003e\u003c/a\u003e Bump github/codeql-action from 4.31.4 to 4.31.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b4d857f9d11ec28a435e025fedd70bfc06583da8\"\u003e\u003ccode\u003eb4d857f\u003c/code\u003e\u003c/a\u003e Prepare for the release candidate 1.6.0 RC1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3694a4626e4e09335084777aee3617b7693880f2\"\u003e\u003ccode\u003e3694a46\u003c/code\u003e\u003c/a\u003e Prepare for the next release candidate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/ad9871030ff931572ec4bc554e8e25ccef642e8b\"\u003e\u003ccode\u003ead98710\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/b566668dae3b21ba90cee2a0ef7fcb49df49d70c\"\u003e\u003ccode\u003eb566668\u003c/code\u003e\u003c/a\u003e Test doesn't need to write to the console\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/11a38d49a852ff4f73ebf489d694a9c5b5d18d04\"\u003e\u003ccode\u003e11a38d4\u003c/code\u003e\u003c/a\u003e Merge ifs with the same return value\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/e4c8c6028d26bc0f0582a9a1409550b8cb816d31\"\u003e\u003ccode\u003ee4c8c60\u003c/code\u003e\u003c/a\u003e Sort members\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/9a7e27aabbc2bd96d65616a9c3924e32fc75ce46\"\u003e\u003ccode\u003e9a7e27a\u003c/code\u003e\u003c/a\u003e Use new oak leaf logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/753dcf87158348830033165ab1c833a7fadd5e91\"\u003e\u003ccode\u003e753dcf8\u003c/code\u003e\u003c/a\u003e Fix Apache RAT plugin console warnings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/commons-exec/commit/3b9366ad8188ab34548694d1b9059fbc56837648\"\u003e\u003ccode\u003e3b9366a\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of \u003ca href=\"https://github.com/apache/commons-exec.git\"\u003ehttps://github.com/apache/commons-exec.git\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/commons-exec/compare/1.3...rel/commons-exec-1.6.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.3\u0026new-version=1.6.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/mjeanroy/node-maven-plugin/pull/611","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjeanroy%2Fnode-maven-plugin/issues/611","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/611/packages"}},{"old_version":"1.4.0","new_version":"1.5.0","update_type":"minor","path":null,"pr_created_at":"2025-09-11T12:12:30.000Z","version_change":"1.4.0 → 1.5.0","issue":{"uuid":"2818944944","node_id":"PR_kwDOPt-hn86oBa-w","number":8,"state":"open","title":"chore: bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-11T12:12:30.000Z","updated_at":"2025-09-11T12:12:31.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/bunnyyy15/webgoat-cx/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnyyy15%2Fwebgoat-cx/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"}},{"old_version":"1.4.0","new_version":"1.5.0","update_type":"minor","path":null,"pr_created_at":"2025-09-08T02:55:25.000Z","version_change":"1.4.0 → 1.5.0","issue":{"uuid":"2806652353","node_id":"PR_kwDOPrqbwc6nSh3B","number":7,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-09-08T02:55:25.000Z","updated_at":"2025-09-08T02:55:25.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ghas-labs-2025-08-27-brianc-ghas-labs/WebGoat/pull/7","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghas-labs-2025-08-27-brianc-ghas-labs%2FWebGoat/issues/7","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/7/packages"}},{"old_version":"1.4.0","new_version":"1.5.0","update_type":"minor","path":null,"pr_created_at":"2025-09-08T02:31:04.000Z","version_change":"1.4.0 → 1.5.0","issue":{"uuid":"2806622510","node_id":"PR_kwDOFw6aU86nSaku","number":1541,"state":"closed","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-09-09T06:11:12.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-08T02:31:04.000Z","updated_at":"2025-09-09T06:11:12.000Z","time_to_close":99608,"merged_at":"2025-09-09T06:11:12.000Z","merged_by":"ferenc-csaky","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/DataSQRL/sqrl/pull/1541","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataSQRL%2Fsqrl/issues/1541","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1541/packages"}},{"old_version":"1.4.0","new_version":"1.5.0","update_type":"minor","path":null,"pr_created_at":"2025-09-07T16:33:25.000Z","version_change":"1.4.0 → 1.5.0","issue":{"uuid":"2806178218","node_id":"PR_kwDOPreEVs6nQuGq","number":8,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-09-07T16:33:25.000Z","updated_at":"2025-09-07T16:33:26.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ghas-labs-2025-09-08-abhi-2/WebGoat/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghas-labs-2025-09-08-abhi-2%2FWebGoat/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"}},{"old_version":"1.4.0","new_version":"1.5.0","update_type":"minor","path":null,"pr_created_at":"2025-09-04T17:29:54.000Z","version_change":"1.4.0 → 1.5.0","issue":{"uuid":"2800247333","node_id":"PR_kwDOPp8Puc6m6GIl","number":5,"state":"open","title":"chore: bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-04T17:29:54.000Z","updated_at":"2025-09-04T17:29:55.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/p16pavl/WebGoat-SAST/pull/5","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/p16pavl%2FWebGoat-SAST/issues/5","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5/packages"}},{"old_version":"1.4.0","new_version":"1.5.0","update_type":"minor","path":null,"pr_created_at":"2025-08-28T19:16:07.000Z","version_change":"1.4.0 → 1.5.0","issue":{"uuid":"2782740401","node_id":"PR_kwDOPmAiP86l3T-x","number":6,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-08-28T19:16:07.000Z","updated_at":"2025-08-28T19:16:08.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/mjones-fs/WebGoat/pull/6","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjones-fs%2FWebGoat/issues/6","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/6/packages"}},{"old_version":"1.4.0","new_version":"1.5.0","update_type":"minor","path":null,"pr_created_at":"2025-08-25T09:22:21.000Z","version_change":"1.4.0 → 1.5.0","issue":{"uuid":"2771156475","node_id":"PR_kwDOPiArOs6lLH37","number":11,"state":"open","title":"chore: bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-25T09:22:21.000Z","updated_at":"2025-08-25T09:22:21.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/mcdwayne/WebGoat-demo2/pull/11","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcdwayne%2FWebGoat-demo2/issues/11","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/11/packages"}},{"old_version":"1.4.0","new_version":"1.5.0","update_type":"minor","path":null,"pr_created_at":"2025-08-22T14:59:16.000Z","version_change":"1.4.0 → 1.5.0","issue":{"uuid":"2766581837","node_id":"PR_kwDOPiZG-s6k5rBN","number":7,"state":"closed","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-08-25T11:59:12.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-08-22T14:59:16.000Z","updated_at":"2025-08-25T11:59:12.000Z","time_to_close":248396,"merged_at":"2025-08-25T11:59:12.000Z","merged_by":"bd-SrinathAkkem","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/testapporg2/WebGoat/pull/7","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/testapporg2%2FWebGoat/issues/7","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/7/packages"}},{"old_version":"1.4.0","new_version":"1.5.0","update_type":"minor","path":null,"pr_created_at":"2025-08-05T10:54:31.000Z","version_change":"1.4.0 → 1.5.0","issue":{"uuid":"2720804728","node_id":"PR_kwDOOfDZps6iLC94","number":7,"state":"open","title":"Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-08-05T10:54:31.000Z","updated_at":"2025-08-05T10:54:32.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Nordix/keycloak-secrets-vault-provider/pull/7","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nordix%2Fkeycloak-secrets-vault-provider/issues/7","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/7/packages"}},{"old_version":"1.4.0","new_version":"1.5.0","update_type":"minor","path":null,"pr_created_at":"2025-07-29T15:59:03.000Z","version_change":"1.4.0 → 1.5.0","issue":{"uuid":"2704598681","node_id":"PR_kwDOPUvbQ86hNOaZ","number":4,"state":"open","title":"chore: bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"NONE","state_reason":null,"created_at":"2025-07-29T15:59:03.000Z","updated_at":"2025-07-29T15:59:04.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore","packages":[{"name":"org.apache.commons:commons-exec","old_version":"1.4.0","new_version":"1.5.0","repository_url":null}],"path":null,"ecosystem":"maven"},"body":"Bumps org.apache.commons:commons-exec from 1.4.0 to 1.5.0.\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-exec\u0026package-manager=maven\u0026previous-version=1.4.0\u0026new-version=1.5.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't alter it yourself. You can also trigger a rebase manually by commenting `@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 that 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 your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MissionOpen/WebGoat/pull/4","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MissionOpen%2FWebGoat/issues/4","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/4/packages"}}]}