{"id":8649,"name":"org.apache.storm:storm-core","ecosystem":"maven","repository_url":"https://github.com/apache/storm","issues_count":9,"created_at":"2025-06-06T22:25:02.495Z","updated_at":"2025-06-06T22:25:02.495Z","purl":"pkg:maven/org.apache.storm:storm-core","metadata":{"id":5076623,"name":"org.apache.storm:storm-core","ecosystem":"maven","description":"Storm Core Java API and Clojure implementation.","homepage":"https://storm.apache.org","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/apache/storm","keywords_array":[],"namespace":"org.apache.storm","versions_count":45,"first_release_published_at":"2014-02-10T03:49:09.000Z","latest_release_published_at":"2025-05-25T20:19:36.000Z","latest_release_number":"2.8.1","last_synced_at":"2025-06-06T08:00:45.638Z","created_at":"2022-07-28T14:53:56.719Z","updated_at":"2025-06-06T08:00:45.638Z","registry_url":"https://central.sonatype.com/artifact/org.apache.storm/storm-core/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.apache.storm/storm-core/","metadata":{},"repo_metadata":{"uuid":"14135470","full_name":"apache/storm","owner":"apache","description":"Apache Storm","archived":false,"fork":false,"pushed_at":"2023-08-10T12:30:32.000Z","size":206852,"stargazers_count":6471,"open_issues_count":57,"forks_count":4106,"subscribers_count":585,"default_branch":"master","last_synced_at":"2023-08-11T12:56:13.028Z","etag":null,"topics":["apache","distributed","storm","streaming"],"latest_commit_sha":null,"homepage":"https://storm.apache.org/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":"docs/Contributing-to-Storm.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2013-11-05T08:00:14.000Z","updated_at":"2023-08-08T07:12:40.000Z","dependencies_parsed_at":"2023-02-11T21:01:46.444Z","dependency_job_id":null,"html_url":"https://github.com/apache/storm","commit_stats":null,"previous_names":[],"tags_count":48,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fstorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fstorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fstorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fstorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":152089440,"owners_count":7026193,"icon_url":"https://github.com/github.png","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2023-08-11T14:40:39.888Z","dependent_packages_count":190,"downloads":null,"downloads_period":null,"dependent_repos_count":1756,"rankings":{"downloads":null,"dependent_repos_count":0.26628997355133444,"dependent_packages_count":0.4003366193796586,"stargazers_count":3.5833934439368433,"forks_count":1.4624909834094735,"docker_downloads_count":0.91708744089124,"average":1.32591969223371},"purl":"pkg:maven/org.apache.storm/storm-core","advisories":[{"uuid":"GSA_kwCzR0hTQS04NXA0LXEzNTctNzJoOc4AA3WE","url":"https://github.com/advisories/GHSA-85p4-q357-72h9","title":"Apache Storm Local Information Disclosure Vulnerability in Storm-core on Unix-Like systems due temporary files ","description":"On unix-like systems, the temporary directory is shared between all user. As such, writing to this directory using APIs that do not explicitly set the file/directory permissions can lead to information disclosure. Of note, this does not impact modern MacOS Operating Systems.\n\nThe method File.createTempFile on unix-like systems creates a file with predefined name (so easily identifiable) and by default will create this file with the permissions -rw-r--r--. Thus, if sensitive information is written to this file, other local users can read this information.\n\nFile.createTempFile(String, String) will create a temporary file in the system temporary directory if the 'java.io.tmpdir' system property is not explicitly set. \n\nThis affects the class  https://github.com/apache/storm/blob/master/storm-core/src/jvm/org/apache/storm/utils/TopologySpoutLag.java#L99  and was introduced by  https://issues.apache.org/jira/browse/STORM-3123 \n\nIn practice, this has a very limited impact as this class is used only if ui.disable.spout.lag.monitoring\n\n is set to false, but its value is true by default.\nMoreover, the temporary file gets deleted soon after its creation.\n\nThe solution is to use  Files.createTempFile https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Files.html#createTempFile(java.lang.String,java.lang.String,java.nio.file.attribute.FileAttribute...)  instead.\n\nWe recommend that all users upgrade to the latest version of Apache Storm.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2023-11-23T12:30:23.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":0.0,"cvss_vector":null,"references":["https://nvd.nist.gov/vuln/detail/CVE-2023-43123","https://lists.apache.org/thread/88oc1vqfjtr29cz5xts0v2wm5pmhbm0l","http://www.openwall.com/lists/oss-security/2023/11/23/1","https://issues.apache.org/jira/browse/STORM-3123","https://www.openwall.com/lists/oss-security/2023/11/23/1","https://github.com/apache/storm/pull/3582","https://github.com/apache/storm/commit/b778125a17ce7497d80aea1e339f3a282aeeb65a","https://github.com/advisories/GHSA-85p4-q357-72h9"],"source_kind":"github","identifiers":["GHSA-85p4-q357-72h9","CVE-2023-43123"],"repository_url":"https://github.com/apache/storm","blast_radius":0.0,"packages":[{"versions":[{"first_patched_version":"2.6.0","vulnerable_version_range":"\u003e= 2.0.0, \u003c 2.6.0"}],"ecosystem":"maven","package_name":"org.apache.storm:storm-core"}],"created_at":"2023-11-24T17:05:55.723Z","updated_at":"2025-04-01T01:10:34.984Z","epss_percentage":0.00071,"epss_percentile":0.18776},{"uuid":"MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTg5OGotNWNjOC1jbWY1","url":"https://github.com/advisories/GHSA-898j-5cc8-cmf5","title":"ZipSlip in org.apache.storm:storm-core","description":"Apache Storm version 1.0.6 and earlier, 1.2.1 and earlier, and version 1.1.2 and earlier expose an arbitrary file write vulnerability, that can be achieved using a specially crafted zip archive (affects other archives as well, bzip2, tar, xz, war, cpio, 7z), that holds path traversal filenames. So when the filename gets concatenated to the target extraction directory, the final path ends up outside of the target folder.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2018-10-16T17:35:24.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":0.0,"cvss_vector":null,"references":["https://nvd.nist.gov/vuln/detail/CVE-2018-8008","https://github.com/advisories/GHSA-898j-5cc8-cmf5","https://lists.apache.org/thread.html/613b2fca8bcd0a3b12c0b763ea8f7cf62e422e9f79fce6cfa5b08a58@%3Cdev.storm.apache.org%3E","http://www.securityfocus.com/bid/104418","https://github.com/apache/storm/commit/0fc6b522487c061f89e8cdacf09f722d3f20589","https://github.com/apache/storm/commit/efad4cca2d7d461f5f8c08a0d7b51fabeb82d0a","https://github.com/apache/storm/commit/f61e5daf299d6c37c7ad65744d02556c94a16a4","https://issues.apache.org/jira/browse/STORM-3052"],"source_kind":"github","identifiers":["GHSA-898j-5cc8-cmf5","CVE-2018-8008"],"repository_url":"https://github.com/apache/storm","blast_radius":0.0,"packages":[{"versions":[{"first_patched_version":"1.0.7","vulnerable_version_range":"\u003c 1.0.7"},{"first_patched_version":"1.1.3","vulnerable_version_range":"\u003e= 1.1.0, \u003c 1.1.3"},{"first_patched_version":"1.2.2","vulnerable_version_range":"\u003e= 1.2.0, \u003c 1.2.2"}],"ecosystem":"maven","package_name":"org.apache.storm:storm-core"}],"created_at":"2022-12-21T16:13:35.727Z","updated_at":"2024-03-20T17:34:56.000Z","epss_percentage":0.18766,"epss_percentile":0.94784},{"uuid":"MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXA4angteDJ2dy13bTMz","url":"https://github.com/advisories/GHSA-p8jx-x2vw-wm33","title":"Code execution in org.apache.storm:storm-core","description":"In Apache Storm 0.10.0 through 0.10.2, 1.0.0 through 1.0.6, 1.1.0 through 1.1.2, and 1.2.0 through 1.2.1, an attacker with access to a secure storm cluster in some cases could execute arbitrary code as a different user.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2018-10-17T19:48:06.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":0.0,"cvss_vector":null,"references":["https://nvd.nist.gov/vuln/detail/CVE-2018-1331","https://github.com/advisories/GHSA-p8jx-x2vw-wm33","http://storm.apache.org/2018/06/04/storm113-released.html","http://storm.apache.org/2018/06/04/storm122-released.html","http://www.openwall.com/lists/oss-security/2018/07/10/4","http://www.securityfocus.com/bid/104732","http://www.securitytracker.com/id/1041273"],"source_kind":"github","identifiers":["GHSA-p8jx-x2vw-wm33","CVE-2018-1331"],"repository_url":null,"blast_radius":0.0,"packages":[{"versions":[{"first_patched_version":"1.1.3","vulnerable_version_range":"\u003c 1.1.3"},{"first_patched_version":"1.2.2","vulnerable_version_range":"\u003e= 1.2.0, \u003c 1.2.2"}],"ecosystem":"maven","package_name":"org.apache.storm:storm-core"}],"created_at":"2022-12-21T16:13:34.708Z","updated_at":"2024-04-19T19:46:41.000Z","epss_percentage":0.06943,"epss_percentile":0.90539},{"uuid":"GSA_kwCzR0hTQS1yOXB2LWhnNjQtanFycM4AAhcY","url":"https://github.com/advisories/GHSA-r9pv-hg64-jqrp","title":"Exposure of Sensitive Information in Apache Storm Logviewer","description":"The Apache Storm Logviewer daemon exposes HTTP-accessible endpoints to read/search log files on hosts running Storm. In Apache Storm versions 0.9.1-incubating to 1.2.2, it is possible to read files off the host's file system that were not intended to be accessible via these endpoints.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2022-05-24T16:51:28.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":0.0,"cvss_vector":null,"references":["https://nvd.nist.gov/vuln/detail/CVE-2019-0202","https://lists.apache.org/thread.html/220f1a77ff20749326a4c130446c5521db854da0afe81d1974b8109f@%3Cuser.storm.apache.org%3E","https://github.com/advisories/GHSA-r9pv-hg64-jqrp"],"source_kind":"github","identifiers":["GHSA-r9pv-hg64-jqrp","CVE-2019-0202"],"repository_url":null,"blast_radius":0.0,"packages":[{"versions":[{"first_patched_version":"1.2.3","vulnerable_version_range":"\u003e= 0.9.1-incubating, \u003c 1.2.3"}],"ecosystem":"maven","package_name":"org.apache.storm:storm-core"}],"created_at":"2022-12-21T16:11:52.572Z","updated_at":"2023-02-02T05:04:16.000Z","epss_percentage":0.00641,"epss_percentile":0.68159},{"uuid":"MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXEzNXAtY2hjNi03eDU3","url":"https://github.com/advisories/GHSA-q35p-chc6-7x57","title":"Moderate severity vulnerability that affects org.apache.storm:storm-core","description":"Apache Storm version 1.0.6 and earlier, 1.2.1 and earlier, and version 1.1.2 and earlier expose a vulnerability that could allow a user to impersonate another user when communicating with some Storm Daemons.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2018-10-17T19:48:18.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":0.0,"cvss_vector":null,"references":["https://nvd.nist.gov/vuln/detail/CVE-2018-1332","https://github.com/advisories/GHSA-q35p-chc6-7x57","https://lists.apache.org/thread.html/50f1d6a7af27f49d2e498a9ab2975685302cd8ca47000b7c38f339a4@%3Cdev.storm.apache.org%3E","http://www.securityfocus.com/bid/104399"],"source_kind":"github","identifiers":["GHSA-q35p-chc6-7x57","CVE-2018-1332"],"repository_url":null,"blast_radius":0.0,"packages":[{"versions":[{"first_patched_version":"1.2.2","vulnerable_version_range":"\u003e= 1.2.0, \u003c 1.2.2"},{"first_patched_version":"1.1.3","vulnerable_version_range":"\u003c 1.1.3"}],"ecosystem":"maven","package_name":"org.apache.storm:storm-core"}],"created_at":"2022-12-21T16:13:34.698Z","updated_at":"2023-01-09T05:03:20.000Z","epss_percentage":0.0043,"epss_percentile":0.5967},{"uuid":"MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXg4MjUtcmp3dy0yMjQ1","url":"https://github.com/advisories/GHSA-x825-rjww-2245","title":"Apache Storm it is possible for the owner of a topology to trick the supervisor to launch a worker as a different, non-root, user","description":"It was found that under some situations and configurations of Apache Storm 1.x before 1.0.4 and 1.1.x before 1.1.1, it is theoretically possible for the owner of a topology to trick the supervisor to launch a worker as a different, non-root, user. In the worst case this could lead to secure credentials of the other user being compromised.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2018-10-17T18:30:01.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":0.0,"cvss_vector":null,"references":["https://nvd.nist.gov/vuln/detail/CVE-2017-9799","https://github.com/advisories/GHSA-x825-rjww-2245","https://lists.apache.org/thread.html/b9125bf507ed6f2ca6e85ba1a4b44e232aa70eeddfba2a9d8a954127@%3Cdev.storm.apache.org%3E","http://www.securityfocus.com/bid/100235","http://www.securitytracker.com/id/1039116"],"source_kind":"github","identifiers":["GHSA-x825-rjww-2245","CVE-2017-9799"],"repository_url":null,"blast_radius":0.0,"packages":[{"versions":[{"first_patched_version":"1.0.4","vulnerable_version_range":"\u003e= 1.0.0, \u003c 1.0.4"},{"first_patched_version":"1.1.1","vulnerable_version_range":"= 1.1.0"}],"ecosystem":"maven","package_name":"org.apache.storm:storm-core"}],"created_at":"2022-12-21T16:13:34.718Z","updated_at":"2023-01-09T05:03:24.000Z","epss_percentage":0.00887,"epss_percentile":0.73348}],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.apache.storm:storm-core","docker_dependents_count":48,"docker_downloads_count":16292235,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.apache.storm:storm-core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.apache.storm:storm-core/dependencies","status":null,"funding_links":[],"critical":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache.storm:storm-core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache.storm:storm-core/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache.storm:storm-core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.apache.storm:storm-core/related_packages","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":517936,"maintainers_count":0,"namespaces_count":68848,"keywords_count":32053,"github":"maven-central","metadata":{"funded_packages_count":25044},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2025-06-07T05:38:09.526Z","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":5,"unique_repositories_count_past_30_days":0,"recent_issues":[{"uuid":"2854964352","node_id":"PR_kwDOH2r_lc6qK0yA","number":236,"state":"closed","title":"Bump org.apache.storm:storm-core from 2.6.4 to 2.8.2","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-09-24T01:38:44.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-24T01:06:12.000Z","updated_at":"2025-09-24T01:38:44.000Z","time_to_close":1952,"merged_at":"2025-09-24T01:38:44.000Z","merged_by":"jiangxincode","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"2.6.4","new_version":"2.8.2","repository_url":"https://github.com/apache/storm"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 2.6.4 to 2.8.2.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/storm/releases\"\u003eorg.apache.storm:storm-core's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Storm 2.8.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8094\"\u003eapache/storm#8094\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.0 to 1.21.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8093\"\u003eapache/storm#8093\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.12.2 to 5.13.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8092\"\u003eapache/storm#8092\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8090\"\u003eapache/storm#8090\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.woodstox:woodstox-core from 7.1.0 to 7.1.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8091\"\u003eapache/storm#8091\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8087\"\u003eapache/storm#8087\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump dropwizard.version from 4.0.13 to 4.0.14 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8086\"\u003eapache/storm#8086\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.7 to 1.3.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8088\"\u003eapache/storm#8088\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.30 to 4.2.32 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8085\"\u003eapache/storm#8085\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8105\"\u003eapache/storm#8105\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.0 to 5.13.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8107\"\u003eapache/storm#8107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.3 to 3.49.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8113\"\u003eapache/storm#8113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump bouncycastle.version from 1.80 to 1.81 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8111\"\u003eapache/storm#8111\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.clojure:clojure from 1.12.0 to 1.12.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8112\"\u003eapache/storm#8112\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-resolver-provider from 3.9.9 to 3.9.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8110\"\u003eapache/storm#8110\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8109\"\u003eapache/storm#8109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8108\"\u003eapache/storm#8108\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump io.netty:netty-bom from 4.2.1.Final to 4.2.2.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8106\"\u003eapache/storm#8106\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[STORM-8019] Fixing kafka topic level metrics computation by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8047\"\u003eapache/storm#8047\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump spring.version from 6.2.7 to 6.2.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8123\"\u003eapache/storm#8123\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8125\"\u003eapache/storm#8125\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8124\"\u003eapache/storm#8124\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache:apache from 30 to 35 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8126\"\u003eapache/storm#8126\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.1 to 1.21.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8134\"\u003eapache/storm#8134\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.5 to 1.17.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8136\"\u003eapache/storm#8136\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:license-maven-plugin from 2.5.0 to 2.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8135\"\u003eapache/storm#8135\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.25.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8138\"\u003eapache/storm#8138\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump activemq.version from 6.1.6 to 6.1.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8133\"\u003eapache/storm#8133\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.32 to 4.2.33 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8132\"\u003eapache/storm#8132\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.1 to 5.13.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8155\"\u003eapache/storm#8155\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.2 to 1.21.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8149\"\u003eapache/storm#8149\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8148\"\u003eapache/storm#8148\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8146\"\u003eapache/storm#8146\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump maven-resolver.version from 1.9.23 to 1.9.24 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8154\"\u003eapache/storm#8154\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.8 to 1.3.9 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8153\"\u003eapache/storm#8153\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8152\"\u003eapache/storm#8152\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8147\"\u003eapache/storm#8147\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSummarized Dependency Updates (Prometheus, Lang3, Caffeine) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8169\"\u003eapache/storm#8169\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons IO 2.20.0, Netty 4.2.3.Final, Hbase 2.6.3, Hikari 6.3.1) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8184\"\u003eapache/storm#8184\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDrop User \u0026amp; URL from VersionInfo by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8189\"\u003eapache/storm#8189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.3 to 5.13.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8186\"\u003eapache/storm#8186\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/apache/storm/compare/v2.8.1...v2.8.2\"\u003ehttps://github.com/apache/storm/compare/v2.8.1...v2.8.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eApache Storm 2.8.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate Release Note Generation and Docs by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7936\"\u003eapache/storm#7936\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/storm/commit/dda23bb92f7eef7010015ab888c67bc85ce7855e\"\u003e\u003ccode\u003edda23bb\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/8ea26f1da25280c807bcbb0cedb1c00ddf3bb8e7\"\u003e\u003ccode\u003e8ea26f1\u003c/code\u003e\u003c/a\u003e Bump org.junit:junit-bom from 5.13.3 to 5.13.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/84828defc06660cace8f8a57e0a1cd580b84a93f\"\u003e\u003ccode\u003e84828de\u003c/code\u003e\u003c/a\u003e Drop User \u0026amp; URL from VersionInfo (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8189\"\u003e#8189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/9628cd27861aef352467723a55ead5d05eefe65e\"\u003e\u003ccode\u003e9628cd2\u003c/code\u003e\u003c/a\u003e Updates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e2169945213cdd21d43a51a87099e780c420e730\"\u003e\u003ccode\u003ee216994\u003c/code\u003e\u003c/a\u003e Summarized Dependency Updates (Prometheus, Lang3, Caffeine) (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8169\"\u003e#8169\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/f2b705f0c995bc830b0fdf7d4197c27edde10ce2\"\u003e\u003ccode\u003ef2b705f\u003c/code\u003e\u003c/a\u003e Bump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8147\"\u003e#8147\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/be00cbd34ee61980e2261b91af87ceb97791eb48\"\u003e\u003ccode\u003ebe00cbd\u003c/code\u003e\u003c/a\u003e Bump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8152\"\u003e#8152\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e6b0ac7173883899b8122d15f13741b7ad7f0edc\"\u003e\u003ccode\u003ee6b0ac7\u003c/code\u003e\u003c/a\u003e Bump prometheus.client.version from 1.3.8 to 1.3.9 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8153\"\u003e#8153\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/66144d79a09d04bc53a4a63fd61196a423d9e4a7\"\u003e\u003ccode\u003e66144d7\u003c/code\u003e\u003c/a\u003e Bump maven-resolver.version from 1.9.23 to 1.9.24 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8154\"\u003e#8154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/439e0b0c382ce1fb25562e226599d67cd87cbd98\"\u003e\u003ccode\u003e439e0b0\u003c/code\u003e\u003c/a\u003e Bump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8146\"\u003e#8146\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v2.6.4...v2.8.2\"\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.storm:storm-core\u0026package-manager=maven\u0026previous-version=2.6.4\u0026new-version=2.8.2)](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/jiangxincode/JavaWebTest/pull/236","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiangxincode%2FJavaWebTest/issues/236","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/236/packages"},{"uuid":"2850575712","node_id":"PR_kwDOO80Unc6p6FVg","number":2,"state":"open","title":"bump org.apache.storm:storm-core from 2.2.0 to 2.6.0 in /examples/storm","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-22T18:19:11.000Z","updated_at":"2025-09-22T18:19:12.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"2.2.0","new_version":"2.6.0","repository_url":null}],"path":"/examples/storm","ecosystem":"maven"},"body":"\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.storm:storm-core\u0026package-manager=maven\u0026previous-version=2.2.0\u0026new-version=2.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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/trizist/bullet-db.github.io/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/trizist/bullet-db.github.io/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/trizist%2Fbullet-db.github.io/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"},{"uuid":"2717734656","node_id":"PR_kwDOEIdHFM6h_VcA","number":72,"state":"open","title":"Bump org.apache.storm:storm-core from 2.8.0 to 2.8.2","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-04T12:09:35.000Z","updated_at":"2025-09-10T21:08:56.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"2.8.0","new_version":"2.8.2","repository_url":"https://github.com/apache/storm"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 2.8.0 to 2.8.2.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/storm/releases\"\u003eorg.apache.storm:storm-core's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Storm 2.8.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8094\"\u003eapache/storm#8094\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.0 to 1.21.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8093\"\u003eapache/storm#8093\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.12.2 to 5.13.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8092\"\u003eapache/storm#8092\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8090\"\u003eapache/storm#8090\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.woodstox:woodstox-core from 7.1.0 to 7.1.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8091\"\u003eapache/storm#8091\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8087\"\u003eapache/storm#8087\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump dropwizard.version from 4.0.13 to 4.0.14 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8086\"\u003eapache/storm#8086\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.7 to 1.3.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8088\"\u003eapache/storm#8088\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.30 to 4.2.32 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8085\"\u003eapache/storm#8085\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8105\"\u003eapache/storm#8105\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.0 to 5.13.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8107\"\u003eapache/storm#8107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.3 to 3.49.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8113\"\u003eapache/storm#8113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump bouncycastle.version from 1.80 to 1.81 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8111\"\u003eapache/storm#8111\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.clojure:clojure from 1.12.0 to 1.12.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8112\"\u003eapache/storm#8112\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-resolver-provider from 3.9.9 to 3.9.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8110\"\u003eapache/storm#8110\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8109\"\u003eapache/storm#8109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8108\"\u003eapache/storm#8108\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump io.netty:netty-bom from 4.2.1.Final to 4.2.2.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8106\"\u003eapache/storm#8106\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[STORM-8019] Fixing kafka topic level metrics computation by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8047\"\u003eapache/storm#8047\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump spring.version from 6.2.7 to 6.2.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8123\"\u003eapache/storm#8123\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8125\"\u003eapache/storm#8125\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8124\"\u003eapache/storm#8124\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache:apache from 30 to 35 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8126\"\u003eapache/storm#8126\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.1 to 1.21.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8134\"\u003eapache/storm#8134\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.5 to 1.17.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8136\"\u003eapache/storm#8136\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:license-maven-plugin from 2.5.0 to 2.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8135\"\u003eapache/storm#8135\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.25.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8138\"\u003eapache/storm#8138\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump activemq.version from 6.1.6 to 6.1.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8133\"\u003eapache/storm#8133\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.32 to 4.2.33 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8132\"\u003eapache/storm#8132\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.1 to 5.13.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8155\"\u003eapache/storm#8155\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.2 to 1.21.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8149\"\u003eapache/storm#8149\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8148\"\u003eapache/storm#8148\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8146\"\u003eapache/storm#8146\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump maven-resolver.version from 1.9.23 to 1.9.24 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8154\"\u003eapache/storm#8154\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.8 to 1.3.9 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8153\"\u003eapache/storm#8153\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8152\"\u003eapache/storm#8152\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8147\"\u003eapache/storm#8147\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSummarized Dependency Updates (Prometheus, Lang3, Caffeine) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8169\"\u003eapache/storm#8169\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons IO 2.20.0, Netty 4.2.3.Final, Hbase 2.6.3, Hikari 6.3.1) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8184\"\u003eapache/storm#8184\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDrop User \u0026amp; URL from VersionInfo by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8189\"\u003eapache/storm#8189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.3 to 5.13.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8186\"\u003eapache/storm#8186\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/apache/storm/compare/v2.8.1...v2.8.2\"\u003ehttps://github.com/apache/storm/compare/v2.8.1...v2.8.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eApache Storm 2.8.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate Release Note Generation and Docs by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7936\"\u003eapache/storm#7936\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/storm/commit/dda23bb92f7eef7010015ab888c67bc85ce7855e\"\u003e\u003ccode\u003edda23bb\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/8ea26f1da25280c807bcbb0cedb1c00ddf3bb8e7\"\u003e\u003ccode\u003e8ea26f1\u003c/code\u003e\u003c/a\u003e Bump org.junit:junit-bom from 5.13.3 to 5.13.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/84828defc06660cace8f8a57e0a1cd580b84a93f\"\u003e\u003ccode\u003e84828de\u003c/code\u003e\u003c/a\u003e Drop User \u0026amp; URL from VersionInfo (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8189\"\u003e#8189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/9628cd27861aef352467723a55ead5d05eefe65e\"\u003e\u003ccode\u003e9628cd2\u003c/code\u003e\u003c/a\u003e Updates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e2169945213cdd21d43a51a87099e780c420e730\"\u003e\u003ccode\u003ee216994\u003c/code\u003e\u003c/a\u003e Summarized Dependency Updates (Prometheus, Lang3, Caffeine) (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8169\"\u003e#8169\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/f2b705f0c995bc830b0fdf7d4197c27edde10ce2\"\u003e\u003ccode\u003ef2b705f\u003c/code\u003e\u003c/a\u003e Bump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8147\"\u003e#8147\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/be00cbd34ee61980e2261b91af87ceb97791eb48\"\u003e\u003ccode\u003ebe00cbd\u003c/code\u003e\u003c/a\u003e Bump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8152\"\u003e#8152\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e6b0ac7173883899b8122d15f13741b7ad7f0edc\"\u003e\u003ccode\u003ee6b0ac7\u003c/code\u003e\u003c/a\u003e Bump prometheus.client.version from 1.3.8 to 1.3.9 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8153\"\u003e#8153\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/66144d79a09d04bc53a4a63fd61196a423d9e4a7\"\u003e\u003ccode\u003e66144d7\u003c/code\u003e\u003c/a\u003e Bump maven-resolver.version from 1.9.23 to 1.9.24 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8154\"\u003e#8154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/439e0b0c382ce1fb25562e226599d67cd87cbd98\"\u003e\u003ccode\u003e439e0b0\u003c/code\u003e\u003c/a\u003e Bump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8146\"\u003e#8146\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v2.8.0...v2.8.2\"\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.storm:storm-core\u0026package-manager=maven\u0026previous-version=2.8.0\u0026new-version=2.8.2)](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/rahilsh/storm-topology/pull/72","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahilsh%2Fstorm-topology/issues/72","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/72/packages"},{"uuid":"3289053561","node_id":"PR_kwDOOXx-Hc6h-7kp","number":27,"state":"closed","title":"Bump org.apache.storm:storm-core from 1.1.3 to 2.8.2 in /thresh","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-03T08:45:33.000Z","author_association":null,"state_reason":null,"created_at":"2025-08-04T11:27:46.000Z","updated_at":"2025-11-03T08:45:35.000Z","time_to_close":7852667,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"1.1.3","new_version":"2.8.2","repository_url":"https://github.com/apache/storm"}],"path":"/thresh","ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 1.1.3 to 2.8.2.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/storm/releases\"\u003eorg.apache.storm:storm-core's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Storm 2.8.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8094\"\u003eapache/storm#8094\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.0 to 1.21.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8093\"\u003eapache/storm#8093\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.12.2 to 5.13.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8092\"\u003eapache/storm#8092\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8090\"\u003eapache/storm#8090\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.woodstox:woodstox-core from 7.1.0 to 7.1.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8091\"\u003eapache/storm#8091\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8087\"\u003eapache/storm#8087\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump dropwizard.version from 4.0.13 to 4.0.14 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8086\"\u003eapache/storm#8086\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.7 to 1.3.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8088\"\u003eapache/storm#8088\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.30 to 4.2.32 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8085\"\u003eapache/storm#8085\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8105\"\u003eapache/storm#8105\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.0 to 5.13.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8107\"\u003eapache/storm#8107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.3 to 3.49.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8113\"\u003eapache/storm#8113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump bouncycastle.version from 1.80 to 1.81 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8111\"\u003eapache/storm#8111\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.clojure:clojure from 1.12.0 to 1.12.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8112\"\u003eapache/storm#8112\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-resolver-provider from 3.9.9 to 3.9.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8110\"\u003eapache/storm#8110\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8109\"\u003eapache/storm#8109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8108\"\u003eapache/storm#8108\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump io.netty:netty-bom from 4.2.1.Final to 4.2.2.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8106\"\u003eapache/storm#8106\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[STORM-8019] Fixing kafka topic level metrics computation by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8047\"\u003eapache/storm#8047\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump spring.version from 6.2.7 to 6.2.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8123\"\u003eapache/storm#8123\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8125\"\u003eapache/storm#8125\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8124\"\u003eapache/storm#8124\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache:apache from 30 to 35 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8126\"\u003eapache/storm#8126\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.1 to 1.21.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8134\"\u003eapache/storm#8134\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.5 to 1.17.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8136\"\u003eapache/storm#8136\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:license-maven-plugin from 2.5.0 to 2.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8135\"\u003eapache/storm#8135\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.25.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8138\"\u003eapache/storm#8138\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump activemq.version from 6.1.6 to 6.1.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8133\"\u003eapache/storm#8133\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.32 to 4.2.33 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8132\"\u003eapache/storm#8132\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.1 to 5.13.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8155\"\u003eapache/storm#8155\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.2 to 1.21.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8149\"\u003eapache/storm#8149\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8148\"\u003eapache/storm#8148\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8146\"\u003eapache/storm#8146\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump maven-resolver.version from 1.9.23 to 1.9.24 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8154\"\u003eapache/storm#8154\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.8 to 1.3.9 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8153\"\u003eapache/storm#8153\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8152\"\u003eapache/storm#8152\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8147\"\u003eapache/storm#8147\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSummarized Dependency Updates (Prometheus, Lang3, Caffeine) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8169\"\u003eapache/storm#8169\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons IO 2.20.0, Netty 4.2.3.Final, Hbase 2.6.3, Hikari 6.3.1) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8184\"\u003eapache/storm#8184\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDrop User \u0026amp; URL from VersionInfo by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8189\"\u003eapache/storm#8189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.3 to 5.13.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8186\"\u003eapache/storm#8186\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/apache/storm/compare/v2.8.1...v2.8.2\"\u003ehttps://github.com/apache/storm/compare/v2.8.1...v2.8.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eApache Storm 2.8.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate Release Note Generation and Docs by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7936\"\u003eapache/storm#7936\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/storm/commit/dda23bb92f7eef7010015ab888c67bc85ce7855e\"\u003e\u003ccode\u003edda23bb\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/8ea26f1da25280c807bcbb0cedb1c00ddf3bb8e7\"\u003e\u003ccode\u003e8ea26f1\u003c/code\u003e\u003c/a\u003e Bump org.junit:junit-bom from 5.13.3 to 5.13.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/84828defc06660cace8f8a57e0a1cd580b84a93f\"\u003e\u003ccode\u003e84828de\u003c/code\u003e\u003c/a\u003e Drop User \u0026amp; URL from VersionInfo (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8189\"\u003e#8189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/9628cd27861aef352467723a55ead5d05eefe65e\"\u003e\u003ccode\u003e9628cd2\u003c/code\u003e\u003c/a\u003e Updates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e2169945213cdd21d43a51a87099e780c420e730\"\u003e\u003ccode\u003ee216994\u003c/code\u003e\u003c/a\u003e Summarized Dependency Updates (Prometheus, Lang3, Caffeine) (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8169\"\u003e#8169\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/f2b705f0c995bc830b0fdf7d4197c27edde10ce2\"\u003e\u003ccode\u003ef2b705f\u003c/code\u003e\u003c/a\u003e Bump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8147\"\u003e#8147\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/be00cbd34ee61980e2261b91af87ceb97791eb48\"\u003e\u003ccode\u003ebe00cbd\u003c/code\u003e\u003c/a\u003e Bump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8152\"\u003e#8152\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e6b0ac7173883899b8122d15f13741b7ad7f0edc\"\u003e\u003ccode\u003ee6b0ac7\u003c/code\u003e\u003c/a\u003e Bump prometheus.client.version from 1.3.8 to 1.3.9 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8153\"\u003e#8153\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/66144d79a09d04bc53a4a63fd61196a423d9e4a7\"\u003e\u003ccode\u003e66144d7\u003c/code\u003e\u003c/a\u003e Bump maven-resolver.version from 1.9.23 to 1.9.24 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8154\"\u003e#8154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/439e0b0c382ce1fb25562e226599d67cd87cbd98\"\u003e\u003ccode\u003e439e0b0\u003c/code\u003e\u003c/a\u003e Bump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8146\"\u003e#8146\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v1.1.3...v2.8.2\"\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.storm:storm-core\u0026package-manager=maven\u0026previous-version=1.1.3\u0026new-version=2.8.2)](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/thuvh/monasca-thresh/pull/27","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuvh%2Fmonasca-thresh/issues/27","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/27/packages"},{"uuid":"2563350004","node_id":"PR_kwDOEIdHFM6YyZ30","number":71,"state":"closed","title":"Bump org.apache.storm:storm-core from 2.8.0 to 2.8.1","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-08-04T12:09:38.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-03T09:55:53.000Z","updated_at":"2025-08-04T12:09:38.000Z","time_to_close":5364825,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"2.8.0","new_version":"2.8.1","repository_url":"https://github.com/apache/storm"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 2.8.0 to 2.8.1.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/storm/releases\"\u003eorg.apache.storm:storm-core's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Storm 2.8.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate Release Note Generation and Docs by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7936\"\u003eapache/storm#7936\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.15.11 to 1.16.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3842\"\u003eapache/storm#3842\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7946\"\u003eapache/storm#7946\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7951\"\u003e#7951\u003c/a\u003e - Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7948\"\u003eapache/storm#7948\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7953\"\u003e#7953\u003c/a\u003e - Bump byte-buddy.version from 1.16.1 to 1.17.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7949\"\u003eapache/storm#7949\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix ShellBolt log level by \u003ca href=\"https://github.com/mstrucken\"\u003e\u003ccode\u003e@​mstrucken\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7955\"\u003eapache/storm#7955\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.testng:testng from 7.10.2 to 7.11.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7965\"\u003eapache/storm#7965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eIWorkerHook: remove erroneous recursive call by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7958\"\u003eapache/storm#7958\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.0 to 1.17.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7962\"\u003eapache/storm#7962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump joda-time:joda-time from 2.12.7 to 2.13.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7957\"\u003eapache/storm#7957\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7967\"\u003e#7967\u003c/a\u003e - Bump prometheus.client.version from 1.3.5 to 1.3.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7961\"\u003eapache/storm#7961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7968\"\u003e#7968\u003c/a\u003e - Bump org.checkerframework:checker-qual from 3.48.4 to 3.49.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7956\"\u003eapache/storm#7956\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7969\"\u003e#7969\u003c/a\u003e - Bump net.minidev:json-smart from 2.5.1 to 2.5.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7960\"\u003eapache/storm#7960\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7970\"\u003e#7970\u003c/a\u003e -Bump io.netty:netty-bom from 4.1.117.Final to 4.1.118.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7964\"\u003eapache/storm#7964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.20.4 to 1.20.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7973\"\u003eapache/storm#7973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.awaitility:awaitility from 4.2.2 to 4.3.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7977\"\u003eapache/storm#7977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.11.4 to 5.12.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7975\"\u003eapache/storm#7975\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7976\"\u003eapache/storm#7976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7935\"\u003e#7935\u003c/a\u003e - Use reflection to handle Java SecurityManager deprecation by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7971\"\u003eapache/storm#7971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.1 to 1.17.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7984\"\u003eapache/storm#7984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.20.5 to 1.20.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7983\"\u003eapache/storm#7983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.12.0 to 5.12.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7991\"\u003eapache/storm#7991\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump curator.version from 5.7.1 to 5.8.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7985\"\u003eapache/storm#7985\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump io.netty:netty-bom from 4.1.118.Final to 4.1.119.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7982\"\u003eapache/storm#7982\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.hbase:hbase-client from 2.6.1-hadoop3 to 2.6.2-hadoop3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7972\"\u003eapache/storm#7972\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.2 to 1.17.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7995\"\u003eapache/storm#7995\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSummarizes Dependency Updates by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8002\"\u003eapache/storm#8002\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency Updates April by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8029\"\u003eapache/storm#8029\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump surefire.version from 3.5.2 to 3.5.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8014\"\u003eapache/storm#8014\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/8036\"\u003e#8036\u003c/a\u003e - Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8035\"\u003eapache/storm#8035\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.12.1 to 5.12.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8039\"\u003eapache/storm#8039\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade to Spring 6 and JMS 3.1 (Jakarta) by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8041\"\u003eapache/storm#8041\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.20.6 to 1.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8049\"\u003eapache/storm#8049\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency Updates May 25 by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8061\"\u003eapache/storm#8061\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4079: SSL Setup Doc by \u003ca href=\"https://github.com/purushah\"\u003e\u003ccode\u003e@​purushah\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8072\"\u003eapache/storm#8072\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency Updates \u003ca href=\"https://redirect.github.com/apache/storm/issues/8079\"\u003e#8079\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8080\"\u003e#8080\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8081\"\u003e#8081\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8082\"\u003e#8082\u003c/a\u003e  by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8084\"\u003eapache/storm#8084\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mstrucken\"\u003e\u003ccode\u003e@​mstrucken\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7955\"\u003eapache/storm#7955\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/apache/storm/compare/v2.8.0...v2.8.1\"\u003ehttps://github.com/apache/storm/compare/v2.8.0...v2.8.1\u003c/a\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/storm/commit/69f24159c64fc41b094ecfe295d8b2402f9a8527\"\u003e\u003ccode\u003e69f2415\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/2553e4d84d52ca6ac4616be2c7c8c0642b7eaf54\"\u003e\u003ccode\u003e2553e4d\u003c/code\u003e\u003c/a\u003e Changing POM to 2.8.1-SHAPSHOT. release-perform failed with 401\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/6f4809eecf47c31925c80adca4629d2978e2130d\"\u003e\u003ccode\u003e6f4809e\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;[maven-release-plugin] prepare release v2.8.1\u0026quot;\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/cd343ff5d5a8df4ccf58f00538a24847c51e1c86\"\u003e\u003ccode\u003ecd343ff\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/42a79a6e53622b7b34a351c94cf6d45a559c053c\"\u003e\u003ccode\u003e42a79a6\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/storm/commit/940ac181d4d17f2909c530726de0008bd78f8334\"\u003e\u003ccode\u003e940ac18\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/d88d9760d062efca5d4d5066a1d4acab0db1a31c\"\u003e\u003ccode\u003ed88d976\u003c/code\u003e\u003c/a\u003e Dependency Updates \u003ca href=\"https://redirect.github.com/apache/storm/issues/8079\"\u003e#8079\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8080\"\u003e#8080\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8081\"\u003e#8081\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8082\"\u003e#8082\u003c/a\u003e  (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8084\"\u003e#8084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/7fef7cd0c661b7f84218c24a471ff67f8d8116a4\"\u003e\u003ccode\u003e7fef7cd\u003c/code\u003e\u003c/a\u003e STORM-4079: SSL Setup Doc (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8072\"\u003e#8072\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/c1543e2a572120655de027815bcf04a9a7a0fd75\"\u003e\u003ccode\u003ec1543e2\u003c/code\u003e\u003c/a\u003e Dependency Updates May 25 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8061\"\u003e#8061\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/a5a7fcd31e5b4a6fd7153ad17c95b28edd2a329a\"\u003e\u003ccode\u003ea5a7fcd\u003c/code\u003e\u003c/a\u003e Bump testcontainers.version from 1.20.6 to 1.21.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v2.8.0...v2.8.1\"\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.storm:storm-core\u0026package-manager=maven\u0026previous-version=2.8.0\u0026new-version=2.8.1)](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/rahilsh/storm-topology/pull/71","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahilsh%2Fstorm-topology/issues/71","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/71/packages"},{"uuid":"2507944070","node_id":"PR_kwDOHIN9Is6VfDCG","number":1,"state":"open","title":"Bump the maven group across 10 directories with 32 updates","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-05-08T19:44:17.000Z","updated_at":"2025-05-08T19:44:18.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"maven","update_count":32,"packages":[{"name":"ch.qos.logback:logback-classic","old_version":"1.2.6","new_version":"1.2.13","repository_url":"https://github.com/qos-ch/logback"},{"name":"com.squareup.retrofit2:retrofit","old_version":"2.3.0","new_version":"2.11.0","repository_url":"https://github.com/square/retrofit"},{"name":"com.squareup.retrofit2:converter-jackson","old_version":"2.6.0","new_version":"2.11.0","repository_url":"https://github.com/square/retrofit"},{"name":"org.apache.httpcomponents:httpclient","old_version":"4.3.5","new_version":"4.5.14"},{"name":"com.fasterxml.jackson.core:jackson-databind","old_version":"2.11.1","new_version":"2.12.7.1","repository_url":"https://github.com/FasterXML/jackson"},{"name":"com.google.code.gson:gson","old_version":"2.8.0","new_version":"2.8.9","repository_url":"https://github.com/google/gson"},{"name":"org.asynchttpclient:async-http-client","old_version":"2.2.0","new_version":"2.12.4","repository_url":"https://github.com/AsyncHttpClient/async-http-client"},{"name":"org.bouncycastle:bcprov-jdk15on","old_version":"1.58","new_version":"1.70","repository_url":"https://github.com/bcgit/bc-java"},{"name":"com.hazelcast:hazelcast","old_version":"3.8.4","new_version":"5.3.5","repository_url":"https://github.com/hazelcast/hazelcast"},{"name":"org.apache.hadoop:hadoop-client","old_version":"2.2.0","new_version":"2.7.0"},{"name":"org.apache.storm:storm-core","old_version":"1.2.2","new_version":"1.2.3"},{"name":"org.yaml:snakeyaml","old_version":"1.21","new_version":"2.0"},{"name":"com.esotericsoftware.yamlbeans:yamlbeans","old_version":"1.15","new_version":"1.17","repository_url":"https://github.com/EsotericSoftware/yamlbeans"},{"name":"com.google.protobuf:protobuf-java","old_version":"3.1.0","new_version":"3.25.5","repository_url":"https://github.com/protocolbuffers/protobuf"},{"name":"org.eclipse.jetty:jetty-server","old_version":"9.4.19.v20190610","new_version":"9.4.56.v20240826"},{"name":"org.springframework:spring-webflux","old_version":"5.1.9.RELEASE","new_version":"6.1.14","repository_url":"https://github.com/spring-projects/spring-framework"},{"name":"org.apache.commons:commons-vfs2","old_version":"2.4","new_version":"2.10.0"},{"name":"net.lingala.zip4j:zip4j","old_version":"2.9.0","new_version":"2.11.3","repository_url":"https://github.com/srikanth-lingala/zip4j"},{"name":"org.springframework.security.oauth:spring-security-oauth2","old_version":"2.2.1.RELEASE","new_version":"2.5.2.RELEASE","repository_url":"https://github.com/SpringSource/spring-security-oauth"},{"name":"com.google.crypto.tink:tink","old_version":"1.2.2","new_version":"1.17.0","repository_url":"https://github.com/tink-crypto/tink-java"},{"name":"org.cryptacular:cryptacular","old_version":"1.2.2","new_version":"1.2.7","repository_url":"https://github.com/vt-middleware/cryptacular"},{"name":"org.apache.sshd:sshd-core","old_version":"2.5.1","new_version":"2.15.0","repository_url":"https://github.com/apache/mina-sshd"},{"name":"org.eclipse.paho:org.eclipse.paho.client.mqttv3","old_version":"1.2.0","new_version":"1.2.5","repository_url":"https://github.com/eclipse/paho.mqtt.java"},{"name":"io.netty:netty-all","old_version":"4.1.20.Final","new_version":"4.2.1.Final","repository_url":"https://github.com/netty/netty"},{"name":"org.apache.tomcat:tomcat-catalina","old_version":"8.5.24","new_version":"9.0.104"}],"path":null,"ecosystem":"maven"},"body":"Bumps the maven group with 25 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| [com.squareup.retrofit2:converter-jackson](https://github.com/square/retrofit) | `2.6.0` | `2.11.0` |\n| org.apache.httpcomponents:httpclient | `4.3.5` | `4.5.14` |\n| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.11.1` | `2.12.7.1` |\n| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.0` | `2.8.9` |\n| [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) | `2.2.0` | `2.12.4` |\n| [org.bouncycastle:bcprov-jdk15on](https://github.com/bcgit/bc-java) | `1.58` | `1.70` |\n| [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) | `3.8.4` | `5.3.5` |\n| org.apache.hadoop:hadoop-client | `2.2.0` | `2.7.0` |\n| org.apache.storm:storm-core | `1.2.2` | `1.2.3` |\n| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `1.21` | `2.0` |\n| [com.esotericsoftware.yamlbeans:yamlbeans](https://github.com/EsotericSoftware/yamlbeans) | `1.15` | `1.17` |\n| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.1.0` | `3.25.5` |\n| org.eclipse.jetty:jetty-server | `9.4.19.v20190610` | `9.4.56.v20240826` |\n| [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) | `5.1.9.RELEASE` | `6.1.14` |\n| org.apache.commons:commons-vfs2 | `2.4` | `2.10.0` |\n| [net.lingala.zip4j:zip4j](https://github.com/srikanth-lingala/zip4j) | `2.9.0` | `2.11.3` |\n| [org.springframework.security.oauth:spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) | `2.2.1.RELEASE` | `2.5.2.RELEASE` |\n| [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) | `1.2.2` | `1.17.0` |\n| [org.cryptacular:cryptacular](https://github.com/vt-middleware/cryptacular) | `1.2.2` | `1.2.7` |\n| [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) | `2.5.1` | `2.15.0` |\n| [org.eclipse.paho:org.eclipse.paho.client.mqttv3](https://github.com/eclipse/paho.mqtt.java) | `1.2.0` | `1.2.5` |\n| [io.netty:netty-all](https://github.com/netty/netty) | `4.1.20.Final` | `4.2.1.Final` |\n| org.apache.tomcat:tomcat-catalina | `8.5.24` | `9.0.104` |\n\nBumps the maven group with 2 updates in the /json-2 directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson).\nBumps the maven group with 6 updates in the /libraries-data directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.13.0` | `2.13.4.2` |\n| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.2` | `2.8.9` |\n| [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) | `3.8.4` | `5.3.5` |\n| org.apache.hadoop:hadoop-client | `2.2.0` | `2.7.0` |\n| org.apache.storm:storm-core | `1.2.2` | `1.2.3` |\n\nBumps the maven group with 6 updates in the /libraries-data-io directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.12.3` | `2.12.7.1` |\n| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.7` | `2.8.9` |\n| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `1.21` | `2.0` |\n| [com.esotericsoftware.yamlbeans:yamlbeans](https://github.com/EsotericSoftware/yamlbeans) | `1.15` | `1.17` |\n| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.17.3` | `3.25.5` |\n\nBumps the maven group with 8 updates in the /libraries-http directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| [com.squareup.retrofit2:adapter-rxjava](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| org.apache.httpcomponents:httpclient | `4.5.3` | `4.5.14` |\n| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.13.0` | `2.13.4.2` |\n| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.5` | `2.8.9` |\n| [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) | `2.2.0` | `2.12.4` |\n\nBumps the maven group with 7 updates in the /libraries-http-2 directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.13.0` | `2.13.4.2` |\n| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.5` | `2.8.9` |\n| org.eclipse.jetty:jetty-server | `9.4.19.v20190610` | `9.4.56.v20240826` |\n| [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) | `5.1.9.RELEASE` | `6.1.14` |\n\nBumps the maven group with 3 updates in the /libraries-io directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), org.apache.commons:commons-vfs2 and [net.lingala.zip4j:zip4j](https://github.com/srikanth-lingala/zip4j).\nBumps the maven group with 7 updates in the /libraries-security directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [org.bouncycastle:bcprov-jdk15on](https://github.com/bcgit/bc-java) | `1.58` | `1.70` |\n| [org.bouncycastle:bcpkix-jdk15on](https://github.com/bcgit/bc-java) | `1.58` | `1.70` |\n| [org.springframework.security.oauth:spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) | `2.4.0.RELEASE` | `2.4.2.RELEASE` |\n| [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) | `1.2.2` | `1.17.0` |\n| [org.cryptacular:cryptacular](https://github.com/vt-middleware/cryptacular) | `1.2.2` | `1.2.7` |\n| [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) | `2.5.1` | `2.15.0` |\n\nBumps the maven group with 6 updates in the /libraries-server directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| org.apache.httpcomponents:httpclient | `4.5.3` | `4.5.14` |\n| org.eclipse.jetty:jetty-server | `9.4.27.v20200227` | `9.4.56.v20240826` |\n| [org.eclipse.paho:org.eclipse.paho.client.mqttv3](https://github.com/eclipse/paho.mqtt.java) | `1.2.0` | `1.2.5` |\n| [io.netty:netty-all](https://github.com/netty/netty) | `4.1.20.Final` | `4.2.1.Final` |\n| org.apache.tomcat:tomcat-catalina | `8.5.24` | `9.0.104` |\n\nBumps the maven group with 2 updates in the /libraries-server-2 directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and org.eclipse.jetty:jetty-server.\n\nUpdates `ch.qos.logback:logback-classic` from 1.2.6 to 1.2.13\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/2648b9e7fbb47426c89b9c93b411c07484e8f277\"\u003e\u003ccode\u003e2648b9e\u003c/code\u003e\u003c/a\u003e prepare release 1.2.13\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/bb095154be011267b64e37a1d401546e7cc2b7c3\"\u003e\u003ccode\u003ebb09515\u003c/code\u003e\u003c/a\u003e fix CVE-2023-6378\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/45732949bfb845df04cbe65292cf48aaa090cb1d\"\u003e\u003ccode\u003e4573294\u003c/code\u003e\u003c/a\u003e start work on 1.2.13-SNAPSHOT\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/a388193052c298ca87cc64192319df723288c6ab\"\u003e\u003ccode\u003ea388193\u003c/code\u003e\u003c/a\u003e Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/de44dc422bc3da1d7808283851324d960b492d4d\"\u003e\u003ccode\u003ede44dc4\u003c/code\u003e\u003c/a\u003e prepare release 1.2.12\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/ca0cf172f680308938515b8a5d69348759ee947c\"\u003e\u003ccode\u003eca0cf17\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/qos-ch/logback/issues/532\"\u003e#532\u003c/a\u003e from joakime/fix-jetty-requestlog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/e31609b1980b9ba986344aae3cab7275fa2b4935\"\u003e\u003ccode\u003ee31609b\u003c/code\u003e\u003c/a\u003e removed unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/21e29efb284766f386781175b2ba18585b690154\"\u003e\u003ccode\u003e21e29ef\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/qos-ch/logback/issues/567\"\u003e#567\u003c/a\u003e from spliffone/LOGBACK-1633\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/e869000e1d5901e6aa6f46cc6575ee2137f15b69\"\u003e\u003ccode\u003ee869000\u003c/code\u003e\u003c/a\u003e fix: published POM file contain the wrong scm URL\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/009ea46cb81a015f2ca312bde6e823581b93b37a\"\u003e\u003ccode\u003e009ea46\u003c/code\u003e\u003c/a\u003e version for next dev cycle\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/qos-ch/logback/compare/v_1.2.6...v_1.2.13\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `ch.qos.logback:logback-core` from 1.2.6 to 1.2.13\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/2648b9e7fbb47426c89b9c93b411c07484e8f277\"\u003e\u003ccode\u003e2648b9e\u003c/code\u003e\u003c/a\u003e prepare release 1.2.13\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/bb095154be011267b64e37a1d401546e7cc2b7c3\"\u003e\u003ccode\u003ebb09515\u003c/code\u003e\u003c/a\u003e fix CVE-2023-6378\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/45732949bfb845df04cbe65292cf48aaa090cb1d\"\u003e\u003ccode\u003e4573294\u003c/code\u003e\u003c/a\u003e start work on 1.2.13-SNAPSHOT\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/a388193052c298ca87cc64192319df723288c6ab\"\u003e\u003ccode\u003ea388193\u003c/code\u003e\u003c/a\u003e Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/de44dc422bc3da1d7808283851324d960b492d4d\"\u003e\u003ccode\u003ede44dc4\u003c/code\u003e\u003c/a\u003e prepare release 1.2.12\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/ca0cf172f680308938515b8a5d69348759ee947c\"\u003e\u003ccode\u003eca0cf17\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/qos-ch/logback/issues/532\"\u003e#532\u003c/a\u003e from joakime/fix-jetty-requestlog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/e31609b1980b9ba986344aae3cab7275fa2b4935\"\u003e\u003ccode\u003ee31609b\u003c/code\u003e\u003c/a\u003e removed unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/21e29efb284766f386781175b2ba18585b690154\"\u003e\u003ccode\u003e21e29ef\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/qos-ch/logback/issues/567\"\u003e#567\u003c/a\u003e from spliffone/LOGBACK-1633\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/e869000e1d5901e6aa6f46cc6575ee2137f15b69\"\u003e\u003ccode\u003ee869000\u003c/code\u003e\u003c/a\u003e fix: published POM file contain the wrong scm URL\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/009ea46cb81a015f2ca312bde6e823581b93b37a\"\u003e\u003ccode\u003e009ea46\u003c/code\u003e\u003c/a\u003e version for next dev cycle\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/qos-ch/logback/compare/v_1.2.6...v_1.2.13\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.squareup.retrofit2:retrofit` from 2.3.0 to 2.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/square/retrofit/releases\"\u003ecom.squareup.retrofit2:retrofit's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.11.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe built-in \u003ccode\u003eOptionalConverterFactory\u003c/code\u003e is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eEnsure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic \u003ccode\u003eClassCastException\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.10.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eSupport using \u003ccode\u003eUnit\u003c/code\u003e as a response type. This can be used for non-body HTTP methods like \u003ccode\u003eHEAD\u003c/code\u003e or body-containing HTTP methods like \u003ccode\u003eGET\u003c/code\u003e where the body will be discarded without deserialization.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekotlinx.serialization converter!\u003c/p\u003e\n\u003cp\u003eThis was imported from \u003ca href=\"https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\"\u003egithub.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\u003c/a\u003e and remains unchanged from its 1.0.0 release.\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-kotlinx-serialization\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eJAXB 3 converter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-jaxb3\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003e@Header\u003c/code\u003e, \u003ccode\u003e@Headers\u003c/code\u003e, and \u003ccode\u003e@HeaderMap\u003c/code\u003e can now set non-ASCII values through the \u003ccode\u003eallowUnsafeNonAsciiValues\u003c/code\u003e annotation property. These are not technically compliant with the HTTP specification, but are often supported or required by services.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePublish a BOM of all modules. The Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:retrofit-bom\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eInvocation\u003c/code\u003e now exposes the service \u003ccode\u003eClass\u0026lt;?\u0026gt;\u003c/code\u003e and the instance on which the method was invoked. This disambiguates the source when service inheritence is used.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA response type keeper annotation processor is now available for generating shrinker rules for all referenced types in your service interface. In some cases, it's impossible for static shrinker rules to keep the entirety of what Retrofit needs at runtime. This annotation processor generates those additional rules. For more info see \u003ca href=\"https://github.com/square/retrofit/tree/trunk/retrofit-response-type-keeper#readme\"\u003eits README\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eChanged\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd shrinker rules to retain the generic signatures of built-in types (\u003ccode\u003eCall\u003c/code\u003e, \u003ccode\u003eResponse\u003c/code\u003e, etc.) which are used via reflection at runtime.\u003c/li\u003e\n\u003cli\u003eRemove backpressure support from RxJava 2 and 3 adapters. Since we only deliver a single value and the Reactive Streams specification states that callers must request a non-zero subscription value, we never need to honor backpressure.\u003c/li\u003e\n\u003cli\u003eKotlin \u003ccode\u003eRetrofit.create\u003c/code\u003e function now has a non-null lower bound. Even if you specified a nullable type before this function would never return null.\u003c/li\u003e\n\u003cli\u003eSuspend functions now capture and defer all \u003ccode\u003eThrowable\u003c/code\u003e subtypes (not just \u003ccode\u003eException\u003c/code\u003e subtypes) to avoid Java's \u003ccode\u003eUndeclaredThrowableException\u003c/code\u003e when thrown synchronously.\u003c/li\u003e\n\u003cli\u003eEagerly reject \u003ccode\u003esuspend fun\u003c/code\u003e functions that return \u003ccode\u003eCall\u0026lt;Body\u0026gt;\u003c/code\u003e. These are never correct, and should declare a return type of \u003ccode\u003eBody\u003c/code\u003e directly.\u003c/li\u003e\n\u003cli\u003eSupport for Java 14-specific and Java 16-specific reflection needed to invoke default methods on interfaces have been moved to separate versions of a class through a multi-release jar. This should have no observable impact other than the jar now contains classes which target Java 14 and Java 16 bytecode that might trip up some static analysis tools which are not aware of multi-release jars.\u003c/li\u003e\n\u003cli\u003eParameter names are now displayed in exception messages when available in the underlying Java bytecode.\u003c/li\u003e\n\u003cli\u003eJackson converter now supports binary formats by using byte streams rather than character streams in its implementation. Use the \u003ccode\u003ecreate(ObjectMapper, MediaType)\u003c/code\u003e overload to supply the value of the \u003ccode\u003eContent-Type\u003c/code\u003e header for your format.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eDo not include synthetic methods when doing eager validation.\u003c/li\u003e\n\u003cli\u003eUse per-method rather than per-class locking when parsing annotations. This eliminates contention when multiple calls are made in quick succession at the beginning of the process lifetime.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/square/retrofit/blob/trunk/CHANGELOG.md\"\u003ecom.squareup.retrofit2:retrofit's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e[2.11.0] - 2024-03-28\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe built-in \u003ccode\u003eOptionalConverterFactory\u003c/code\u003e is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eEnsure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic \u003ccode\u003eClassCastException\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e[2.10.0] - 2024-03-18\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eSupport using \u003ccode\u003eUnit\u003c/code\u003e as a response type. This can be used for non-body HTTP methods like \u003ccode\u003eHEAD\u003c/code\u003e or body-containing HTTP methods like \u003ccode\u003eGET\u003c/code\u003e where the body will be discarded without deserialization.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekotlinx.serialization converter!\u003c/p\u003e\n\u003cp\u003eThis was imported from \u003ca href=\"https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\"\u003egithub.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\u003c/a\u003e and remains unchanged from its 1.0.0 release.\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-kotlinx-serialization\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eJAXB 3 converter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-jaxb3\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003e@Header\u003c/code\u003e, \u003ccode\u003e@Headers\u003c/code\u003e, and \u003ccode\u003e@HeaderMap\u003c/code\u003e can now set non-ASCII values through the \u003ccode\u003eallowUnsafeNonAsciiValues\u003c/code\u003e annotation property. These are not technically compliant with the HTTP specification, but are often supported or required by services.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePublish a BOM of all modules. The Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:retrofit-bom\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eInvocation\u003c/code\u003e now exposes the service \u003ccode\u003eClass\u0026lt;?\u0026gt;\u003c/code\u003e and the instance on which the method was invoked. This disambiguates the source when service inheritence is used.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA response type keeper annotation processor is now available for generating shrinker rules for all referenced types in your service interface. In some cases, it's impossible for static shrinker rules to keep the entirety of what Retrofit needs at runtime. This annotation processor generates those additional rules. For more info see \u003ca href=\"https://github.com/square/retrofit/tree/trunk/retrofit-response-type-keeper#readme\"\u003eits README\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eChanged\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd shrinker rules to retain the generic signatures of built-in types (\u003ccode\u003eCall\u003c/code\u003e, \u003ccode\u003eResponse\u003c/code\u003e, etc.) which are used via reflection at runtime.\u003c/li\u003e\n\u003cli\u003eRemove backpressure support from RxJava 2 and 3 adapters. Since we only deliver a single value and the Reactive Streams specification states that callers must request a non-zero subscription value, we never need to honor backpressure.\u003c/li\u003e\n\u003cli\u003eKotlin \u003ccode\u003eRetrofit.create\u003c/code\u003e function now has a non-null lower bound. Even if you specified a nullable type before this function would never return null.\u003c/li\u003e\n\u003cli\u003eSuspend functions now capture and defer all \u003ccode\u003eThrowable\u003c/code\u003e subtypes (not just \u003ccode\u003eException\u003c/code\u003e subtypes) to avoid Java's \u003ccode\u003eUndeclaredThrowableException\u003c/code\u003e when thrown synchronously.\u003c/li\u003e\n\u003cli\u003eEagerly reject \u003ccode\u003esuspend fun\u003c/code\u003e functions that return \u003ccode\u003eCall\u0026lt;Body\u0026gt;\u003c/code\u003e. These are never correct, and should declare a return type of \u003ccode\u003eBody\u003c/code\u003e directly.\u003c/li\u003e\n\u003cli\u003eSupport for Java 14-specific and Java 16-specific reflection needed to invoke default methods on interfaces have been moved to separate versions of a class through a multi-release jar. This should have no observable impact other than the jar now contains classes which target Java 14 and Java 16 bytecode that might trip up some static analysis tools which are not aware of multi-release jars.\u003c/li\u003e\n\u003cli\u003eParameter names are now displayed in exception messages when available in the underlying Java bytecode.\u003c/li\u003e\n\u003cli\u003eJackson converter now supports binary formats by using byte streams rather than character streams in its implementation. Use the \u003ccode\u003ecreate(ObjectMapper, MediaType)\u003c/code\u003e overload to supply the value of the \u003ccode\u003eContent-Type\u003c/code\u003e header for your format.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eDo not include synthetic methods when doing eager validation.\u003c/li\u003e\n\u003cli\u003eUse per-method rather than per-class locking when parsing annotations. This eliminates contention when multiple calls are made in quick succession at the beginning of the process lifetime.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e[2.9.0] - 2020-05-20\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eNew: RxJava 3 adapter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:adapter-rxjava3\u003c/code\u003e.\u003c/p\u003e\n\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/square/retrofit/commit/cc76c22a68e090f3dd898cbcb0bac30414f59c31\"\u003e\u003ccode\u003ecc76c22\u003c/code\u003e\u003c/a\u003e Prepare version 2.11.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/eba9567812735899f6d33454d83fb0448c489b40\"\u003e\u003ccode\u003eeba9567\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4117\"\u003e#4117\u003c/a\u003e from square/jw.public-optional.2024-03-27\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/c579693e70486927448a158bdf363bf71da4a0f1\"\u003e\u003ccode\u003ec579693\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4114\"\u003e#4114\u003c/a\u003e from square/jw.locks.2024-03-22\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/d6eac54ccfa69220f7a3b78c391ec336e9bedf46\"\u003e\u003ccode\u003ed6eac54\u003c/code\u003e\u003c/a\u003e Make optional converter public\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/9b5e6307b8ab8097fc38b0f7ef26dc5d2d4f2dc1\"\u003e\u003ccode\u003e9b5e630\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4116\"\u003e#4116\u003c/a\u003e from deterclosed/trunk\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/bab101e678fb7a04fb7a704e5bb92c81a301cb86\"\u003e\u003ccode\u003ebab101e\u003c/code\u003e\u003c/a\u003e all: remove repetitive words\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/80aee7134862c5ead6e3bc69241397f0512e20fe\"\u003e\u003ccode\u003e80aee71\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4115\"\u003e#4115\u003c/a\u003e from square/renovate/gradle-8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/83acb51298a3373ad378bcfa9461eab80cd5dd61\"\u003e\u003ccode\u003e83acb51\u003c/code\u003e\u003c/a\u003e Update dependency gradle to v8.7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/d41213948e8f8c8f872a2cbbc3dde5364ec3bfca\"\u003e\u003ccode\u003ed412139\u003c/code\u003e\u003c/a\u003e Gracefully handle parse failure with locking\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/8f5a3c940f876cc5ac416c29d4afb093e57da5d6\"\u003e\u003ccode\u003e8f5a3c9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4110\"\u003e#4110\u003c/a\u003e from jonapoul/patch-1\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/square/retrofit/compare/parent-2.3.0...2.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.squareup.retrofit2:converter-jackson` from 2.6.0 to 2.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/square/retrofit/releases\"\u003ecom.squareup.retrofit2:converter-jackson's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.11.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe built-in \u003ccode\u003eOptionalConverterFactory\u003c/code\u003e is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eEnsure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic \u003ccode\u003eClassCastException\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.10.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eSupport using \u003ccode\u003eUnit\u003c/code\u003e as a response type. This can be used for non-body HTTP methods like \u003ccode\u003eHEAD\u003c/code\u003e or body-containing HTTP methods like \u003ccode\u003eGET\u003c/code\u003e where the body will be discarded without deserialization.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekotlinx.serialization converter!\u003c/p\u003e\n\u003cp\u003eThis was imported from \u003ca href=\"https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\"\u003egithub.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\u003c/a\u003e and remains unchanged from its 1.0.0 release.\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-kotlinx-serialization\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eJAXB 3 converter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-jaxb3\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003e@Header\u003c/code\u003e, \u003ccode\u003e@Headers\u003c/code\u003e, and \u003ccode\u003e@HeaderMap\u003c/code\u003e can now set non-ASCII values through the \u003ccode\u003eallowUnsafeNonAsciiValues\u003c/code\u003e annotation property. These are not technically compliant with the HTTP specification, but are often supported or required by services.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePublish a BOM of all modules. The Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:retrofit-bom\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eInvocation\u003c/code\u003e now exposes the service \u003ccode\u003eClass\u0026lt;?\u0026gt;\u003c/code\u003e and the instance on which the method was invoked. This disambiguates the source when service inheritence is used.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA response type keeper annotation processor is now available for generating shrinker rules for all referenced types in your service interface. In some cases, it's impossible for static shrinker rules to keep the entirety of what Retrofit needs at runtime. This annotation processor generates those additional rules. For more info see \u003ca href=\"https://github.com/square/retrofit/tree/trunk/retrofit-response-type-keeper#readme\"\u003eits README\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eChanged\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd shrinker rules to retain the generic signatures of built-in types (\u003ccode\u003eCall\u003c/code\u003e, \u003ccode\u003eResponse\u003c/code\u003e, etc.) which are used via reflection at runtime.\u003c/li\u003e\n\u003cli\u003eRemove backpressure support from RxJava 2 and 3 adapters. Since we only deliver a single value and the Reactive Streams specification states that callers must request a non-zero subscription value, we never need to honor backpressure.\u003c/li\u003e\n\u003cli\u003eKotlin \u003ccode\u003eRetrofit.create\u003c/code\u003e function now has a non-null lower bound. Even if you specified a nullable type before this function would never return null.\u003c/li\u003e\n\u003cli\u003eSuspend functions now capture and defer all \u003ccode\u003eThrowable\u003c/code\u003e subtypes (not just \u003ccode\u003eException\u003c/code\u003e subtypes) to avoid Java's \u003ccode\u003eUndeclaredThrowableException\u003c/code\u003e when thrown synchronously.\u003c/li\u003e\n\u003cli\u003eEagerly reject \u003ccode\u003esuspend fun\u003c/code\u003e functions that return \u003ccode\u003eCall\u0026lt;Body\u0026gt;\u003c/code\u003e. These are never correct, and should declare a return type of \u003ccode\u003eBody\u003c/code\u003e directly.\u003c/li\u003e\n\u003cli\u003eSupport for Java 14-specific and Java 16-specific reflection needed to invoke default methods on interfaces have been moved to separate versions of a class through a multi-release jar. This should have no observable impact other than the jar now contains classes which target Java 14 and Java 16 bytecode that might trip up some static analysis tools which are not aware of multi-release jars.\u003c/li\u003e\n\u003cli\u003eParameter names are now displayed in exception messages when available in the underlying Java bytecode.\u003c/li\u003e\n\u003cli\u003eJackson converter now supports binary formats by using byte streams rather than character streams in its implementation. Use the \u003ccode\u003ecreate(ObjectMapper, MediaType)\u003c/code\u003e overload to supply the value of the \u003ccode\u003eContent-Type\u003c/code\u003e header for your format.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eDo not include synthetic methods when doing eager validation.\u003c/li\u003e\n\u003cli\u003eUse per-method rather than per-class locking when parsing annotations. This eliminates contention when multiple calls are made in quick succession at the beginning of the process lifetime.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/square/retrofit/blob/trunk/CHANGELOG.md\"\u003ecom.squareup.retrofit2:converter-jackson's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e[2.11.0] - 2024-03-28\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe built-in \u003ccode\u003eOptionalConverterFactory\u003c/code\u003e is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eEnsure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic \u003ccode\u003eClassCastException\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e[2.10.0] - 2024-03-18\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eSupport using \u003ccode\u003eUnit\u003c/code\u003e as a response type. This can be used for non-body HTTP methods like \u003ccode\u003eHEAD\u003c/code\u003e or body-containing HTTP methods like \u003ccode\u003eGET\u003c/code\u003e where the body will be discarded without deserialization.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekotlinx.serialization converter!\u003c/p\u003e\n\u003cp\u003eThis was imported from \u003ca href=\"https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\"\u003egithub.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\u003c/a\u003e and remains unchanged from its 1.0.0 release.\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-kotlinx-serialization\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eJAXB 3 converter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-jaxb3\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003e@Header\u003c/code\u003e, \u003ccode\u003e@Headers\u003c/code\u003e, and \u003ccode\u003e@HeaderMap\u003c/code\u003e can now set non-ASCII values through the \u003ccode\u003eallowUnsafeNonAsciiValues\u003c/code\u003e annotation property. These are not technically compliant with the HTTP specification, but are often supported or required by services.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePublish a BOM of all modules. The Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:retrofit-bom\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eInvocation\u003c/code\u003e now exposes the service \u003ccode\u003eClass\u0026lt;?\u0026gt;\u003c/code\u003e and the instance on which the method was invoked. This disambiguates the source when service inheritence is used.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA response type keeper annotation processor is now available for generating shrinker rules for all referenced types in your service interface. In some cases, it's impossible for static shrinker rules to keep the entirety of what Retrofit needs at runtime. This annotation processor generates those additional rules. For more info see \u003ca href=\"https://github.com/square/retrofit/tree/trunk/retrofit-response-type-keeper#readme\"\u003eits README\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eChanged\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd shrinker rules to retain the generic signatures of built-in types (\u003ccode\u003eCall\u003c/code\u003e, \u003ccode\u003eResponse\u003c/code\u003e, etc.) which are used via reflection at runtime.\u003c/li\u003e\n\u003cli\u003eRemove backpressure support from RxJava 2 and 3 adapters. Since we only deliver a single value and the Reactive Streams specification states that callers must request a non-zero subscription value, we never need to honor backpressure.\u003c/li\u003e\n\u003cli\u003eKotlin \u003ccode\u003eRetrofit.create\u003c/code\u003e function now has a non-null lower bound. Even if you specified a nullable type before this function would never return null.\u003c/li\u003e\n\u003cli\u003eSuspend functions now capture and defer all \u003ccode\u003eThrowable\u003c/code\u003e subtypes (not just \u003ccode\u003eException\u003c/code\u003e subtypes) to avoid Java's \u003ccode\u003eUndeclaredThrowableException\u003c/code\u003e when thrown synchronously.\u003c/li\u003e\n\u003cli\u003eEagerly reject \u003ccode\u003esuspend fun\u003c/code\u003e functions that return \u003ccode\u003eCall\u0026lt;Body\u0026gt;\u003c/code\u003e. These are never correct, and should declare a return type of \u003ccode\u003eBody\u003c/code\u003e directly.\u003c/li\u003e\n\u003cli\u003eSupport for Java 14-specific and Java 16-specific reflection needed to invoke default methods on interfaces have been moved to separate versions of a class through a multi-release jar. This should have no observable impact other than the jar now contains classes which target Java 14 and Java 16 bytecode that might trip up some static analysis tools which are not aware of multi-release jars.\u003c/li\u003e\n\u003cli\u003eParameter names are now displayed in exception messages when available in the underlying Java bytecode.\u003c/li\u003e\n\u003cli\u003eJackson converter now supports binary formats by using byte streams rather than character streams in its implementation. Use the \u003ccode\u003ecreate(ObjectMapper, MediaType)\u003c/code\u003e overload to supply the value of the \u003ccode\u003eContent-Type\u003c/code\u003e header for your format.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eDo not include synthetic methods when doing eager validation.\u003c/li\u003e\n\u003cli\u003eUse per-method rather than per-class locking when parsing annotations. This eliminates contention when multiple calls are made in quick succession at the beginning of the process lifetime.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e[2.9.0] - 2020-05-20\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eNew: RxJava 3 adapter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:adapter-rxjava3\u003c/code\u003e.\u003c/p\u003e\n\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/square/retrofit/commit/cc76c22a68e090f3dd898cbcb0bac30414f59c31\"\u003e\u003ccode\u003ecc76c22\u003c/code\u003e\u003c/a\u003e Prepare version 2.11.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/eba9567812735899f6d33454d83fb0448c489b40\"\u003e\u003ccode\u003eeba9567\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4117\"\u003e#4117\u003c/a\u003e from square/jw.public-optional.2024-03-27\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/c579693e70486927448a158bdf363bf71da4a0f1\"\u003e\u003ccode\u003ec579693\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4114\"\u003e#4114\u003c/a\u003e from square/jw.locks.2024-03-22\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/d6eac54ccfa69220f7a3b78c391ec336e9bedf46\"\u003e\u003ccode\u003ed6eac54\u003c/code\u003e\u003c/a\u003e Make optional converter public\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/9b5e6307b8ab8097fc38b0f7ef26dc5d2d4f2dc1\"\u003e\u003ccode\u003e9b5e630\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4116\"\u003e#4116\u003c/a\u003e from deterclosed/trunk\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/bab101e678fb7a04fb7a704e5bb92c81a301cb86\"\u003e\u003ccode\u003ebab101e\u003c/code\u003e\u003c/a\u003e all: remove repetitive words\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/80aee7134862c5ead6e3bc69241397f0512e20fe\"\u003e\u003ccode\u003e80aee71\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4115\"\u003e#4115\u003c/a\u003e from square/renovate/gradle-8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/83acb51298a3373ad378bcfa9461eab80cd5dd61\"\u003e\u003ccode\u003e83acb51\u003c/code\u003e\u003c/a\u003e Update dependency gradle to v8.7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/d41213948e8f8c8f872a2cbbc3dde5364ec3bfca\"\u003e\u003ccode\u003ed412139\u003c/code\u003e\u003c/a\u003e Gracefully handle parse failure with locking\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/8f5a3c940f876cc5ac416c29d4afb093e57da5d6\"\u003e\u003ccode\u003e8f5a3c9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4110\"\u003e#4110\u003c/a\u003e from jonapoul/patch-1\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/square/retrofit/compare/parent-2.6.0...2.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.httpcomponents:httpclient` from 4.3.5 to 4.5.14\n\nUpdates `com.fasterxml.jackson.core:jackson-databind` from 2.11.1 to 2.12.7.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/FasterXML/jackson/commits\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.google.code.gson:gson` from 2.8.0 to 2.8.9\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/google/gson/releases\"\u003ecom.google.code.gson:gson's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGson 2.8.9\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMake OSGi bundle's dependency on \u003ccode\u003esun.misc\u003c/code\u003e optional (\u003ca href=\"https://redirect.github.com/google/gson/issues/1993\"\u003e#1993\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eDeprecate \u003ccode\u003eGson.excluder()\u003c/code\u003e exposing internal \u003ccode\u003eExcluder\u003c/code\u003e class (\u003ca href=\"https://redirect.github.com/google/gson/issues/1986\"\u003e#1986\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003ePrevent Java deserialization of internal classes (\u003ca href=\"https://redirect.github.com/google/gson/issues/1991\"\u003e#1991\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eImprove number strategy implementation (\u003ca href=\"https://redirect.github.com/google/gson/issues/1987\"\u003e#1987\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFix LongSerializationPolicy null handling being inconsistent with Gson (\u003ca href=\"https://redirect.github.com/google/gson/issues/1990\"\u003e#1990\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eSupport arbitrary Number implementation for Object and Number deserialization (\u003ca href=\"https://redirect.github.com/google/gson/issues/1290\"\u003e#1290\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eBump proguard-maven-plugin from 2.4.0 to 2.5.1 (\u003ca href=\"https://redirect.github.com/google/gson/issues/1980\"\u003e#1980\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eDon't exclude static local classes (\u003ca href=\"https://redirect.github.com/google/gson/issues/1969\"\u003e#1969\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFix \u003ccode\u003eRuntimeTypeAdapterFactory\u003c/code\u003e depending on internal \u003ccode\u003eStreams\u003c/code\u003e class (\u003ca href=\"https://redirect.github.com/google/gson/issues/1959\"\u003e#1959\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eImprove Maven build (\u003ca href=\"https://redirect.github.com/google/gson/issues/1964\"\u003e#1964\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eMake dependency on \u003ccode\u003ejava.sql\u003c/code\u003e optional (\u003ca href=\"https://redirect.github.com/google/gson/issues/1707\"\u003e#1707\u003c/a\u003e).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eGson 2.8.8\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed issue with recursive types (\u003ca href=\"https://redirect.github.com/google/gson/issues/1390\"\u003e#1390\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eBetter behaviour with Java 9+ and \u003ccode\u003eUnsafe\u003c/code\u003e if there is a security manager (\u003ca href=\"https://redirect.github.com/google/gson/issues/1712\"\u003e#1712\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eEnumTypeAdapter\u003c/code\u003e now works better when ProGuard has obfuscated enum fields (\u003ca href=\"https://redirect.github.com/google/gson/issues/1495\"\u003e#1495\u003c/a\u003e).\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/google/gson/blob/main/CHANGELOG.md\"\u003ecom.google.code.gson:gson's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eVersion 2.8.9\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMake OSGi bundle's dependency on \u003ccode\u003esun.misc\u003c/code\u003e optional (\u003ca href=\"https://redirect.github.com/google/gson/pull/1993\"\u003egoogle/gson#1993\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eDeprecate \u003ccode\u003eGson.excluder()\u003c/code\u003e exposing internal \u003ccode\u003eExcluder\u003c/code\u003e class (\u003ca href=\"https://redirect.github.com/google/gson/pull/1986\"\u003egoogle/gson#1986\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003ePrevent Java deserialization of internal classes (\u003ca href=\"https://redirect.github.com/google/gson/pull/1991\"\u003egoogle/gson#1991\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eImprove number strategy implementation (\u003ca href=\"https://redirect.github.com/google/gson/pull/1987\"\u003egoogle/gson#1987\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFix LongSerializationPolicy null handling being inconsistent with Gson (\u003ca href=\"https://redirect.github.com/google/gson/pull/1990\"\u003egoogle/gson#1990\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eSupport arbitrary Number implementation for Object and Number deserialization (\u003ca href=\"https://redirect.github.com/google/gson/pull/1290\"\u003egoogle/gson#1290\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eBump proguard-maven-plugin from 2.4.0 to 2.5.1 (\u003ca href=\"https://redirect.github.com/google/gson/pull/1980\"\u003egoogle/gson#1980\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eDon't exclude static local classes (\u003ca href=\"https://redirect.github.com/google/gson/pull/1969\"\u003egoogle/gson#1969\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFix \u003ccode\u003eRuntimeTypeAdapterFactory\u003c/code\u003e depending on internal \u003ccode\u003eStreams\u003c/code\u003e class (\u003ca href=\"https://redirect.github.com/google/gson/pull/1959\"\u003egoogle/gson#1959\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eImprove Maven build (\u003ca href=\"https://redirect.github.com/google/gson/pull/1964\"\u003egoogle/gson#1964\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eMake dependency on \u003ccode\u003ejava.sql\u003c/code\u003e optional (\u003ca href=\"https://redirect.github.com/google/gson/pull/1707\"\u003egoogle/gson#1707\u003c/a\u003e).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.8\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed issue with recursive types (\u003ca href=\"https://redirect.github.com/google/gson/issues/1390\"\u003egoogle/gson#1390\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eBetter behaviour with Java 9+ and \u003ccode\u003eUnsafe\u003c/code\u003e if there is a security manager (\u003ca href=\"https://redirect.github.com/google/gson/pull/1712\"\u003egoogle/gson#1712\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eEnumTypeAdapter\u003c/code\u003e now works better when ProGuard has obfuscated enum fields (\u003ca href=\"https://redirect.github.com/google/gson/pull/1495\"\u003egoogle/gson#1495\u003c/a\u003e).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.7\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed \u003ccode\u003eISO8601UtilsTest\u003c/code\u003e failing on systems with UTC+X.\u003c/li\u003e\n\u003cli\u003eImproved javadoc for \u003ccode\u003eJsonStreamParser\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eUpdated proguard.cfg (\u003ca href=\"https://redirect.github.com/google/gson/pull/1693\"\u003egoogle/gson#1693\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFixed \u003ccode\u003eIllegalStateException\u003c/code\u003e in \u003ccode\u003eJsonTreeWriter\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/google/gson/issues/1592\"\u003egoogle/gson#1592\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eAdded \u003ccode\u003eJsonArray.isEmpty()\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/google/gson/pull/1640\"\u003egoogle/gson#1640\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eAdded new test cases (\u003ca href=\"https://redirect.github.com/google/gson/pull/1638\"\u003egoogle/gson#1638\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFixed OSGi metadata generation to work on JavaSE \u0026lt; 9 (\u003ca href=\"https://redirect.github.com/google/gson/pull/1603\"\u003egoogle/gson#1603\u003c/a\u003e).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.6\u003c/h2\u003e\n\u003cp\u003e\u003cem\u003e2019-10-04\u003c/em\u003e  \u003ca href=\"https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.6\"\u003eGitHub Diff\u003c/a\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdded static methods \u003ccode\u003eJsonParser.parseString\u003c/code\u003e and \u003ccode\u003eJsonParser.parseReader\u003c/code\u003e and deprecated instance method \u003ccode\u003eJsonParser.parse\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003eJava 9 module-info support\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.5\u003c/h2\u003e\n\u003cp\u003e\u003cem\u003e2018-05-21\u003c/em\u003e  \u003ca href=\"https://github.com/google/gson/compare/gson-parent-2.8.4...gson-parent-2.8.5\"\u003eGitHub Diff\u003c/a\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003ePrint Gson version while throwing AssertionError and IllegalArgumentException\u003c/li\u003e\n\u003cli\u003eMoved \u003ccode\u003eutils.VersionUtils\u003c/code\u003e class to \u003ccode\u003einternal.JavaVersion\u003c/code\u003e. This is a potential backward incompatible change from 2.8.4\u003c/li\u003e\n\u003cli\u003eFixed issue \u003ca href=\"https://redirect.github.com/google/gson/issues/1310\"\u003egoogle/gson#1310\u003c/a\u003e by supporting Debian Java 9\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.4\u003c/h2\u003e\n\u003cp\u003e\u003cem\u003e2018-05-01\u003c/em\u003e  \u003ca href=\"https://github.com/google/gson/compare/gson-parent-2.8.3...gson-parent-2.8.4\"\u003eGitHub Diff\u003c/a\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdded a new FieldNamingPolicy, \u003ccode\u003eLOWER_CASE_WITH_DOTS\u003c/code\u003e that mapps JSON name \u003ccode\u003esomeFieldName\u003c/code\u003e to \u003ccode\u003esome.field.name\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003eFixed issue \u003ca href=\"https://redirect.github.com/google/gson/issues/1305\"\u003egoogle/gson#1305\u003c/a\u003e by removing compile/runtime dependency on \u003ccode\u003esun.misc.Unsafe\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.3\u003c/h2\u003e\n\u003cp\u003e\u003cem\u003e2018-04-27\u003c/em\u003e  \u003ca href=\"https://github.com/google/gson/compare/gson-parent-2.8.2...gson-parent-2.8.3\"\u003eGitHub Diff\u003c/a\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdded a new API, \u003ccode\u003eGsonBuilder.newBuilder()\u003c/code\u003e that clones the current builder\u003c/li\u003e\n\u003cli\u003ePreserving DateFormatter behavior on JDK 9\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/google/gson/commit/6a368d89da37917be7714c3072b8378f4120110a\"\u003e\u003ccode\u003e6a368d8\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release gson-parent-2.8.9\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/ba96d53bad35f7466073f14cb3d89d09383e1a2d\"\u003e\u003ccode\u003eba96d53\u003c/code\u003e\u003c/a\u003e Fix missing bounds checks for JsonTreeReader.getPath() (\u003ca href=\"https://redirect.github.com/google/gson/issues/2001\"\u003e#2001\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/ca1df7f7e09f6b1a763882029dd7057f475b31de\"\u003e\u003ccode\u003eca1df7f\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://redirect.github.com/google/gson/issues/1981\"\u003e#1981\u003c/a\u003e: Optional OSGi bundle's dependency on sun.misc package (\u003ca href=\"https://redirect.github.com/google/gson/issues/1993\"\u003e#1993\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/c54caf308c3f7d4a6088cf3085c2caa9617e0458\"\u003e\u003ccode\u003ec54caf3\u003c/code\u003e\u003c/a\u003e Deprecate \u003ccode\u003eGson.excluder()\u003c/code\u003e exposing internal \u003ccode\u003eExcluder\u003c/code\u003e class (\u003ca href=\"https://redirect.github.com/google/gson/issues/1986\"\u003e#1986\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/e6fae590cf2a758c47cd5a17f9bf3780ce62c986\"\u003e\u003ccode\u003ee6fae59\u003c/code\u003e\u003c/a\u003e Prevent Java deserialization of internal classes (\u003ca href=\"https://redirect.github.com/google/gson/issues/1991\"\u003e#1991\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/bda2e3d16af776e0f607d56bbab6eac22f8f2d58\"\u003e\u003ccode\u003ebda2e3d\u003c/code\u003e\u003c/a\u003e Improve number strategy implementation (\u003ca href=\"https://redirect.github.com/google/gson/issues/1987\"\u003e#1987\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/cd748df7122ea4260d35dfe90cfab0c079a1504d\"\u003e\u003ccode\u003ecd748df\u003c/code\u003e\u003c/a\u003e Fix LongSerializationPolicy null handling being inconsistent with Gson (\u003ca href=\"https://redirect.github.com/google/gson/issues/1990\"\u003e#1990\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/fe30b85224316cabf19f5dd3223843437c297802\"\u003e\u003ccode\u003efe30b85\u003c/code\u003e\u003c/a\u003e Support arbitrary Number implementation for Object and Number deserialization...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/1cc16274235f89650349884dd04760bf15a95d96\"\u003e\u003ccode\u003e1cc1627\u003c/code\u003e\u003c/a\u003e Fix incorrect feature request template label (\u003ca href=\"https://redirect.github.com/google/gson/issues/1982\"\u003e#1982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/7b9a283a7a5d66878c9be01227b15e631afe2a5a\"\u003e\u003ccode\u003e7b9a283\u003c/code\u003e\u003c/a\u003e Bump bnd-maven-plugin from 5.3.0 to 6.0.0 (\u003ca href=\"https://redirect.github.com/google/gson/issues/1985\"\u003e#1985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/google/gson/compare/gson-parent-2.8.0...gson-parent-2.8.9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.asynchttpclient:async-http-client` from 2.2.0 to 2.12.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/releases\"\u003eorg.asynchttpclient:async-http-client's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eAHC v2.12.4 Release\u003c/h2\u003e\n\u003ch2\u003eSecurity Advisory\u003c/h2\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-mfj5-cf8g-g2fv\"\u003ehttps://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-mfj5-cf8g-g2fv\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eImportant\u003c/h2\u003e\n\u003cp\u003eThis is a breaking release. \u003ccode\u003eRequestBuilderBase.java\u003c/code\u003e has a new method added. This is in response to \u003ccode\u003eGHSA-mfj5-cf8g-g2fv\u003c/code\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/AsyncHttpClient/async-http-client/commit/6afba08b39a10c2a85bb1b38e14ada224cd40705\"\u003e\u003ccode\u003e6afba08\u003c/code\u003e\u003c/a\u003e Release 2.12.4 with CVE Fix: 2024-53990\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/7a370af58dc8895a27a14d0a81af2a3b91930651\"\u003e\u003ccode\u003e7a370af\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release async-http-client-project-2.12.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/7201bf111839358226df678fd512961a3db4fc1d\"\u003e\u003ccode\u003e7201bf1\u003c/code\u003e\u003c/a\u003e Bump netty to 4.1.60.Final \u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1775\"\u003e#1775\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1782\"\u003e#1782\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/576decf10ca8729c1b3216fcd54c2191872059f4\"\u003e\u003ccode\u003e576decf\u003c/code\u003e\u003c/a\u003e Proxy CONNECT custom headers (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1774\"\u003e#1774\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/d2fc37154b48c416e9d2dda0095a4a7a32b83f5a\"\u003e\u003ccode\u003ed2fc371\u003c/code\u003e\u003c/a\u003e Fix for NPE when connection is reset by peer (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1771\"\u003e#1771\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/bd7b5bd0e3e5f7eb045d3e996d94b9f190fe3232\"\u003e\u003ccode\u003ebd7b5bd\u003c/code\u003e\u003c/a\u003e Use original method in redirects for HEAD / OPTIONS requests (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1736\"\u003e#1736\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/d24ee6ac16e972fd910d1adfdd542e0cd2db59bd\"\u003e\u003ccode\u003ed24ee6a\u003c/code\u003e\u003c/a\u003e Propagate original request user-agent in proxy CONNECT requests (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1742\"\u003e#1742\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/7770c8b3a0af142b2f57bfb1c5b6f4a836f8fed5\"\u003e\u003ccode\u003e7770c8b\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/AsyncHttpClient/async-http-client/commit/64622adb84d3d7dc2f517a500b6f1f2f4d7c4d02\"\u003e\u003ccode\u003e64622ad\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release async-http-client-project-2.12.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/26588259cf1539dda378ae069a54b30ec4be60af\"\u003e\u003ccode\u003e2658825\u003c/code\u003e\u003c/a\u003e Bump netty.version for vulnerability fixes (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1755\"\u003e#1755\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/compare/async-http-client-project-2.2.0...async-http-client-project-2.12.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.bouncycastle:bcprov-jdk15on` from 1.58 to 1.70\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html\"\u003eorg.bouncycastle:bcprov-jdk15on's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e2.1.1 Version\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\nRelease: 1.80\u003c!-- raw HTML omitted --\u003e\nDate:      2025, 14th January.\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\u003eSee full diff in \u003ca href=\"https://github.com/bcgit/bc-java/commits\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.hazelcast:hazelcast` from 3.8.4 to 5.3.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/hazelcast/hazelcast/releases\"\u003ecom.hazelcast:hazelcast's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.5\u003c/h2\u003e\n\u003cp\u003eThis document lists the enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.5 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.\u003c/p\u003e\n\u003cp\u003eNOTE: Due to an error in the tooling, the Platform releases 5.3.3 and 5.3.4 needed to be skipped numerically.\u003c/p\u003e\n\u003ch2\u003eEnhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImproved the permission checks by fixing the \u003ca href=\"https://nvd.nist.gov/vuln/detail/CVE-2023-45859\"\u003eCVE-2023-45859\u003c/a\u003e and \u003ca href=\"https://nvd.nist.gov/vuln/detail/CVE-2023-45860\"\u003eCVE-2023-45860\u003c/a\u003e vulnerabilities.\u003c/li\u003e\n\u003cli\u003eChanged the exception type from \u003ccode\u003eCancellationException\u003c/code\u003e to \u003ccode\u003eCancellationByUserException\u003c/code\u003e in case the user cancels a job before it is initialized. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25452\"\u003e#25452\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdated the versions of the following dependencies\n\u003cul\u003e\n\u003cli\u003egRPC to 1.57.0, \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25430\"\u003e#25430\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNetty to 4.1.100, \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25670\"\u003e#25670\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvro to 1.1.13, \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25659\"\u003e#25659\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSnappy Java to 1.1.10.5\u003c/li\u003e\n\u003cli\u003eElasticsearch to 7.17.13, \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25660\"\u003e#25660\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eRenamed the service port for Hazelcast clusters deployed in Kubernetes environments as \u003ccode\u003ehazelcast\u003c/code\u003e.\nPreviously, the name was \u003ccode\u003ehazelcast-service-port\u003c/code\u003e causing the member auto-discovery (for embedded deployments) to fail. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/24834\"\u003e#24834\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eFixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed an issue where the map entries' metadata, such as time-to-live and expiration, was not replicated correctly over WAN after updating existing entries. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25505\"\u003e#25505\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed an issue where the member list was not updated after a cluster failover scenario. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25504\"\u003e#25504\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a memory leak issue happening in Hazelcast members and clients while destroying fenced locks. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25421\"\u003e#25421\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eRemoved/Deprecated Features\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemoved the evaluation tool (to try out Platform 5.x features for IMDG 3.x users) and the relevant IMDG 3.x JAR libraries from Hazelcast Platform distributions. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25663\"\u003e#25663\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.3.2\u003c/h2\u003e\n\u003cp\u003eThis document lists the enhancements and fixed issues for Hazelcast Platform 5.3.2 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.\u003c/p\u003e\n\u003ch2\u003eEnhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdated the Janino dependency version to 3.1.10. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25094\"\u003e#25094\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eFixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRenamed the service port for Hazelcast clusters deployed in Kubernetes environments as \u003ccode\u003ehazelcast\u003c/code\u003e.\nPreviously, the name was \u003ccode\u003ehazelcast-service-port\u003c/code\u003e causing the member auto-discovery (for embedded deployments) to fail. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25228\"\u003e#25228\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed an issue where the \u003ccode\u003egetDistributedObjects()\u003c/code\u003e was returning inconsistent results when multiple members are simultaneously joining to the cluster. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25153\"\u003e#25153\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed an issue where the Hot Restart procedure was failing on Hazelcast Viridian, when the cluster is in the \u003ccode\u003eFROZEN\u003c/code\u003e state. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25081\"\u003e#25081\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed an issue where the retry mechanism for the communications between CP leader and followers was generating too many retries, due to incorrect backoff timeout reset behavior. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25074\"\u003e#25074\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.3.1\u003c/h2\u003e\n\u003cp\u003eThis document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.3.1 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.\u003c/p\u003e\n\u003ch2\u003eEnhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdated the version of \u003ccode\u003ejackson-core\u003c/code\u003e dependency to 2.15.2. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/24727\"\u003e#24727\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/hazelcast/hazelcast/commit/7e760b071f2736d304d818883e51cb6ea46bedc4\"\u003e\u003ccode\u003e7e760b0\u003c/code\u003e\u003c/a\u003e Upgrade version to 5.3.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/0a8cc632a50bd86a04b5bdce01d0dcbd52a24c48\"\u003e\u003ccode\u003e0a8cc63\u003c/code\u003e\u003c/a\u003e Adding note to 5.3.5 OS RN. (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25829\"\u003e#25829\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/ae0396d22dfbb1fc8a1d82184f9e82e8cf8464cf\"\u003e\u003ccode\u003eae0396d\u003c/code\u003e\u003c/a\u003e Update version of dependency-check-maven to 8.4.2 (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25816\"\u003e#25816\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/b2c44b58195dd3067205dcae8ee663d8271c4c43\"\u003e\u003ccode\u003eb2c44b5\u003c/code\u003e\u003c/a\u003e Fix 5.3.4 deployment by pushing 5.3.5 (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25800\"\u003e#25800\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/781beef0a7b79f146869bd55ae8e57c5ed0d9c25\"\u003e\u003ccode\u003e781beef\u003c/code\u003e\u003c/a\u003e Check permissions during the validation for dynamic functions [HZ-3516] [5.3....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/b7c8d0d727d4eb6673e5a6a81a253b9b45bd85a7\"\u003e\u003ccode\u003eb7c8d0d\u003c/code\u003e\u003c/a\u003e Bump everit-json-schema to mitigate CVE-2023-5072 [HZ-3518] [5.3.3] (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25773\"\u003e#25773\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/371fed4631f67aa16dcec31fe5ea748dc9ecb379\"\u003e\u003ccode\u003e371fed4\u003c/code\u003e\u003c/a\u003e Add CVE IDs to the 5.3.3 OS RN (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25727\"\u003e#25727\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/6a90c3ba7a21cfc16b08d45ed2dc30b3fd5a6e4f\"\u003e\u003ccode\u003e6a90c3b\u003c/code\u003e\u003c/a\u003e Don't fail proxies creation if any of permissions is missing in CreateProxies...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/5125c3fd22587724ae5c287a5e1522c9bd1d9098\"\u003e\u003ccode\u003e5125c3f\u003c/code\u003e\u003c/a\u003e Adding Platform OS 5.3.3 Release Notes. (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25706\"\u003e#25706\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/54cf897ab1ed13d7bef4b619e569b45330415570\"\u003e\u003ccode\u003e54cf897\u003c/code\u003e\u003c/a\u003e Bump netty to 4.1.100.Final [HZ-3424] [5.3.3] (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25670\"\u003e#25670\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/hazelcast/hazelcast/compare/v3.8.4...v5.3.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.hadoop:hadoop-client` from 2.2.0 to 2.7.0\n\nUpdates `org.apache.storm:storm-core` from 1.2.2 to 1.2.3\n\nUpdates `org.yaml:snakeyaml` from 1.21 to 2.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/c98ffba9cd065d1ead94c9ec580d8b5a5966c9d3\"\u003e\u003ccode\u003ec98ffba\u003c/code\u003e\u003c/a\u003e issue 561: add negative test case\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/e2ca740df5510abf4f8de49c56e4ec53ec7b5624\"\u003e\u003ccode\u003ee2ca740\u003c/code\u003e\u003c/a\u003e Use Maven wrapper on github\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/49d91a1e2d7fbd756f1d5f380b0c07e13546222d\"\u003e\u003ccode\u003e49d91a1\u003c/code\u003e\u003c/a\u003e Fix target for github\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/19e331dd722325758263bfdfdd1d72872d8451bd\"\u003e\u003ccode\u003e19e331d\u003c/code\u003e\u003c/a\u003e Disable toolchain for github\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/42c781297909a3c7e61a234071540b91c6bf5834\"\u003e\u003ccode\u003e42c7812\u003c/code\u003e\u003c/a\u003e Cobertura plugin does not work\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/03c82b5d8ef3525ba407f3a96cbb6d5f6f9d364d\"\u003e\u003ccode\u003e03c82b5\u003c/code\u003e\u003c/a\u003e Rename GlobalTagRejectionTest to be run by Maven\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/6e8cd890716dfe22d5ba56f9a592225fb7fa2803\"\u003e\u003ccode\u003e6e8cd89\u003c/code\u003e\u003c/a\u003e Remove cobertura\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/d9b0f480b1a63aca4678da7ab1915fcfc7d2a856\"\u003e\u003ccode\u003ed9b0f48\u003c/code\u003e\u003c/a\u003e Improve Javadoc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/519791aa35b5415494234cd91c250ba5ed9fa80a\"\u003e\u003ccode\u003e519791a\u003c/code\u003e\u003c/a\u003e Run install and site goals under docker\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/82f33d25ae189560ebeed29bbe3aff5bc44556fc\"\u003e\u003ccode\u003e82f33d2\u003c/code\u003e\u003c/a\u003e Merge branch 'master' into add-module-info\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.21\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.esotericsoftware.yamlbeans:yamlbeans` from 1.15 to 1.17\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/34eeff9671d3ead9587a217ba6408293cc0b940e\"\u003e\u003ccode\u003e34eeff9\u003c/code\u003e\u003c/a\u003e 1.17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/33a0f91ddc524821f365e7a1fc0f5e9ed224a8f4\"\u003e\u003ccode\u003e33a0f91\u003c/code\u003e\u003c/a\u003e Formatting, clean up.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/b1122588e7610ae4e0d516c50d08c94ee87946e6\"\u003e\u003ccode\u003eb112258\u003c/code\u003e\u003c/a\u003e added a new read config flag of anchor to enable/disable following an… (\u003ca href=\"https://redirect.github.com/EsotericSoftware/yamlbeans/issues/164\"\u003e#164\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/08f4f7bc91709cc1c59e165e2882ca7c679d496f\"\u003e\u003ccode\u003e08f4f7b\u003c/code\u003e\u003c/a\u003e Added missing ReadConfig autoMerge setter.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/d73748e1bf7179f22d1700dea939683803f247de\"\u003e\u003ccode\u003ed73748e\u003c/code\u003e\u003c/a\u003e Merge remote-tracking branch 'origin/master'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/f1ee429b11cfdec9006f006bbdcfe94a0dda9b90\"\u003e\u003ccode\u003ef1ee429\u003c/code\u003e\u003c/a\u003e * Throw an exception if the YAML data specifies a type that is incompatible w...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/64a14ed3cdcc19d4679f98e18479730c5fd1802c\"\u003e\u003ccode\u003e64a14ed\u003c/code\u003e\u003c/a\u003e Update pom.xml\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/6b0a6f29e3663caab9e7ea46101b1f6f16f39100\"\u003e\u003ccode\u003e6b0a6f2\u003c/code\u003e\u003c/a\u003e Update CN_README.md (\u003ca href=\"https://redirect.github.com/EsotericSoftware/yamlbeans/issues/162\"\u003e#162\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/631d6295fe75e4d1d42cda42bda14b97c1ba5261\"\u003e\u003ccode\u003e631d629\u003c/code\u003e\u003c/a\u003e Added AutoCloseable.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/246e9cd10c9c3ab44dc6f880ad66cb10e83f0104\"\u003e\u003ccode\u003e246e9cd\u003c/code\u003e\u003c/a\u003e Merge remote-tracking branch 'origin/master'\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/compare/1.15...1.17\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.google.protobuf:protobuf-java` from 3.1.0 to 3.25.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/protocolbuffers/protobuf/releases\"\u003ecom.google.protobuf:protobuf-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eProtocol Buffers v3.20.3\u003c/h2\u003e\n\u003ch1\u003eJava\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eRefactoring java full runtime to reuse sub-message builders and prepare to\nmigrate parsing logic from parse constructor to builder.\u003c/li\u003e\n\u003cli\u003eMove proto wireformat parsing functionality from the private \u0026quot;parsing\nconstructor\u0026quot; to the Builder class.\u003c/li\u003e\n\u003cli\u003eChange the Lite runtime to prefer merging from the wireformat into mutable\nmessages rather than building up a new immutable object before merging. This\nway results in fewer allocations and copy operations.\u003c/li\u003e\n\u003cli\u003eMake message-type extensions merge from wire-format instead of building up\ninstances and merging afterwards. This has much better performance.\u003c/li\u003e\n\u003cli\u003eFix TextFormat parser to build up recurring (but supposedly not repeated)\nsub-messages directly from text rather than building a new sub-message and\nmerging the fully formed message into the existing field.\u003c/li\u003e\n\u003cli\u003eThis release addresses a \u003ca href=\"https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-h4h5-3hr4-j3g2\"\u003eSecurity Advisory for Java users\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eProtocol Buffers v3.20.2\u003c/h2\u003e\n\u003ch1\u003eC++\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eReduce memory consumption of MessageSet parsing\u003c/li\u003e\n\u003cli\u003eThis release addresses a \u003ca href=\"https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf\"\u003eSecurity Advisory for C++ and Python users\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eProtocol Buffers v3.20.1\u003c/h2\u003e\n\u003ch1\u003ePHP\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eFix building packaged PHP extension (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9727\"\u003e#9727\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFixed composer.json to only advertise compatibility with PHP 7.0+.  (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9819\"\u003e#9819\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRuby\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eDisable the aarch64 build on macOS until it can be fixed. (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9816\"\u003e#9816\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eOther\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eFix versioning issues in 3.20.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eProtocol Buffers v3.20.1-rc1\u003c/h2\u003e\n\u003ch1\u003ePHP\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eFix building packaged PHP extension (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9727\"\u003e#9727\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eOther\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eFix versioning issues in 3.20.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eProtocol Buffers v3.20.0\u003c/h2\u003e\n\u003cp\u003e2022-03-25 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)\u003c/p\u003e\n\u003ch1\u003eRuby\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eDropped Ruby 2.3 and 2.4 support for CI and releases. (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9311\"\u003e#9311\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdded Ruby 3.1 support for CI and releases (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9566\"\u003e#9566\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eMessage.decode/encode: Add recursion_limit option (\u003ca href=\"https://redirect...\n\n_Description has been truncated_","html_url":"https://github.com/thismahbub/tutorials/pull/1","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/thismahbub%2Ftutorials/issues/1","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1/packages"},{"uuid":"2453296099","node_id":"PR_kwDOOXx-Hc6SOlPj","number":7,"state":"closed","title":"Bump org.apache.storm:storm-core from 1.1.3 to 2.8.0 in /thresh","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-06-09T08:39:39.000Z","author_association":"NONE","state_reason":null,"created_at":"2025-04-11T09:17:36.000Z","updated_at":"2025-06-09T08:39:39.000Z","time_to_close":5095323,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"1.1.3","new_version":"2.8.0","repository_url":"https://github.com/apache/storm"}],"path":"/thresh","ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 1.1.3 to 2.8.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/storm/releases\"\u003eorg.apache.storm:storm-core's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Storm 2.8.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.codehaus.mojo:license-maven-plugin from 2.4.0 to 2.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3804\"\u003eapache/storm#3804\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.20.3 to 1.20.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3796\"\u003eapache/storm#3796\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4131: Update log4j2 to a non-borked version by \u003ca href=\"https://github.com/tballison\"\u003e\u003ccode\u003e@​tballison\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3807\"\u003eapache/storm#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4133 - Raise Minimum JRE Level to 17 by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3817\"\u003eapache/storm#3817\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4132 - Remove \u0026quot;storm-hive\u0026quot; by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3816\"\u003eapache/storm#3816\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4134 - Bump org.apache.logging.log4j:log4j-bom from 2.24.2 to 2.24.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3813\"\u003eapache/storm#3813\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSeveral Dependency Updates by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3818\"\u003eapache/storm#3818\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.11.3 to 5.11.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3822\"\u003eapache/storm#3822\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.freemarker:freemarker from 2.3.33 to 2.3.34 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3820\"\u003eapache/storm#3820\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4142 Log when falling back to java serialization by \u003ca href=\"https://github.com/MaheshAravindV\"\u003e\u003ccode\u003e@​MaheshAravindV\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3824\"\u003eapache/storm#3824\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4144 - Bump slf4j.version from 1.7.36 to 2.0.16 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3680\"\u003eapache/storm#3680\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump io.netty:netty-bom from 4.1.115.Final to 4.1.116.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3819\"\u003eapache/storm#3819\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3821\"\u003eapache/storm#3821\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.48.3 to 3.48.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3826\"\u003eapache/storm#3826\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Decode ComponentId to avoid UI throwing errors by \u003ca href=\"https://github.com/paxadax\"\u003e\u003ccode\u003e@​paxadax\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3827\"\u003eapache/storm#3827\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImporting changes from STORM-3693 (TimeOut ticks) by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3828\"\u003eapache/storm#3828\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-codec:commons-codec from 1.17.1 to 1.17.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3832\"\u003eapache/storm#3832\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.glassfish.jersey:jersey-bom from 3.1.9 to 3.1.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3829\"\u003eapache/storm#3829\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-csv from 1.12.0 to 1.13.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3831\"\u003eapache/storm#3831\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.rocksdb:rocksdbjni from 9.7.3 to 9.8.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3830\"\u003eapache/storm#3830\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4154 - fix: Nimbus downtime during topology deployment by \u003ca href=\"https://github.com/DiogoP98\"\u003e\u003ccode\u003e@​DiogoP98\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3833\"\u003eapache/storm#3833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eStormExecutor: adding an unit test to changes introduced in STORM-3693  by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3834\"\u003eapache/storm#3834\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/tballison\"\u003e\u003ccode\u003e@​tballison\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3807\"\u003eapache/storm#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/MaheshAravindV\"\u003e\u003ccode\u003e@​MaheshAravindV\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3824\"\u003eapache/storm#3824\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/DiogoP98\"\u003e\u003ccode\u003e@​DiogoP98\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3833\"\u003eapache/storm#3833\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/apache/storm/compare/v2.7.1...v2.8.0\"\u003ehttps://github.com/apache/storm/compare/v2.7.1...v2.8.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eApache Storm 2.7.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdating release notes by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3706\"\u003eapache/storm#3706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3708\"\u003eapache/storm#3708\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0 to 3.5.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3736\"\u003eapache/storm#3736\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.jacoco:jacoco-maven-plugin from 0.7.2.201409121644 to 0.8.12 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3735\"\u003eapache/storm#3735\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-jxr-plugin from 3.2.0 to 3.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3737\"\u003eapache/storm#3737\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-checkstyle-plugin from 3.0.0 to 3.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3727\"\u003eapache/storm#3727\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3711\"\u003eapache/storm#3711\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-javadoc-plugin from 2.10.4 to 3.11.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3726\"\u003eapache/storm#3726\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:taglist-maven-plugin from 2.4 to 3.2.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3728\"\u003eapache/storm#3728\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-shade-plugin from 3.1.1 to 3.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3733\"\u003eapache/storm#3733\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.testng:testng from 6.8.5 to 7.10.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3751\"\u003eapache/storm#3751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.awaitility:awaitility from 4.2.1 to 4.2.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3742\"\u003eapache/storm#3742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.14.18 to 1.15.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3743\"\u003eapache/storm#3743\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3745\"\u003eapache/storm#3745\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4104 Fix Pacemaker server stability issues by \u003ca href=\"https://github.com/Scomocouk\"\u003e\u003ccode\u003e@​Scomocouk\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3739\"\u003eapache/storm#3739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4107 - Remove ElasticSearch Module by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3760\"\u003eapache/storm#3760\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/storm/commit/c633e688337a95d735902c73da67e5c73d265003\"\u003e\u003ccode\u003ec633e68\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/884c4cda1818d47730d99fa0e840028174cde422\"\u003e\u003ccode\u003e884c4cd\u003c/code\u003e\u003c/a\u003e StormExecutor: adding an unit test to changes introduced in STORM-3693  (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3834\"\u003e#3834\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/af4699946b1d2f599e5e08b5d3005aff0ee74a79\"\u003e\u003ccode\u003eaf46999\u003c/code\u003e\u003c/a\u003e STORM-4154 - fix: Nimbus downtime during topology deployment (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3833\"\u003e#3833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/6f86af4b24f38541bd340f6a7b45bea1cbf4f9bf\"\u003e\u003ccode\u003e6f86af4\u003c/code\u003e\u003c/a\u003e STORM-4153 - rocksdb jni 9.8.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/a6a5f98ffbe34a3c6cbad3054e25d35c44264ceb\"\u003e\u003ccode\u003ea6a5f98\u003c/code\u003e\u003c/a\u003e STORM-4152 - commons-csv 1.13.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/80857b4aeca59f10f58502803fcb90c04640197d\"\u003e\u003ccode\u003e80857b4\u003c/code\u003e\u003c/a\u003e STORM-4151 - Jersey 3.1.10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/a8c93d9b8a1d2bbc378f402b96e83d5436697f9d\"\u003e\u003ccode\u003ea8c93d9\u003c/code\u003e\u003c/a\u003e STORM-4150 - commons codec 1.17.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/6808fbc43f486ccae35279872f71fbcfc749a8ac\"\u003e\u003ccode\u003e6808fbc\u003c/code\u003e\u003c/a\u003e Porting changes from STORM-3693 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3828\"\u003e#3828\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/457194d18978c22fe35c4ea4453099a1c65caf88\"\u003e\u003ccode\u003e457194d\u003c/code\u003e\u003c/a\u003e fix: Decode ComponentId to avoid UI throwing errors (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3827\"\u003e#3827\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/4fd8bd910ada0242a922b685ca61efa39c641814\"\u003e\u003ccode\u003e4fd8bd9\u003c/code\u003e\u003c/a\u003e STORM-4147 - checker-qual 3.48.4\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v1.1.3...v2.8.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.storm:storm-core\u0026package-manager=maven\u0026previous-version=1.1.3\u0026new-version=2.8.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/thuvh/monasca-thresh/pull/7","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuvh%2Fmonasca-thresh/issues/7","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/7/packages"},{"uuid":"2052348946","node_id":"PR_kwDOH2r_lc56VFwS","number":196,"state":"closed","title":"Bump org.apache.storm:storm-core from 2.6.1 to 2.6.4","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-08-22T15:04:14.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2024-09-04T01:34:19.000Z","updated_at":"2025-08-22T15:04:14.000Z","time_to_close":30461395,"merged_at":"2025-08-22T15:04:14.000Z","merged_by":"jiangxincode","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"2.6.1","new_version":"2.6.4","repository_url":"https://github.com/apache/storm"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 2.6.1 to 2.6.4.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/9434c7d42c9cd78b79b4bc2de64025be1983404a\"\u003e\u003ccode\u003e9434c7d\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.6.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/664142c7820935cc5c78b7c2224c8b711ce541e6\"\u003e\u003ccode\u003e664142c\u003c/code\u003e\u003c/a\u003e Update license files after latest merge\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/f9f3f47b4ee2a0f6ae934cde999b0b875bd9aae8\"\u003e\u003ccode\u003ef9f3f47\u003c/code\u003e\u003c/a\u003e STORM-4070 mTls support - fix LICENSE-binary\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/6c49ccfc069d2375fa6adc91df6de8ba4d17df84\"\u003e\u003ccode\u003e6c49ccf\u003c/code\u003e\u003c/a\u003e STORM-4070 mTls support - fix LICENSE-binary\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/a03b466e28d2fc7dee6c99d0a216c8948048695f\"\u003e\u003ccode\u003ea03b466\u003c/code\u003e\u003c/a\u003e STORM-4070 mTls support (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3678\"\u003e#3678\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/a793764b672680748aa65bb2c8f7c9eef446b9aa\"\u003e\u003ccode\u003ea793764\u003c/code\u003e\u003c/a\u003e Uplift netty to 4.1.112 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3685\"\u003e#3685\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/6ea22464d421a5cb69d1db12542973b2d19e055f\"\u003e\u003ccode\u003e6ea2246\u003c/code\u003e\u003c/a\u003e Bump org.apache.maven.plugins:maven-surefire-report-plugin\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/18a23e8691971c23fe0493d92c80fcc5e8c200c6\"\u003e\u003ccode\u003e18a23e8\u003c/code\u003e\u003c/a\u003e Bump testcontainers.version from 1.19.6 to 1.20.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/088c0ddf800aa10a96c4edec603cb2425d04bf8b\"\u003e\u003ccode\u003e088c0dd\u003c/code\u003e\u003c/a\u003e STORM-4069 - java.lang.ClassCastException for Trident-based Topology\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/242b89ee5ff54ae34d66f4c823ce9031bbafacd3\"\u003e\u003ccode\u003e242b89e\u003c/code\u003e\u003c/a\u003e Fix licenses after dependency upgrades\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v2.6.1...v2.6.4\"\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.storm:storm-core\u0026package-manager=maven\u0026previous-version=2.6.1\u0026new-version=2.6.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR 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\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n","html_url":"https://github.com/jiangxincode/JavaWebTest/pull/196","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiangxincode%2FJavaWebTest/issues/196","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/196/packages"}],"issue_packages":[{"old_version":"2.6.4","new_version":"2.8.2","update_type":"minor","path":null,"pr_created_at":"2025-09-24T01:06:12.000Z","version_change":"2.6.4 → 2.8.2","issue":{"uuid":"2854964352","node_id":"PR_kwDOH2r_lc6qK0yA","number":236,"state":"closed","title":"Bump org.apache.storm:storm-core from 2.6.4 to 2.8.2","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-09-24T01:38:44.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-24T01:06:12.000Z","updated_at":"2025-09-24T01:38:44.000Z","time_to_close":1952,"merged_at":"2025-09-24T01:38:44.000Z","merged_by":"jiangxincode","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"2.6.4","new_version":"2.8.2","repository_url":"https://github.com/apache/storm"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 2.6.4 to 2.8.2.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/storm/releases\"\u003eorg.apache.storm:storm-core's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Storm 2.8.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8094\"\u003eapache/storm#8094\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.0 to 1.21.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8093\"\u003eapache/storm#8093\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.12.2 to 5.13.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8092\"\u003eapache/storm#8092\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8090\"\u003eapache/storm#8090\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.woodstox:woodstox-core from 7.1.0 to 7.1.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8091\"\u003eapache/storm#8091\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8087\"\u003eapache/storm#8087\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump dropwizard.version from 4.0.13 to 4.0.14 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8086\"\u003eapache/storm#8086\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.7 to 1.3.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8088\"\u003eapache/storm#8088\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.30 to 4.2.32 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8085\"\u003eapache/storm#8085\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8105\"\u003eapache/storm#8105\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.0 to 5.13.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8107\"\u003eapache/storm#8107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.3 to 3.49.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8113\"\u003eapache/storm#8113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump bouncycastle.version from 1.80 to 1.81 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8111\"\u003eapache/storm#8111\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.clojure:clojure from 1.12.0 to 1.12.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8112\"\u003eapache/storm#8112\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-resolver-provider from 3.9.9 to 3.9.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8110\"\u003eapache/storm#8110\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8109\"\u003eapache/storm#8109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8108\"\u003eapache/storm#8108\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump io.netty:netty-bom from 4.2.1.Final to 4.2.2.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8106\"\u003eapache/storm#8106\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[STORM-8019] Fixing kafka topic level metrics computation by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8047\"\u003eapache/storm#8047\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump spring.version from 6.2.7 to 6.2.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8123\"\u003eapache/storm#8123\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8125\"\u003eapache/storm#8125\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8124\"\u003eapache/storm#8124\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache:apache from 30 to 35 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8126\"\u003eapache/storm#8126\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.1 to 1.21.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8134\"\u003eapache/storm#8134\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.5 to 1.17.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8136\"\u003eapache/storm#8136\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:license-maven-plugin from 2.5.0 to 2.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8135\"\u003eapache/storm#8135\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.25.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8138\"\u003eapache/storm#8138\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump activemq.version from 6.1.6 to 6.1.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8133\"\u003eapache/storm#8133\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.32 to 4.2.33 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8132\"\u003eapache/storm#8132\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.1 to 5.13.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8155\"\u003eapache/storm#8155\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.2 to 1.21.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8149\"\u003eapache/storm#8149\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8148\"\u003eapache/storm#8148\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8146\"\u003eapache/storm#8146\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump maven-resolver.version from 1.9.23 to 1.9.24 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8154\"\u003eapache/storm#8154\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.8 to 1.3.9 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8153\"\u003eapache/storm#8153\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8152\"\u003eapache/storm#8152\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8147\"\u003eapache/storm#8147\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSummarized Dependency Updates (Prometheus, Lang3, Caffeine) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8169\"\u003eapache/storm#8169\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons IO 2.20.0, Netty 4.2.3.Final, Hbase 2.6.3, Hikari 6.3.1) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8184\"\u003eapache/storm#8184\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDrop User \u0026amp; URL from VersionInfo by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8189\"\u003eapache/storm#8189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.3 to 5.13.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8186\"\u003eapache/storm#8186\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/apache/storm/compare/v2.8.1...v2.8.2\"\u003ehttps://github.com/apache/storm/compare/v2.8.1...v2.8.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eApache Storm 2.8.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate Release Note Generation and Docs by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7936\"\u003eapache/storm#7936\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/storm/commit/dda23bb92f7eef7010015ab888c67bc85ce7855e\"\u003e\u003ccode\u003edda23bb\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/8ea26f1da25280c807bcbb0cedb1c00ddf3bb8e7\"\u003e\u003ccode\u003e8ea26f1\u003c/code\u003e\u003c/a\u003e Bump org.junit:junit-bom from 5.13.3 to 5.13.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/84828defc06660cace8f8a57e0a1cd580b84a93f\"\u003e\u003ccode\u003e84828de\u003c/code\u003e\u003c/a\u003e Drop User \u0026amp; URL from VersionInfo (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8189\"\u003e#8189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/9628cd27861aef352467723a55ead5d05eefe65e\"\u003e\u003ccode\u003e9628cd2\u003c/code\u003e\u003c/a\u003e Updates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e2169945213cdd21d43a51a87099e780c420e730\"\u003e\u003ccode\u003ee216994\u003c/code\u003e\u003c/a\u003e Summarized Dependency Updates (Prometheus, Lang3, Caffeine) (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8169\"\u003e#8169\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/f2b705f0c995bc830b0fdf7d4197c27edde10ce2\"\u003e\u003ccode\u003ef2b705f\u003c/code\u003e\u003c/a\u003e Bump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8147\"\u003e#8147\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/be00cbd34ee61980e2261b91af87ceb97791eb48\"\u003e\u003ccode\u003ebe00cbd\u003c/code\u003e\u003c/a\u003e Bump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8152\"\u003e#8152\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e6b0ac7173883899b8122d15f13741b7ad7f0edc\"\u003e\u003ccode\u003ee6b0ac7\u003c/code\u003e\u003c/a\u003e Bump prometheus.client.version from 1.3.8 to 1.3.9 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8153\"\u003e#8153\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/66144d79a09d04bc53a4a63fd61196a423d9e4a7\"\u003e\u003ccode\u003e66144d7\u003c/code\u003e\u003c/a\u003e Bump maven-resolver.version from 1.9.23 to 1.9.24 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8154\"\u003e#8154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/439e0b0c382ce1fb25562e226599d67cd87cbd98\"\u003e\u003ccode\u003e439e0b0\u003c/code\u003e\u003c/a\u003e Bump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8146\"\u003e#8146\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v2.6.4...v2.8.2\"\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.storm:storm-core\u0026package-manager=maven\u0026previous-version=2.6.4\u0026new-version=2.8.2)](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/jiangxincode/JavaWebTest/pull/236","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiangxincode%2FJavaWebTest/issues/236","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/236/packages"}},{"old_version":"2.2.0","new_version":"2.6.0","update_type":"minor","path":"/examples/storm","pr_created_at":"2025-09-22T18:19:11.000Z","version_change":"2.2.0 → 2.6.0","issue":{"uuid":"2850575712","node_id":"PR_kwDOO80Unc6p6FVg","number":2,"state":"open","title":"bump org.apache.storm:storm-core from 2.2.0 to 2.6.0 in /examples/storm","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-22T18:19:11.000Z","updated_at":"2025-09-22T18:19:12.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"2.2.0","new_version":"2.6.0","repository_url":null}],"path":"/examples/storm","ecosystem":"maven"},"body":"\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.storm:storm-core\u0026package-manager=maven\u0026previous-version=2.2.0\u0026new-version=2.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)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/trizist/bullet-db.github.io/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/trizist/bullet-db.github.io/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/trizist%2Fbullet-db.github.io/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"}},{"old_version":"2.8.0","new_version":"2.8.2","update_type":"patch","path":null,"pr_created_at":"2025-08-04T12:09:35.000Z","version_change":"2.8.0 → 2.8.2","issue":{"uuid":"2717734656","node_id":"PR_kwDOEIdHFM6h_VcA","number":72,"state":"open","title":"Bump org.apache.storm:storm-core from 2.8.0 to 2.8.2","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-04T12:09:35.000Z","updated_at":"2025-09-10T21:08:56.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"2.8.0","new_version":"2.8.2","repository_url":"https://github.com/apache/storm"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 2.8.0 to 2.8.2.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/storm/releases\"\u003eorg.apache.storm:storm-core's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Storm 2.8.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8094\"\u003eapache/storm#8094\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.0 to 1.21.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8093\"\u003eapache/storm#8093\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.12.2 to 5.13.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8092\"\u003eapache/storm#8092\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8090\"\u003eapache/storm#8090\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.woodstox:woodstox-core from 7.1.0 to 7.1.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8091\"\u003eapache/storm#8091\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8087\"\u003eapache/storm#8087\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump dropwizard.version from 4.0.13 to 4.0.14 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8086\"\u003eapache/storm#8086\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.7 to 1.3.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8088\"\u003eapache/storm#8088\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.30 to 4.2.32 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8085\"\u003eapache/storm#8085\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8105\"\u003eapache/storm#8105\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.0 to 5.13.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8107\"\u003eapache/storm#8107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.3 to 3.49.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8113\"\u003eapache/storm#8113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump bouncycastle.version from 1.80 to 1.81 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8111\"\u003eapache/storm#8111\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.clojure:clojure from 1.12.0 to 1.12.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8112\"\u003eapache/storm#8112\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-resolver-provider from 3.9.9 to 3.9.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8110\"\u003eapache/storm#8110\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8109\"\u003eapache/storm#8109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8108\"\u003eapache/storm#8108\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump io.netty:netty-bom from 4.2.1.Final to 4.2.2.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8106\"\u003eapache/storm#8106\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[STORM-8019] Fixing kafka topic level metrics computation by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8047\"\u003eapache/storm#8047\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump spring.version from 6.2.7 to 6.2.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8123\"\u003eapache/storm#8123\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8125\"\u003eapache/storm#8125\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8124\"\u003eapache/storm#8124\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache:apache from 30 to 35 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8126\"\u003eapache/storm#8126\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.1 to 1.21.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8134\"\u003eapache/storm#8134\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.5 to 1.17.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8136\"\u003eapache/storm#8136\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:license-maven-plugin from 2.5.0 to 2.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8135\"\u003eapache/storm#8135\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.25.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8138\"\u003eapache/storm#8138\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump activemq.version from 6.1.6 to 6.1.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8133\"\u003eapache/storm#8133\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.32 to 4.2.33 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8132\"\u003eapache/storm#8132\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.1 to 5.13.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8155\"\u003eapache/storm#8155\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.2 to 1.21.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8149\"\u003eapache/storm#8149\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8148\"\u003eapache/storm#8148\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8146\"\u003eapache/storm#8146\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump maven-resolver.version from 1.9.23 to 1.9.24 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8154\"\u003eapache/storm#8154\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.8 to 1.3.9 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8153\"\u003eapache/storm#8153\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8152\"\u003eapache/storm#8152\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8147\"\u003eapache/storm#8147\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSummarized Dependency Updates (Prometheus, Lang3, Caffeine) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8169\"\u003eapache/storm#8169\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons IO 2.20.0, Netty 4.2.3.Final, Hbase 2.6.3, Hikari 6.3.1) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8184\"\u003eapache/storm#8184\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDrop User \u0026amp; URL from VersionInfo by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8189\"\u003eapache/storm#8189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.3 to 5.13.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8186\"\u003eapache/storm#8186\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/apache/storm/compare/v2.8.1...v2.8.2\"\u003ehttps://github.com/apache/storm/compare/v2.8.1...v2.8.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eApache Storm 2.8.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate Release Note Generation and Docs by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7936\"\u003eapache/storm#7936\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/storm/commit/dda23bb92f7eef7010015ab888c67bc85ce7855e\"\u003e\u003ccode\u003edda23bb\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/8ea26f1da25280c807bcbb0cedb1c00ddf3bb8e7\"\u003e\u003ccode\u003e8ea26f1\u003c/code\u003e\u003c/a\u003e Bump org.junit:junit-bom from 5.13.3 to 5.13.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/84828defc06660cace8f8a57e0a1cd580b84a93f\"\u003e\u003ccode\u003e84828de\u003c/code\u003e\u003c/a\u003e Drop User \u0026amp; URL from VersionInfo (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8189\"\u003e#8189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/9628cd27861aef352467723a55ead5d05eefe65e\"\u003e\u003ccode\u003e9628cd2\u003c/code\u003e\u003c/a\u003e Updates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e2169945213cdd21d43a51a87099e780c420e730\"\u003e\u003ccode\u003ee216994\u003c/code\u003e\u003c/a\u003e Summarized Dependency Updates (Prometheus, Lang3, Caffeine) (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8169\"\u003e#8169\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/f2b705f0c995bc830b0fdf7d4197c27edde10ce2\"\u003e\u003ccode\u003ef2b705f\u003c/code\u003e\u003c/a\u003e Bump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8147\"\u003e#8147\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/be00cbd34ee61980e2261b91af87ceb97791eb48\"\u003e\u003ccode\u003ebe00cbd\u003c/code\u003e\u003c/a\u003e Bump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8152\"\u003e#8152\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e6b0ac7173883899b8122d15f13741b7ad7f0edc\"\u003e\u003ccode\u003ee6b0ac7\u003c/code\u003e\u003c/a\u003e Bump prometheus.client.version from 1.3.8 to 1.3.9 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8153\"\u003e#8153\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/66144d79a09d04bc53a4a63fd61196a423d9e4a7\"\u003e\u003ccode\u003e66144d7\u003c/code\u003e\u003c/a\u003e Bump maven-resolver.version from 1.9.23 to 1.9.24 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8154\"\u003e#8154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/439e0b0c382ce1fb25562e226599d67cd87cbd98\"\u003e\u003ccode\u003e439e0b0\u003c/code\u003e\u003c/a\u003e Bump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8146\"\u003e#8146\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v2.8.0...v2.8.2\"\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.storm:storm-core\u0026package-manager=maven\u0026previous-version=2.8.0\u0026new-version=2.8.2)](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/rahilsh/storm-topology/pull/72","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahilsh%2Fstorm-topology/issues/72","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/72/packages"}},{"old_version":"1.1.3","new_version":"2.8.2","update_type":"major","path":"/thresh","pr_created_at":"2025-08-04T11:27:46.000Z","version_change":"1.1.3 → 2.8.2","issue":{"uuid":"3289053561","node_id":"PR_kwDOOXx-Hc6h-7kp","number":27,"state":"closed","title":"Bump org.apache.storm:storm-core from 1.1.3 to 2.8.2 in /thresh","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-03T08:45:33.000Z","author_association":null,"state_reason":null,"created_at":"2025-08-04T11:27:46.000Z","updated_at":"2025-11-03T08:45:35.000Z","time_to_close":7852667,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"1.1.3","new_version":"2.8.2","repository_url":"https://github.com/apache/storm"}],"path":"/thresh","ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 1.1.3 to 2.8.2.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/storm/releases\"\u003eorg.apache.storm:storm-core's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Storm 2.8.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8094\"\u003eapache/storm#8094\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.0 to 1.21.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8093\"\u003eapache/storm#8093\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.12.2 to 5.13.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8092\"\u003eapache/storm#8092\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8090\"\u003eapache/storm#8090\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.woodstox:woodstox-core from 7.1.0 to 7.1.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8091\"\u003eapache/storm#8091\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8087\"\u003eapache/storm#8087\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump dropwizard.version from 4.0.13 to 4.0.14 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8086\"\u003eapache/storm#8086\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.7 to 1.3.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8088\"\u003eapache/storm#8088\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.30 to 4.2.32 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8085\"\u003eapache/storm#8085\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8105\"\u003eapache/storm#8105\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.0 to 5.13.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8107\"\u003eapache/storm#8107\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.3 to 3.49.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8113\"\u003eapache/storm#8113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump bouncycastle.version from 1.80 to 1.81 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8111\"\u003eapache/storm#8111\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.clojure:clojure from 1.12.0 to 1.12.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8112\"\u003eapache/storm#8112\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven:maven-resolver-provider from 3.9.9 to 3.9.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8110\"\u003eapache/storm#8110\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8109\"\u003eapache/storm#8109\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8108\"\u003eapache/storm#8108\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump io.netty:netty-bom from 4.2.1.Final to 4.2.2.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8106\"\u003eapache/storm#8106\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[STORM-8019] Fixing kafka topic level metrics computation by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8047\"\u003eapache/storm#8047\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump spring.version from 6.2.7 to 6.2.8 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8123\"\u003eapache/storm#8123\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8125\"\u003eapache/storm#8125\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8124\"\u003eapache/storm#8124\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache:apache from 30 to 35 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8126\"\u003eapache/storm#8126\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.1 to 1.21.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8134\"\u003eapache/storm#8134\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.5 to 1.17.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8136\"\u003eapache/storm#8136\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:license-maven-plugin from 2.5.0 to 2.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8135\"\u003eapache/storm#8135\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.logging.log4j:log4j-bom from 2.24.3 to 2.25.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8138\"\u003eapache/storm#8138\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump activemq.version from 6.1.6 to 6.1.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8133\"\u003eapache/storm#8133\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump metrics.version from 4.2.32 to 4.2.33 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8132\"\u003eapache/storm#8132\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.1 to 5.13.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8155\"\u003eapache/storm#8155\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.21.2 to 1.21.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8149\"\u003eapache/storm#8149\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8148\"\u003eapache/storm#8148\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8146\"\u003eapache/storm#8146\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump maven-resolver.version from 1.9.23 to 1.9.24 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8154\"\u003eapache/storm#8154\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump prometheus.client.version from 1.3.8 to 1.3.9 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8153\"\u003eapache/storm#8153\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8152\"\u003eapache/storm#8152\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8147\"\u003eapache/storm#8147\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSummarized Dependency Updates (Prometheus, Lang3, Caffeine) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8169\"\u003eapache/storm#8169\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons IO 2.20.0, Netty 4.2.3.Final, Hbase 2.6.3, Hikari 6.3.1) by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8184\"\u003eapache/storm#8184\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDrop User \u0026amp; URL from VersionInfo by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8189\"\u003eapache/storm#8189\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.13.3 to 5.13.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8186\"\u003eapache/storm#8186\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/apache/storm/compare/v2.8.1...v2.8.2\"\u003ehttps://github.com/apache/storm/compare/v2.8.1...v2.8.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eApache Storm 2.8.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate Release Note Generation and Docs by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7936\"\u003eapache/storm#7936\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/storm/commit/dda23bb92f7eef7010015ab888c67bc85ce7855e\"\u003e\u003ccode\u003edda23bb\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/8ea26f1da25280c807bcbb0cedb1c00ddf3bb8e7\"\u003e\u003ccode\u003e8ea26f1\u003c/code\u003e\u003c/a\u003e Bump org.junit:junit-bom from 5.13.3 to 5.13.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/84828defc06660cace8f8a57e0a1cd580b84a93f\"\u003e\u003ccode\u003e84828de\u003c/code\u003e\u003c/a\u003e Drop User \u0026amp; URL from VersionInfo (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8189\"\u003e#8189\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/9628cd27861aef352467723a55ead5d05eefe65e\"\u003e\u003ccode\u003e9628cd2\u003c/code\u003e\u003c/a\u003e Updates Dependencies (Jackson 2.19.2, Spring 6.2.9, Resolver 2.19.11, Commons...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e2169945213cdd21d43a51a87099e780c420e730\"\u003e\u003ccode\u003ee216994\u003c/code\u003e\u003c/a\u003e Summarized Dependency Updates (Prometheus, Lang3, Caffeine) (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8169\"\u003e#8169\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/f2b705f0c995bc830b0fdf7d4197c27edde10ce2\"\u003e\u003ccode\u003ef2b705f\u003c/code\u003e\u003c/a\u003e Bump org.apache.thrift:libthrift from 0.19.0 to 0.22.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8147\"\u003e#8147\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/be00cbd34ee61980e2261b91af87ceb97791eb48\"\u003e\u003ccode\u003ebe00cbd\u003c/code\u003e\u003c/a\u003e Bump org.checkerframework:checker-qual from 3.49.4 to 3.49.5 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8152\"\u003e#8152\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/e6b0ac7173883899b8122d15f13741b7ad7f0edc\"\u003e\u003ccode\u003ee6b0ac7\u003c/code\u003e\u003c/a\u003e Bump prometheus.client.version from 1.3.8 to 1.3.9 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8153\"\u003e#8153\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/66144d79a09d04bc53a4a63fd61196a423d9e4a7\"\u003e\u003ccode\u003e66144d7\u003c/code\u003e\u003c/a\u003e Bump maven-resolver.version from 1.9.23 to 1.9.24 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8154\"\u003e#8154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/439e0b0c382ce1fb25562e226599d67cd87cbd98\"\u003e\u003ccode\u003e439e0b0\u003c/code\u003e\u003c/a\u003e Bump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8146\"\u003e#8146\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v1.1.3...v2.8.2\"\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.storm:storm-core\u0026package-manager=maven\u0026previous-version=1.1.3\u0026new-version=2.8.2)](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/thuvh/monasca-thresh/pull/27","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuvh%2Fmonasca-thresh/issues/27","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/27/packages"}},{"old_version":"2.8.0","new_version":"2.8.1","update_type":"patch","path":null,"pr_created_at":"2025-06-03T09:55:53.000Z","version_change":"2.8.0 → 2.8.1","issue":{"uuid":"2563350004","node_id":"PR_kwDOEIdHFM6YyZ30","number":71,"state":"closed","title":"Bump org.apache.storm:storm-core from 2.8.0 to 2.8.1","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-08-04T12:09:38.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-06-03T09:55:53.000Z","updated_at":"2025-08-04T12:09:38.000Z","time_to_close":5364825,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"2.8.0","new_version":"2.8.1","repository_url":"https://github.com/apache/storm"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 2.8.0 to 2.8.1.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/storm/releases\"\u003eorg.apache.storm:storm-core's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Storm 2.8.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate Release Note Generation and Docs by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7936\"\u003eapache/storm#7936\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.15.11 to 1.16.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3842\"\u003eapache/storm#3842\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency updates by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7946\"\u003eapache/storm#7946\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7951\"\u003e#7951\u003c/a\u003e - Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7948\"\u003eapache/storm#7948\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7953\"\u003e#7953\u003c/a\u003e - Bump byte-buddy.version from 1.16.1 to 1.17.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7949\"\u003eapache/storm#7949\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix ShellBolt log level by \u003ca href=\"https://github.com/mstrucken\"\u003e\u003ccode\u003e@​mstrucken\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7955\"\u003eapache/storm#7955\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.testng:testng from 7.10.2 to 7.11.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7965\"\u003eapache/storm#7965\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eIWorkerHook: remove erroneous recursive call by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7958\"\u003eapache/storm#7958\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.0 to 1.17.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7962\"\u003eapache/storm#7962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump joda-time:joda-time from 2.12.7 to 2.13.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7957\"\u003eapache/storm#7957\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7967\"\u003e#7967\u003c/a\u003e - Bump prometheus.client.version from 1.3.5 to 1.3.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7961\"\u003eapache/storm#7961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7968\"\u003e#7968\u003c/a\u003e - Bump org.checkerframework:checker-qual from 3.48.4 to 3.49.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7956\"\u003eapache/storm#7956\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7969\"\u003e#7969\u003c/a\u003e - Bump net.minidev:json-smart from 2.5.1 to 2.5.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7960\"\u003eapache/storm#7960\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7970\"\u003e#7970\u003c/a\u003e -Bump io.netty:netty-bom from 4.1.117.Final to 4.1.118.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7964\"\u003eapache/storm#7964\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.20.4 to 1.20.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7973\"\u003eapache/storm#7973\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.awaitility:awaitility from 4.2.2 to 4.3.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7977\"\u003eapache/storm#7977\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.11.4 to 5.12.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7975\"\u003eapache/storm#7975\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7976\"\u003eapache/storm#7976\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/7935\"\u003e#7935\u003c/a\u003e - Use reflection to handle Java SecurityManager deprecation by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7971\"\u003eapache/storm#7971\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.1 to 1.17.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7984\"\u003eapache/storm#7984\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.20.5 to 1.20.6 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7983\"\u003eapache/storm#7983\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.12.0 to 5.12.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7991\"\u003eapache/storm#7991\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump curator.version from 5.7.1 to 5.8.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7985\"\u003eapache/storm#7985\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump io.netty:netty-bom from 4.1.118.Final to 4.1.119.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7982\"\u003eapache/storm#7982\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.hbase:hbase-client from 2.6.1-hadoop3 to 2.6.2-hadoop3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7972\"\u003eapache/storm#7972\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.17.2 to 1.17.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7995\"\u003eapache/storm#7995\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSummarizes Dependency Updates by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8002\"\u003eapache/storm#8002\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency Updates April by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8029\"\u003eapache/storm#8029\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump surefire.version from 3.5.2 to 3.5.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8014\"\u003eapache/storm#8014\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/apache/storm/issues/8036\"\u003e#8036\u003c/a\u003e - Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8035\"\u003eapache/storm#8035\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.12.1 to 5.12.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8039\"\u003eapache/storm#8039\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade to Spring 6 and JMS 3.1 (Jakarta) by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8041\"\u003eapache/storm#8041\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.20.6 to 1.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8049\"\u003eapache/storm#8049\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency Updates May 25 by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8061\"\u003eapache/storm#8061\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4079: SSL Setup Doc by \u003ca href=\"https://github.com/purushah\"\u003e\u003ccode\u003e@​purushah\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8072\"\u003eapache/storm#8072\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDependency Updates \u003ca href=\"https://redirect.github.com/apache/storm/issues/8079\"\u003e#8079\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8080\"\u003e#8080\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8081\"\u003e#8081\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8082\"\u003e#8082\u003c/a\u003e  by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/8084\"\u003eapache/storm#8084\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mstrucken\"\u003e\u003ccode\u003e@​mstrucken\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/apache/storm/pull/7955\"\u003eapache/storm#7955\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/apache/storm/compare/v2.8.0...v2.8.1\"\u003ehttps://github.com/apache/storm/compare/v2.8.0...v2.8.1\u003c/a\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/storm/commit/69f24159c64fc41b094ecfe295d8b2402f9a8527\"\u003e\u003ccode\u003e69f2415\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/2553e4d84d52ca6ac4616be2c7c8c0642b7eaf54\"\u003e\u003ccode\u003e2553e4d\u003c/code\u003e\u003c/a\u003e Changing POM to 2.8.1-SHAPSHOT. release-perform failed with 401\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/6f4809eecf47c31925c80adca4629d2978e2130d\"\u003e\u003ccode\u003e6f4809e\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;[maven-release-plugin] prepare release v2.8.1\u0026quot;\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/cd343ff5d5a8df4ccf58f00538a24847c51e1c86\"\u003e\u003ccode\u003ecd343ff\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/42a79a6e53622b7b34a351c94cf6d45a559c053c\"\u003e\u003ccode\u003e42a79a6\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/storm/commit/940ac181d4d17f2909c530726de0008bd78f8334\"\u003e\u003ccode\u003e940ac18\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/d88d9760d062efca5d4d5066a1d4acab0db1a31c\"\u003e\u003ccode\u003ed88d976\u003c/code\u003e\u003c/a\u003e Dependency Updates \u003ca href=\"https://redirect.github.com/apache/storm/issues/8079\"\u003e#8079\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8080\"\u003e#8080\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8081\"\u003e#8081\u003c/a\u003e \u003ca href=\"https://redirect.github.com/apache/storm/issues/8082\"\u003e#8082\u003c/a\u003e  (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8084\"\u003e#8084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/7fef7cd0c661b7f84218c24a471ff67f8d8116a4\"\u003e\u003ccode\u003e7fef7cd\u003c/code\u003e\u003c/a\u003e STORM-4079: SSL Setup Doc (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8072\"\u003e#8072\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/c1543e2a572120655de027815bcf04a9a7a0fd75\"\u003e\u003ccode\u003ec1543e2\u003c/code\u003e\u003c/a\u003e Dependency Updates May 25 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/8061\"\u003e#8061\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/a5a7fcd31e5b4a6fd7153ad17c95b28edd2a329a\"\u003e\u003ccode\u003ea5a7fcd\u003c/code\u003e\u003c/a\u003e Bump testcontainers.version from 1.20.6 to 1.21.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v2.8.0...v2.8.1\"\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.storm:storm-core\u0026package-manager=maven\u0026previous-version=2.8.0\u0026new-version=2.8.1)](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/rahilsh/storm-topology/pull/71","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahilsh%2Fstorm-topology/issues/71","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/71/packages"}},{"old_version":"1.2.2","new_version":"1.2.3","update_type":"patch","path":null,"pr_created_at":"2025-05-08T19:44:17.000Z","version_change":"1.2.2 → 1.2.3","issue":{"uuid":"2507944070","node_id":"PR_kwDOHIN9Is6VfDCG","number":1,"state":"open","title":"Bump the maven group across 10 directories with 32 updates","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-05-08T19:44:17.000Z","updated_at":"2025-05-08T19:44:18.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"maven","update_count":32,"packages":[{"name":"ch.qos.logback:logback-classic","old_version":"1.2.6","new_version":"1.2.13","repository_url":"https://github.com/qos-ch/logback"},{"name":"com.squareup.retrofit2:retrofit","old_version":"2.3.0","new_version":"2.11.0","repository_url":"https://github.com/square/retrofit"},{"name":"com.squareup.retrofit2:converter-jackson","old_version":"2.6.0","new_version":"2.11.0","repository_url":"https://github.com/square/retrofit"},{"name":"org.apache.httpcomponents:httpclient","old_version":"4.3.5","new_version":"4.5.14"},{"name":"com.fasterxml.jackson.core:jackson-databind","old_version":"2.11.1","new_version":"2.12.7.1","repository_url":"https://github.com/FasterXML/jackson"},{"name":"com.google.code.gson:gson","old_version":"2.8.0","new_version":"2.8.9","repository_url":"https://github.com/google/gson"},{"name":"org.asynchttpclient:async-http-client","old_version":"2.2.0","new_version":"2.12.4","repository_url":"https://github.com/AsyncHttpClient/async-http-client"},{"name":"org.bouncycastle:bcprov-jdk15on","old_version":"1.58","new_version":"1.70","repository_url":"https://github.com/bcgit/bc-java"},{"name":"com.hazelcast:hazelcast","old_version":"3.8.4","new_version":"5.3.5","repository_url":"https://github.com/hazelcast/hazelcast"},{"name":"org.apache.hadoop:hadoop-client","old_version":"2.2.0","new_version":"2.7.0"},{"name":"org.apache.storm:storm-core","old_version":"1.2.2","new_version":"1.2.3"},{"name":"org.yaml:snakeyaml","old_version":"1.21","new_version":"2.0"},{"name":"com.esotericsoftware.yamlbeans:yamlbeans","old_version":"1.15","new_version":"1.17","repository_url":"https://github.com/EsotericSoftware/yamlbeans"},{"name":"com.google.protobuf:protobuf-java","old_version":"3.1.0","new_version":"3.25.5","repository_url":"https://github.com/protocolbuffers/protobuf"},{"name":"org.eclipse.jetty:jetty-server","old_version":"9.4.19.v20190610","new_version":"9.4.56.v20240826"},{"name":"org.springframework:spring-webflux","old_version":"5.1.9.RELEASE","new_version":"6.1.14","repository_url":"https://github.com/spring-projects/spring-framework"},{"name":"org.apache.commons:commons-vfs2","old_version":"2.4","new_version":"2.10.0"},{"name":"net.lingala.zip4j:zip4j","old_version":"2.9.0","new_version":"2.11.3","repository_url":"https://github.com/srikanth-lingala/zip4j"},{"name":"org.springframework.security.oauth:spring-security-oauth2","old_version":"2.2.1.RELEASE","new_version":"2.5.2.RELEASE","repository_url":"https://github.com/SpringSource/spring-security-oauth"},{"name":"com.google.crypto.tink:tink","old_version":"1.2.2","new_version":"1.17.0","repository_url":"https://github.com/tink-crypto/tink-java"},{"name":"org.cryptacular:cryptacular","old_version":"1.2.2","new_version":"1.2.7","repository_url":"https://github.com/vt-middleware/cryptacular"},{"name":"org.apache.sshd:sshd-core","old_version":"2.5.1","new_version":"2.15.0","repository_url":"https://github.com/apache/mina-sshd"},{"name":"org.eclipse.paho:org.eclipse.paho.client.mqttv3","old_version":"1.2.0","new_version":"1.2.5","repository_url":"https://github.com/eclipse/paho.mqtt.java"},{"name":"io.netty:netty-all","old_version":"4.1.20.Final","new_version":"4.2.1.Final","repository_url":"https://github.com/netty/netty"},{"name":"org.apache.tomcat:tomcat-catalina","old_version":"8.5.24","new_version":"9.0.104"}],"path":null,"ecosystem":"maven"},"body":"Bumps the maven group with 25 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| [com.squareup.retrofit2:converter-jackson](https://github.com/square/retrofit) | `2.6.0` | `2.11.0` |\n| org.apache.httpcomponents:httpclient | `4.3.5` | `4.5.14` |\n| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.11.1` | `2.12.7.1` |\n| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.0` | `2.8.9` |\n| [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) | `2.2.0` | `2.12.4` |\n| [org.bouncycastle:bcprov-jdk15on](https://github.com/bcgit/bc-java) | `1.58` | `1.70` |\n| [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) | `3.8.4` | `5.3.5` |\n| org.apache.hadoop:hadoop-client | `2.2.0` | `2.7.0` |\n| org.apache.storm:storm-core | `1.2.2` | `1.2.3` |\n| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `1.21` | `2.0` |\n| [com.esotericsoftware.yamlbeans:yamlbeans](https://github.com/EsotericSoftware/yamlbeans) | `1.15` | `1.17` |\n| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.1.0` | `3.25.5` |\n| org.eclipse.jetty:jetty-server | `9.4.19.v20190610` | `9.4.56.v20240826` |\n| [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) | `5.1.9.RELEASE` | `6.1.14` |\n| org.apache.commons:commons-vfs2 | `2.4` | `2.10.0` |\n| [net.lingala.zip4j:zip4j](https://github.com/srikanth-lingala/zip4j) | `2.9.0` | `2.11.3` |\n| [org.springframework.security.oauth:spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) | `2.2.1.RELEASE` | `2.5.2.RELEASE` |\n| [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) | `1.2.2` | `1.17.0` |\n| [org.cryptacular:cryptacular](https://github.com/vt-middleware/cryptacular) | `1.2.2` | `1.2.7` |\n| [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) | `2.5.1` | `2.15.0` |\n| [org.eclipse.paho:org.eclipse.paho.client.mqttv3](https://github.com/eclipse/paho.mqtt.java) | `1.2.0` | `1.2.5` |\n| [io.netty:netty-all](https://github.com/netty/netty) | `4.1.20.Final` | `4.2.1.Final` |\n| org.apache.tomcat:tomcat-catalina | `8.5.24` | `9.0.104` |\n\nBumps the maven group with 2 updates in the /json-2 directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson).\nBumps the maven group with 6 updates in the /libraries-data directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.13.0` | `2.13.4.2` |\n| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.2` | `2.8.9` |\n| [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) | `3.8.4` | `5.3.5` |\n| org.apache.hadoop:hadoop-client | `2.2.0` | `2.7.0` |\n| org.apache.storm:storm-core | `1.2.2` | `1.2.3` |\n\nBumps the maven group with 6 updates in the /libraries-data-io directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.12.3` | `2.12.7.1` |\n| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.7` | `2.8.9` |\n| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `1.21` | `2.0` |\n| [com.esotericsoftware.yamlbeans:yamlbeans](https://github.com/EsotericSoftware/yamlbeans) | `1.15` | `1.17` |\n| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.17.3` | `3.25.5` |\n\nBumps the maven group with 8 updates in the /libraries-http directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| [com.squareup.retrofit2:adapter-rxjava](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| org.apache.httpcomponents:httpclient | `4.5.3` | `4.5.14` |\n| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.13.0` | `2.13.4.2` |\n| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.5` | `2.8.9` |\n| [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) | `2.2.0` | `2.12.4` |\n\nBumps the maven group with 7 updates in the /libraries-http-2 directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit) | `2.3.0` | `2.11.0` |\n| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.13.0` | `2.13.4.2` |\n| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.5` | `2.8.9` |\n| org.eclipse.jetty:jetty-server | `9.4.19.v20190610` | `9.4.56.v20240826` |\n| [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) | `5.1.9.RELEASE` | `6.1.14` |\n\nBumps the maven group with 3 updates in the /libraries-io directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), org.apache.commons:commons-vfs2 and [net.lingala.zip4j:zip4j](https://github.com/srikanth-lingala/zip4j).\nBumps the maven group with 7 updates in the /libraries-security directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| [org.bouncycastle:bcprov-jdk15on](https://github.com/bcgit/bc-java) | `1.58` | `1.70` |\n| [org.bouncycastle:bcpkix-jdk15on](https://github.com/bcgit/bc-java) | `1.58` | `1.70` |\n| [org.springframework.security.oauth:spring-security-oauth2](https://github.com/SpringSource/spring-security-oauth) | `2.4.0.RELEASE` | `2.4.2.RELEASE` |\n| [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) | `1.2.2` | `1.17.0` |\n| [org.cryptacular:cryptacular](https://github.com/vt-middleware/cryptacular) | `1.2.2` | `1.2.7` |\n| [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) | `2.5.1` | `2.15.0` |\n\nBumps the maven group with 6 updates in the /libraries-server directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.6` | `1.2.13` |\n| org.apache.httpcomponents:httpclient | `4.5.3` | `4.5.14` |\n| org.eclipse.jetty:jetty-server | `9.4.27.v20200227` | `9.4.56.v20240826` |\n| [org.eclipse.paho:org.eclipse.paho.client.mqttv3](https://github.com/eclipse/paho.mqtt.java) | `1.2.0` | `1.2.5` |\n| [io.netty:netty-all](https://github.com/netty/netty) | `4.1.20.Final` | `4.2.1.Final` |\n| org.apache.tomcat:tomcat-catalina | `8.5.24` | `9.0.104` |\n\nBumps the maven group with 2 updates in the /libraries-server-2 directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and org.eclipse.jetty:jetty-server.\n\nUpdates `ch.qos.logback:logback-classic` from 1.2.6 to 1.2.13\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/2648b9e7fbb47426c89b9c93b411c07484e8f277\"\u003e\u003ccode\u003e2648b9e\u003c/code\u003e\u003c/a\u003e prepare release 1.2.13\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/bb095154be011267b64e37a1d401546e7cc2b7c3\"\u003e\u003ccode\u003ebb09515\u003c/code\u003e\u003c/a\u003e fix CVE-2023-6378\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/45732949bfb845df04cbe65292cf48aaa090cb1d\"\u003e\u003ccode\u003e4573294\u003c/code\u003e\u003c/a\u003e start work on 1.2.13-SNAPSHOT\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/a388193052c298ca87cc64192319df723288c6ab\"\u003e\u003ccode\u003ea388193\u003c/code\u003e\u003c/a\u003e Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/de44dc422bc3da1d7808283851324d960b492d4d\"\u003e\u003ccode\u003ede44dc4\u003c/code\u003e\u003c/a\u003e prepare release 1.2.12\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/ca0cf172f680308938515b8a5d69348759ee947c\"\u003e\u003ccode\u003eca0cf17\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/qos-ch/logback/issues/532\"\u003e#532\u003c/a\u003e from joakime/fix-jetty-requestlog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/e31609b1980b9ba986344aae3cab7275fa2b4935\"\u003e\u003ccode\u003ee31609b\u003c/code\u003e\u003c/a\u003e removed unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/21e29efb284766f386781175b2ba18585b690154\"\u003e\u003ccode\u003e21e29ef\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/qos-ch/logback/issues/567\"\u003e#567\u003c/a\u003e from spliffone/LOGBACK-1633\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/e869000e1d5901e6aa6f46cc6575ee2137f15b69\"\u003e\u003ccode\u003ee869000\u003c/code\u003e\u003c/a\u003e fix: published POM file contain the wrong scm URL\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/009ea46cb81a015f2ca312bde6e823581b93b37a\"\u003e\u003ccode\u003e009ea46\u003c/code\u003e\u003c/a\u003e version for next dev cycle\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/qos-ch/logback/compare/v_1.2.6...v_1.2.13\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `ch.qos.logback:logback-core` from 1.2.6 to 1.2.13\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/2648b9e7fbb47426c89b9c93b411c07484e8f277\"\u003e\u003ccode\u003e2648b9e\u003c/code\u003e\u003c/a\u003e prepare release 1.2.13\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/bb095154be011267b64e37a1d401546e7cc2b7c3\"\u003e\u003ccode\u003ebb09515\u003c/code\u003e\u003c/a\u003e fix CVE-2023-6378\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/45732949bfb845df04cbe65292cf48aaa090cb1d\"\u003e\u003ccode\u003e4573294\u003c/code\u003e\u003c/a\u003e start work on 1.2.13-SNAPSHOT\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/a388193052c298ca87cc64192319df723288c6ab\"\u003e\u003ccode\u003ea388193\u003c/code\u003e\u003c/a\u003e Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/de44dc422bc3da1d7808283851324d960b492d4d\"\u003e\u003ccode\u003ede44dc4\u003c/code\u003e\u003c/a\u003e prepare release 1.2.12\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/ca0cf172f680308938515b8a5d69348759ee947c\"\u003e\u003ccode\u003eca0cf17\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/qos-ch/logback/issues/532\"\u003e#532\u003c/a\u003e from joakime/fix-jetty-requestlog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/e31609b1980b9ba986344aae3cab7275fa2b4935\"\u003e\u003ccode\u003ee31609b\u003c/code\u003e\u003c/a\u003e removed unused files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/21e29efb284766f386781175b2ba18585b690154\"\u003e\u003ccode\u003e21e29ef\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/qos-ch/logback/issues/567\"\u003e#567\u003c/a\u003e from spliffone/LOGBACK-1633\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/e869000e1d5901e6aa6f46cc6575ee2137f15b69\"\u003e\u003ccode\u003ee869000\u003c/code\u003e\u003c/a\u003e fix: published POM file contain the wrong scm URL\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/qos-ch/logback/commit/009ea46cb81a015f2ca312bde6e823581b93b37a\"\u003e\u003ccode\u003e009ea46\u003c/code\u003e\u003c/a\u003e version for next dev cycle\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/qos-ch/logback/compare/v_1.2.6...v_1.2.13\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.squareup.retrofit2:retrofit` from 2.3.0 to 2.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/square/retrofit/releases\"\u003ecom.squareup.retrofit2:retrofit's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.11.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe built-in \u003ccode\u003eOptionalConverterFactory\u003c/code\u003e is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eEnsure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic \u003ccode\u003eClassCastException\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.10.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eSupport using \u003ccode\u003eUnit\u003c/code\u003e as a response type. This can be used for non-body HTTP methods like \u003ccode\u003eHEAD\u003c/code\u003e or body-containing HTTP methods like \u003ccode\u003eGET\u003c/code\u003e where the body will be discarded without deserialization.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekotlinx.serialization converter!\u003c/p\u003e\n\u003cp\u003eThis was imported from \u003ca href=\"https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\"\u003egithub.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\u003c/a\u003e and remains unchanged from its 1.0.0 release.\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-kotlinx-serialization\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eJAXB 3 converter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-jaxb3\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003e@Header\u003c/code\u003e, \u003ccode\u003e@Headers\u003c/code\u003e, and \u003ccode\u003e@HeaderMap\u003c/code\u003e can now set non-ASCII values through the \u003ccode\u003eallowUnsafeNonAsciiValues\u003c/code\u003e annotation property. These are not technically compliant with the HTTP specification, but are often supported or required by services.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePublish a BOM of all modules. The Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:retrofit-bom\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eInvocation\u003c/code\u003e now exposes the service \u003ccode\u003eClass\u0026lt;?\u0026gt;\u003c/code\u003e and the instance on which the method was invoked. This disambiguates the source when service inheritence is used.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA response type keeper annotation processor is now available for generating shrinker rules for all referenced types in your service interface. In some cases, it's impossible for static shrinker rules to keep the entirety of what Retrofit needs at runtime. This annotation processor generates those additional rules. For more info see \u003ca href=\"https://github.com/square/retrofit/tree/trunk/retrofit-response-type-keeper#readme\"\u003eits README\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eChanged\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd shrinker rules to retain the generic signatures of built-in types (\u003ccode\u003eCall\u003c/code\u003e, \u003ccode\u003eResponse\u003c/code\u003e, etc.) which are used via reflection at runtime.\u003c/li\u003e\n\u003cli\u003eRemove backpressure support from RxJava 2 and 3 adapters. Since we only deliver a single value and the Reactive Streams specification states that callers must request a non-zero subscription value, we never need to honor backpressure.\u003c/li\u003e\n\u003cli\u003eKotlin \u003ccode\u003eRetrofit.create\u003c/code\u003e function now has a non-null lower bound. Even if you specified a nullable type before this function would never return null.\u003c/li\u003e\n\u003cli\u003eSuspend functions now capture and defer all \u003ccode\u003eThrowable\u003c/code\u003e subtypes (not just \u003ccode\u003eException\u003c/code\u003e subtypes) to avoid Java's \u003ccode\u003eUndeclaredThrowableException\u003c/code\u003e when thrown synchronously.\u003c/li\u003e\n\u003cli\u003eEagerly reject \u003ccode\u003esuspend fun\u003c/code\u003e functions that return \u003ccode\u003eCall\u0026lt;Body\u0026gt;\u003c/code\u003e. These are never correct, and should declare a return type of \u003ccode\u003eBody\u003c/code\u003e directly.\u003c/li\u003e\n\u003cli\u003eSupport for Java 14-specific and Java 16-specific reflection needed to invoke default methods on interfaces have been moved to separate versions of a class through a multi-release jar. This should have no observable impact other than the jar now contains classes which target Java 14 and Java 16 bytecode that might trip up some static analysis tools which are not aware of multi-release jars.\u003c/li\u003e\n\u003cli\u003eParameter names are now displayed in exception messages when available in the underlying Java bytecode.\u003c/li\u003e\n\u003cli\u003eJackson converter now supports binary formats by using byte streams rather than character streams in its implementation. Use the \u003ccode\u003ecreate(ObjectMapper, MediaType)\u003c/code\u003e overload to supply the value of the \u003ccode\u003eContent-Type\u003c/code\u003e header for your format.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eDo not include synthetic methods when doing eager validation.\u003c/li\u003e\n\u003cli\u003eUse per-method rather than per-class locking when parsing annotations. This eliminates contention when multiple calls are made in quick succession at the beginning of the process lifetime.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/square/retrofit/blob/trunk/CHANGELOG.md\"\u003ecom.squareup.retrofit2:retrofit's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e[2.11.0] - 2024-03-28\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe built-in \u003ccode\u003eOptionalConverterFactory\u003c/code\u003e is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eEnsure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic \u003ccode\u003eClassCastException\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e[2.10.0] - 2024-03-18\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eSupport using \u003ccode\u003eUnit\u003c/code\u003e as a response type. This can be used for non-body HTTP methods like \u003ccode\u003eHEAD\u003c/code\u003e or body-containing HTTP methods like \u003ccode\u003eGET\u003c/code\u003e where the body will be discarded without deserialization.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekotlinx.serialization converter!\u003c/p\u003e\n\u003cp\u003eThis was imported from \u003ca href=\"https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\"\u003egithub.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\u003c/a\u003e and remains unchanged from its 1.0.0 release.\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-kotlinx-serialization\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eJAXB 3 converter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-jaxb3\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003e@Header\u003c/code\u003e, \u003ccode\u003e@Headers\u003c/code\u003e, and \u003ccode\u003e@HeaderMap\u003c/code\u003e can now set non-ASCII values through the \u003ccode\u003eallowUnsafeNonAsciiValues\u003c/code\u003e annotation property. These are not technically compliant with the HTTP specification, but are often supported or required by services.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePublish a BOM of all modules. The Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:retrofit-bom\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eInvocation\u003c/code\u003e now exposes the service \u003ccode\u003eClass\u0026lt;?\u0026gt;\u003c/code\u003e and the instance on which the method was invoked. This disambiguates the source when service inheritence is used.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA response type keeper annotation processor is now available for generating shrinker rules for all referenced types in your service interface. In some cases, it's impossible for static shrinker rules to keep the entirety of what Retrofit needs at runtime. This annotation processor generates those additional rules. For more info see \u003ca href=\"https://github.com/square/retrofit/tree/trunk/retrofit-response-type-keeper#readme\"\u003eits README\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eChanged\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd shrinker rules to retain the generic signatures of built-in types (\u003ccode\u003eCall\u003c/code\u003e, \u003ccode\u003eResponse\u003c/code\u003e, etc.) which are used via reflection at runtime.\u003c/li\u003e\n\u003cli\u003eRemove backpressure support from RxJava 2 and 3 adapters. Since we only deliver a single value and the Reactive Streams specification states that callers must request a non-zero subscription value, we never need to honor backpressure.\u003c/li\u003e\n\u003cli\u003eKotlin \u003ccode\u003eRetrofit.create\u003c/code\u003e function now has a non-null lower bound. Even if you specified a nullable type before this function would never return null.\u003c/li\u003e\n\u003cli\u003eSuspend functions now capture and defer all \u003ccode\u003eThrowable\u003c/code\u003e subtypes (not just \u003ccode\u003eException\u003c/code\u003e subtypes) to avoid Java's \u003ccode\u003eUndeclaredThrowableException\u003c/code\u003e when thrown synchronously.\u003c/li\u003e\n\u003cli\u003eEagerly reject \u003ccode\u003esuspend fun\u003c/code\u003e functions that return \u003ccode\u003eCall\u0026lt;Body\u0026gt;\u003c/code\u003e. These are never correct, and should declare a return type of \u003ccode\u003eBody\u003c/code\u003e directly.\u003c/li\u003e\n\u003cli\u003eSupport for Java 14-specific and Java 16-specific reflection needed to invoke default methods on interfaces have been moved to separate versions of a class through a multi-release jar. This should have no observable impact other than the jar now contains classes which target Java 14 and Java 16 bytecode that might trip up some static analysis tools which are not aware of multi-release jars.\u003c/li\u003e\n\u003cli\u003eParameter names are now displayed in exception messages when available in the underlying Java bytecode.\u003c/li\u003e\n\u003cli\u003eJackson converter now supports binary formats by using byte streams rather than character streams in its implementation. Use the \u003ccode\u003ecreate(ObjectMapper, MediaType)\u003c/code\u003e overload to supply the value of the \u003ccode\u003eContent-Type\u003c/code\u003e header for your format.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eDo not include synthetic methods when doing eager validation.\u003c/li\u003e\n\u003cli\u003eUse per-method rather than per-class locking when parsing annotations. This eliminates contention when multiple calls are made in quick succession at the beginning of the process lifetime.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e[2.9.0] - 2020-05-20\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eNew: RxJava 3 adapter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:adapter-rxjava3\u003c/code\u003e.\u003c/p\u003e\n\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/square/retrofit/commit/cc76c22a68e090f3dd898cbcb0bac30414f59c31\"\u003e\u003ccode\u003ecc76c22\u003c/code\u003e\u003c/a\u003e Prepare version 2.11.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/eba9567812735899f6d33454d83fb0448c489b40\"\u003e\u003ccode\u003eeba9567\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4117\"\u003e#4117\u003c/a\u003e from square/jw.public-optional.2024-03-27\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/c579693e70486927448a158bdf363bf71da4a0f1\"\u003e\u003ccode\u003ec579693\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4114\"\u003e#4114\u003c/a\u003e from square/jw.locks.2024-03-22\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/d6eac54ccfa69220f7a3b78c391ec336e9bedf46\"\u003e\u003ccode\u003ed6eac54\u003c/code\u003e\u003c/a\u003e Make optional converter public\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/9b5e6307b8ab8097fc38b0f7ef26dc5d2d4f2dc1\"\u003e\u003ccode\u003e9b5e630\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4116\"\u003e#4116\u003c/a\u003e from deterclosed/trunk\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/bab101e678fb7a04fb7a704e5bb92c81a301cb86\"\u003e\u003ccode\u003ebab101e\u003c/code\u003e\u003c/a\u003e all: remove repetitive words\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/80aee7134862c5ead6e3bc69241397f0512e20fe\"\u003e\u003ccode\u003e80aee71\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4115\"\u003e#4115\u003c/a\u003e from square/renovate/gradle-8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/83acb51298a3373ad378bcfa9461eab80cd5dd61\"\u003e\u003ccode\u003e83acb51\u003c/code\u003e\u003c/a\u003e Update dependency gradle to v8.7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/d41213948e8f8c8f872a2cbbc3dde5364ec3bfca\"\u003e\u003ccode\u003ed412139\u003c/code\u003e\u003c/a\u003e Gracefully handle parse failure with locking\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/8f5a3c940f876cc5ac416c29d4afb093e57da5d6\"\u003e\u003ccode\u003e8f5a3c9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4110\"\u003e#4110\u003c/a\u003e from jonapoul/patch-1\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/square/retrofit/compare/parent-2.3.0...2.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.squareup.retrofit2:converter-jackson` from 2.6.0 to 2.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/square/retrofit/releases\"\u003ecom.squareup.retrofit2:converter-jackson's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.11.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe built-in \u003ccode\u003eOptionalConverterFactory\u003c/code\u003e is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eEnsure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic \u003ccode\u003eClassCastException\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.10.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eSupport using \u003ccode\u003eUnit\u003c/code\u003e as a response type. This can be used for non-body HTTP methods like \u003ccode\u003eHEAD\u003c/code\u003e or body-containing HTTP methods like \u003ccode\u003eGET\u003c/code\u003e where the body will be discarded without deserialization.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekotlinx.serialization converter!\u003c/p\u003e\n\u003cp\u003eThis was imported from \u003ca href=\"https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\"\u003egithub.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\u003c/a\u003e and remains unchanged from its 1.0.0 release.\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-kotlinx-serialization\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eJAXB 3 converter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-jaxb3\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003e@Header\u003c/code\u003e, \u003ccode\u003e@Headers\u003c/code\u003e, and \u003ccode\u003e@HeaderMap\u003c/code\u003e can now set non-ASCII values through the \u003ccode\u003eallowUnsafeNonAsciiValues\u003c/code\u003e annotation property. These are not technically compliant with the HTTP specification, but are often supported or required by services.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePublish a BOM of all modules. The Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:retrofit-bom\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eInvocation\u003c/code\u003e now exposes the service \u003ccode\u003eClass\u0026lt;?\u0026gt;\u003c/code\u003e and the instance on which the method was invoked. This disambiguates the source when service inheritence is used.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA response type keeper annotation processor is now available for generating shrinker rules for all referenced types in your service interface. In some cases, it's impossible for static shrinker rules to keep the entirety of what Retrofit needs at runtime. This annotation processor generates those additional rules. For more info see \u003ca href=\"https://github.com/square/retrofit/tree/trunk/retrofit-response-type-keeper#readme\"\u003eits README\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eChanged\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd shrinker rules to retain the generic signatures of built-in types (\u003ccode\u003eCall\u003c/code\u003e, \u003ccode\u003eResponse\u003c/code\u003e, etc.) which are used via reflection at runtime.\u003c/li\u003e\n\u003cli\u003eRemove backpressure support from RxJava 2 and 3 adapters. Since we only deliver a single value and the Reactive Streams specification states that callers must request a non-zero subscription value, we never need to honor backpressure.\u003c/li\u003e\n\u003cli\u003eKotlin \u003ccode\u003eRetrofit.create\u003c/code\u003e function now has a non-null lower bound. Even if you specified a nullable type before this function would never return null.\u003c/li\u003e\n\u003cli\u003eSuspend functions now capture and defer all \u003ccode\u003eThrowable\u003c/code\u003e subtypes (not just \u003ccode\u003eException\u003c/code\u003e subtypes) to avoid Java's \u003ccode\u003eUndeclaredThrowableException\u003c/code\u003e when thrown synchronously.\u003c/li\u003e\n\u003cli\u003eEagerly reject \u003ccode\u003esuspend fun\u003c/code\u003e functions that return \u003ccode\u003eCall\u0026lt;Body\u0026gt;\u003c/code\u003e. These are never correct, and should declare a return type of \u003ccode\u003eBody\u003c/code\u003e directly.\u003c/li\u003e\n\u003cli\u003eSupport for Java 14-specific and Java 16-specific reflection needed to invoke default methods on interfaces have been moved to separate versions of a class through a multi-release jar. This should have no observable impact other than the jar now contains classes which target Java 14 and Java 16 bytecode that might trip up some static analysis tools which are not aware of multi-release jars.\u003c/li\u003e\n\u003cli\u003eParameter names are now displayed in exception messages when available in the underlying Java bytecode.\u003c/li\u003e\n\u003cli\u003eJackson converter now supports binary formats by using byte streams rather than character streams in its implementation. Use the \u003ccode\u003ecreate(ObjectMapper, MediaType)\u003c/code\u003e overload to supply the value of the \u003ccode\u003eContent-Type\u003c/code\u003e header for your format.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eDo not include synthetic methods when doing eager validation.\u003c/li\u003e\n\u003cli\u003eUse per-method rather than per-class locking when parsing annotations. This eliminates contention when multiple calls are made in quick succession at the beginning of the process lifetime.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/square/retrofit/blob/trunk/CHANGELOG.md\"\u003ecom.squareup.retrofit2:converter-jackson's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e[2.11.0] - 2024-03-28\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe built-in \u003ccode\u003eOptionalConverterFactory\u003c/code\u003e is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eEnsure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic \u003ccode\u003eClassCastException\u003c/code\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e[2.10.0] - 2024-03-18\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eSupport using \u003ccode\u003eUnit\u003c/code\u003e as a response type. This can be used for non-body HTTP methods like \u003ccode\u003eHEAD\u003c/code\u003e or body-containing HTTP methods like \u003ccode\u003eGET\u003c/code\u003e where the body will be discarded without deserialization.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekotlinx.serialization converter!\u003c/p\u003e\n\u003cp\u003eThis was imported from \u003ca href=\"https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\"\u003egithub.com/JakeWharton/retrofit2-kotlinx-serialization-converter/\u003c/a\u003e and remains unchanged from its 1.0.0 release.\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-kotlinx-serialization\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eJAXB 3 converter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:converter-jaxb3\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003e@Header\u003c/code\u003e, \u003ccode\u003e@Headers\u003c/code\u003e, and \u003ccode\u003e@HeaderMap\u003c/code\u003e can now set non-ASCII values through the \u003ccode\u003eallowUnsafeNonAsciiValues\u003c/code\u003e annotation property. These are not technically compliant with the HTTP specification, but are often supported or required by services.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ePublish a BOM of all modules. The Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:retrofit-bom\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eInvocation\u003c/code\u003e now exposes the service \u003ccode\u003eClass\u0026lt;?\u0026gt;\u003c/code\u003e and the instance on which the method was invoked. This disambiguates the source when service inheritence is used.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA response type keeper annotation processor is now available for generating shrinker rules for all referenced types in your service interface. In some cases, it's impossible for static shrinker rules to keep the entirety of what Retrofit needs at runtime. This annotation processor generates those additional rules. For more info see \u003ca href=\"https://github.com/square/retrofit/tree/trunk/retrofit-response-type-keeper#readme\"\u003eits README\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eChanged\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd shrinker rules to retain the generic signatures of built-in types (\u003ccode\u003eCall\u003c/code\u003e, \u003ccode\u003eResponse\u003c/code\u003e, etc.) which are used via reflection at runtime.\u003c/li\u003e\n\u003cli\u003eRemove backpressure support from RxJava 2 and 3 adapters. Since we only deliver a single value and the Reactive Streams specification states that callers must request a non-zero subscription value, we never need to honor backpressure.\u003c/li\u003e\n\u003cli\u003eKotlin \u003ccode\u003eRetrofit.create\u003c/code\u003e function now has a non-null lower bound. Even if you specified a nullable type before this function would never return null.\u003c/li\u003e\n\u003cli\u003eSuspend functions now capture and defer all \u003ccode\u003eThrowable\u003c/code\u003e subtypes (not just \u003ccode\u003eException\u003c/code\u003e subtypes) to avoid Java's \u003ccode\u003eUndeclaredThrowableException\u003c/code\u003e when thrown synchronously.\u003c/li\u003e\n\u003cli\u003eEagerly reject \u003ccode\u003esuspend fun\u003c/code\u003e functions that return \u003ccode\u003eCall\u0026lt;Body\u0026gt;\u003c/code\u003e. These are never correct, and should declare a return type of \u003ccode\u003eBody\u003c/code\u003e directly.\u003c/li\u003e\n\u003cli\u003eSupport for Java 14-specific and Java 16-specific reflection needed to invoke default methods on interfaces have been moved to separate versions of a class through a multi-release jar. This should have no observable impact other than the jar now contains classes which target Java 14 and Java 16 bytecode that might trip up some static analysis tools which are not aware of multi-release jars.\u003c/li\u003e\n\u003cli\u003eParameter names are now displayed in exception messages when available in the underlying Java bytecode.\u003c/li\u003e\n\u003cli\u003eJackson converter now supports binary formats by using byte streams rather than character streams in its implementation. Use the \u003ccode\u003ecreate(ObjectMapper, MediaType)\u003c/code\u003e overload to supply the value of the \u003ccode\u003eContent-Type\u003c/code\u003e header for your format.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFixed\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eDo not include synthetic methods when doing eager validation.\u003c/li\u003e\n\u003cli\u003eUse per-method rather than per-class locking when parsing annotations. This eliminates contention when multiple calls are made in quick succession at the beginning of the process lifetime.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e[2.9.0] - 2020-05-20\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eNew: RxJava 3 adapter!\u003c/p\u003e\n\u003cp\u003eThe Maven coordinates are \u003ccode\u003ecom.squareup.retrofit2:adapter-rxjava3\u003c/code\u003e.\u003c/p\u003e\n\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/square/retrofit/commit/cc76c22a68e090f3dd898cbcb0bac30414f59c31\"\u003e\u003ccode\u003ecc76c22\u003c/code\u003e\u003c/a\u003e Prepare version 2.11.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/eba9567812735899f6d33454d83fb0448c489b40\"\u003e\u003ccode\u003eeba9567\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4117\"\u003e#4117\u003c/a\u003e from square/jw.public-optional.2024-03-27\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/c579693e70486927448a158bdf363bf71da4a0f1\"\u003e\u003ccode\u003ec579693\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4114\"\u003e#4114\u003c/a\u003e from square/jw.locks.2024-03-22\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/d6eac54ccfa69220f7a3b78c391ec336e9bedf46\"\u003e\u003ccode\u003ed6eac54\u003c/code\u003e\u003c/a\u003e Make optional converter public\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/9b5e6307b8ab8097fc38b0f7ef26dc5d2d4f2dc1\"\u003e\u003ccode\u003e9b5e630\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4116\"\u003e#4116\u003c/a\u003e from deterclosed/trunk\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/bab101e678fb7a04fb7a704e5bb92c81a301cb86\"\u003e\u003ccode\u003ebab101e\u003c/code\u003e\u003c/a\u003e all: remove repetitive words\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/80aee7134862c5ead6e3bc69241397f0512e20fe\"\u003e\u003ccode\u003e80aee71\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4115\"\u003e#4115\u003c/a\u003e from square/renovate/gradle-8.x\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/83acb51298a3373ad378bcfa9461eab80cd5dd61\"\u003e\u003ccode\u003e83acb51\u003c/code\u003e\u003c/a\u003e Update dependency gradle to v8.7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/d41213948e8f8c8f872a2cbbc3dde5364ec3bfca\"\u003e\u003ccode\u003ed412139\u003c/code\u003e\u003c/a\u003e Gracefully handle parse failure with locking\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/square/retrofit/commit/8f5a3c940f876cc5ac416c29d4afb093e57da5d6\"\u003e\u003ccode\u003e8f5a3c9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/square/retrofit/issues/4110\"\u003e#4110\u003c/a\u003e from jonapoul/patch-1\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/square/retrofit/compare/parent-2.6.0...2.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.httpcomponents:httpclient` from 4.3.5 to 4.5.14\n\nUpdates `com.fasterxml.jackson.core:jackson-databind` from 2.11.1 to 2.12.7.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/FasterXML/jackson/commits\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.google.code.gson:gson` from 2.8.0 to 2.8.9\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/google/gson/releases\"\u003ecom.google.code.gson:gson's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGson 2.8.9\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMake OSGi bundle's dependency on \u003ccode\u003esun.misc\u003c/code\u003e optional (\u003ca href=\"https://redirect.github.com/google/gson/issues/1993\"\u003e#1993\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eDeprecate \u003ccode\u003eGson.excluder()\u003c/code\u003e exposing internal \u003ccode\u003eExcluder\u003c/code\u003e class (\u003ca href=\"https://redirect.github.com/google/gson/issues/1986\"\u003e#1986\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003ePrevent Java deserialization of internal classes (\u003ca href=\"https://redirect.github.com/google/gson/issues/1991\"\u003e#1991\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eImprove number strategy implementation (\u003ca href=\"https://redirect.github.com/google/gson/issues/1987\"\u003e#1987\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFix LongSerializationPolicy null handling being inconsistent with Gson (\u003ca href=\"https://redirect.github.com/google/gson/issues/1990\"\u003e#1990\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eSupport arbitrary Number implementation for Object and Number deserialization (\u003ca href=\"https://redirect.github.com/google/gson/issues/1290\"\u003e#1290\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eBump proguard-maven-plugin from 2.4.0 to 2.5.1 (\u003ca href=\"https://redirect.github.com/google/gson/issues/1980\"\u003e#1980\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eDon't exclude static local classes (\u003ca href=\"https://redirect.github.com/google/gson/issues/1969\"\u003e#1969\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFix \u003ccode\u003eRuntimeTypeAdapterFactory\u003c/code\u003e depending on internal \u003ccode\u003eStreams\u003c/code\u003e class (\u003ca href=\"https://redirect.github.com/google/gson/issues/1959\"\u003e#1959\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eImprove Maven build (\u003ca href=\"https://redirect.github.com/google/gson/issues/1964\"\u003e#1964\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eMake dependency on \u003ccode\u003ejava.sql\u003c/code\u003e optional (\u003ca href=\"https://redirect.github.com/google/gson/issues/1707\"\u003e#1707\u003c/a\u003e).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eGson 2.8.8\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed issue with recursive types (\u003ca href=\"https://redirect.github.com/google/gson/issues/1390\"\u003e#1390\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eBetter behaviour with Java 9+ and \u003ccode\u003eUnsafe\u003c/code\u003e if there is a security manager (\u003ca href=\"https://redirect.github.com/google/gson/issues/1712\"\u003e#1712\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eEnumTypeAdapter\u003c/code\u003e now works better when ProGuard has obfuscated enum fields (\u003ca href=\"https://redirect.github.com/google/gson/issues/1495\"\u003e#1495\u003c/a\u003e).\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/google/gson/blob/main/CHANGELOG.md\"\u003ecom.google.code.gson:gson's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eVersion 2.8.9\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMake OSGi bundle's dependency on \u003ccode\u003esun.misc\u003c/code\u003e optional (\u003ca href=\"https://redirect.github.com/google/gson/pull/1993\"\u003egoogle/gson#1993\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eDeprecate \u003ccode\u003eGson.excluder()\u003c/code\u003e exposing internal \u003ccode\u003eExcluder\u003c/code\u003e class (\u003ca href=\"https://redirect.github.com/google/gson/pull/1986\"\u003egoogle/gson#1986\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003ePrevent Java deserialization of internal classes (\u003ca href=\"https://redirect.github.com/google/gson/pull/1991\"\u003egoogle/gson#1991\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eImprove number strategy implementation (\u003ca href=\"https://redirect.github.com/google/gson/pull/1987\"\u003egoogle/gson#1987\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFix LongSerializationPolicy null handling being inconsistent with Gson (\u003ca href=\"https://redirect.github.com/google/gson/pull/1990\"\u003egoogle/gson#1990\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eSupport arbitrary Number implementation for Object and Number deserialization (\u003ca href=\"https://redirect.github.com/google/gson/pull/1290\"\u003egoogle/gson#1290\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eBump proguard-maven-plugin from 2.4.0 to 2.5.1 (\u003ca href=\"https://redirect.github.com/google/gson/pull/1980\"\u003egoogle/gson#1980\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eDon't exclude static local classes (\u003ca href=\"https://redirect.github.com/google/gson/pull/1969\"\u003egoogle/gson#1969\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFix \u003ccode\u003eRuntimeTypeAdapterFactory\u003c/code\u003e depending on internal \u003ccode\u003eStreams\u003c/code\u003e class (\u003ca href=\"https://redirect.github.com/google/gson/pull/1959\"\u003egoogle/gson#1959\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eImprove Maven build (\u003ca href=\"https://redirect.github.com/google/gson/pull/1964\"\u003egoogle/gson#1964\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eMake dependency on \u003ccode\u003ejava.sql\u003c/code\u003e optional (\u003ca href=\"https://redirect.github.com/google/gson/pull/1707\"\u003egoogle/gson#1707\u003c/a\u003e).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.8\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed issue with recursive types (\u003ca href=\"https://redirect.github.com/google/gson/issues/1390\"\u003egoogle/gson#1390\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eBetter behaviour with Java 9+ and \u003ccode\u003eUnsafe\u003c/code\u003e if there is a security manager (\u003ca href=\"https://redirect.github.com/google/gson/pull/1712\"\u003egoogle/gson#1712\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eEnumTypeAdapter\u003c/code\u003e now works better when ProGuard has obfuscated enum fields (\u003ca href=\"https://redirect.github.com/google/gson/pull/1495\"\u003egoogle/gson#1495\u003c/a\u003e).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.7\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed \u003ccode\u003eISO8601UtilsTest\u003c/code\u003e failing on systems with UTC+X.\u003c/li\u003e\n\u003cli\u003eImproved javadoc for \u003ccode\u003eJsonStreamParser\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eUpdated proguard.cfg (\u003ca href=\"https://redirect.github.com/google/gson/pull/1693\"\u003egoogle/gson#1693\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFixed \u003ccode\u003eIllegalStateException\u003c/code\u003e in \u003ccode\u003eJsonTreeWriter\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/google/gson/issues/1592\"\u003egoogle/gson#1592\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eAdded \u003ccode\u003eJsonArray.isEmpty()\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/google/gson/pull/1640\"\u003egoogle/gson#1640\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eAdded new test cases (\u003ca href=\"https://redirect.github.com/google/gson/pull/1638\"\u003egoogle/gson#1638\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eFixed OSGi metadata generation to work on JavaSE \u0026lt; 9 (\u003ca href=\"https://redirect.github.com/google/gson/pull/1603\"\u003egoogle/gson#1603\u003c/a\u003e).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.6\u003c/h2\u003e\n\u003cp\u003e\u003cem\u003e2019-10-04\u003c/em\u003e  \u003ca href=\"https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.6\"\u003eGitHub Diff\u003c/a\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdded static methods \u003ccode\u003eJsonParser.parseString\u003c/code\u003e and \u003ccode\u003eJsonParser.parseReader\u003c/code\u003e and deprecated instance method \u003ccode\u003eJsonParser.parse\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003eJava 9 module-info support\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.5\u003c/h2\u003e\n\u003cp\u003e\u003cem\u003e2018-05-21\u003c/em\u003e  \u003ca href=\"https://github.com/google/gson/compare/gson-parent-2.8.4...gson-parent-2.8.5\"\u003eGitHub Diff\u003c/a\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003ePrint Gson version while throwing AssertionError and IllegalArgumentException\u003c/li\u003e\n\u003cli\u003eMoved \u003ccode\u003eutils.VersionUtils\u003c/code\u003e class to \u003ccode\u003einternal.JavaVersion\u003c/code\u003e. This is a potential backward incompatible change from 2.8.4\u003c/li\u003e\n\u003cli\u003eFixed issue \u003ca href=\"https://redirect.github.com/google/gson/issues/1310\"\u003egoogle/gson#1310\u003c/a\u003e by supporting Debian Java 9\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.4\u003c/h2\u003e\n\u003cp\u003e\u003cem\u003e2018-05-01\u003c/em\u003e  \u003ca href=\"https://github.com/google/gson/compare/gson-parent-2.8.3...gson-parent-2.8.4\"\u003eGitHub Diff\u003c/a\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdded a new FieldNamingPolicy, \u003ccode\u003eLOWER_CASE_WITH_DOTS\u003c/code\u003e that mapps JSON name \u003ccode\u003esomeFieldName\u003c/code\u003e to \u003ccode\u003esome.field.name\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003eFixed issue \u003ca href=\"https://redirect.github.com/google/gson/issues/1305\"\u003egoogle/gson#1305\u003c/a\u003e by removing compile/runtime dependency on \u003ccode\u003esun.misc.Unsafe\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eVersion 2.8.3\u003c/h2\u003e\n\u003cp\u003e\u003cem\u003e2018-04-27\u003c/em\u003e  \u003ca href=\"https://github.com/google/gson/compare/gson-parent-2.8.2...gson-parent-2.8.3\"\u003eGitHub Diff\u003c/a\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdded a new API, \u003ccode\u003eGsonBuilder.newBuilder()\u003c/code\u003e that clones the current builder\u003c/li\u003e\n\u003cli\u003ePreserving DateFormatter behavior on JDK 9\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/google/gson/commit/6a368d89da37917be7714c3072b8378f4120110a\"\u003e\u003ccode\u003e6a368d8\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release gson-parent-2.8.9\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/ba96d53bad35f7466073f14cb3d89d09383e1a2d\"\u003e\u003ccode\u003eba96d53\u003c/code\u003e\u003c/a\u003e Fix missing bounds checks for JsonTreeReader.getPath() (\u003ca href=\"https://redirect.github.com/google/gson/issues/2001\"\u003e#2001\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/ca1df7f7e09f6b1a763882029dd7057f475b31de\"\u003e\u003ccode\u003eca1df7f\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://redirect.github.com/google/gson/issues/1981\"\u003e#1981\u003c/a\u003e: Optional OSGi bundle's dependency on sun.misc package (\u003ca href=\"https://redirect.github.com/google/gson/issues/1993\"\u003e#1993\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/c54caf308c3f7d4a6088cf3085c2caa9617e0458\"\u003e\u003ccode\u003ec54caf3\u003c/code\u003e\u003c/a\u003e Deprecate \u003ccode\u003eGson.excluder()\u003c/code\u003e exposing internal \u003ccode\u003eExcluder\u003c/code\u003e class (\u003ca href=\"https://redirect.github.com/google/gson/issues/1986\"\u003e#1986\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/e6fae590cf2a758c47cd5a17f9bf3780ce62c986\"\u003e\u003ccode\u003ee6fae59\u003c/code\u003e\u003c/a\u003e Prevent Java deserialization of internal classes (\u003ca href=\"https://redirect.github.com/google/gson/issues/1991\"\u003e#1991\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/bda2e3d16af776e0f607d56bbab6eac22f8f2d58\"\u003e\u003ccode\u003ebda2e3d\u003c/code\u003e\u003c/a\u003e Improve number strategy implementation (\u003ca href=\"https://redirect.github.com/google/gson/issues/1987\"\u003e#1987\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/cd748df7122ea4260d35dfe90cfab0c079a1504d\"\u003e\u003ccode\u003ecd748df\u003c/code\u003e\u003c/a\u003e Fix LongSerializationPolicy null handling being inconsistent with Gson (\u003ca href=\"https://redirect.github.com/google/gson/issues/1990\"\u003e#1990\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/fe30b85224316cabf19f5dd3223843437c297802\"\u003e\u003ccode\u003efe30b85\u003c/code\u003e\u003c/a\u003e Support arbitrary Number implementation for Object and Number deserialization...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/1cc16274235f89650349884dd04760bf15a95d96\"\u003e\u003ccode\u003e1cc1627\u003c/code\u003e\u003c/a\u003e Fix incorrect feature request template label (\u003ca href=\"https://redirect.github.com/google/gson/issues/1982\"\u003e#1982\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/gson/commit/7b9a283a7a5d66878c9be01227b15e631afe2a5a\"\u003e\u003ccode\u003e7b9a283\u003c/code\u003e\u003c/a\u003e Bump bnd-maven-plugin from 5.3.0 to 6.0.0 (\u003ca href=\"https://redirect.github.com/google/gson/issues/1985\"\u003e#1985\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/google/gson/compare/gson-parent-2.8.0...gson-parent-2.8.9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.asynchttpclient:async-http-client` from 2.2.0 to 2.12.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/releases\"\u003eorg.asynchttpclient:async-http-client's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eAHC v2.12.4 Release\u003c/h2\u003e\n\u003ch2\u003eSecurity Advisory\u003c/h2\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-mfj5-cf8g-g2fv\"\u003ehttps://github.com/AsyncHttpClient/async-http-client/security/advisories/GHSA-mfj5-cf8g-g2fv\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eImportant\u003c/h2\u003e\n\u003cp\u003eThis is a breaking release. \u003ccode\u003eRequestBuilderBase.java\u003c/code\u003e has a new method added. This is in response to \u003ccode\u003eGHSA-mfj5-cf8g-g2fv\u003c/code\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/AsyncHttpClient/async-http-client/commit/6afba08b39a10c2a85bb1b38e14ada224cd40705\"\u003e\u003ccode\u003e6afba08\u003c/code\u003e\u003c/a\u003e Release 2.12.4 with CVE Fix: 2024-53990\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/7a370af58dc8895a27a14d0a81af2a3b91930651\"\u003e\u003ccode\u003e7a370af\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release async-http-client-project-2.12.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/7201bf111839358226df678fd512961a3db4fc1d\"\u003e\u003ccode\u003e7201bf1\u003c/code\u003e\u003c/a\u003e Bump netty to 4.1.60.Final \u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1775\"\u003e#1775\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1782\"\u003e#1782\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/576decf10ca8729c1b3216fcd54c2191872059f4\"\u003e\u003ccode\u003e576decf\u003c/code\u003e\u003c/a\u003e Proxy CONNECT custom headers (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1774\"\u003e#1774\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/d2fc37154b48c416e9d2dda0095a4a7a32b83f5a\"\u003e\u003ccode\u003ed2fc371\u003c/code\u003e\u003c/a\u003e Fix for NPE when connection is reset by peer (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1771\"\u003e#1771\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/bd7b5bd0e3e5f7eb045d3e996d94b9f190fe3232\"\u003e\u003ccode\u003ebd7b5bd\u003c/code\u003e\u003c/a\u003e Use original method in redirects for HEAD / OPTIONS requests (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1736\"\u003e#1736\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/d24ee6ac16e972fd910d1adfdd542e0cd2db59bd\"\u003e\u003ccode\u003ed24ee6a\u003c/code\u003e\u003c/a\u003e Propagate original request user-agent in proxy CONNECT requests (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1742\"\u003e#1742\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/7770c8b3a0af142b2f57bfb1c5b6f4a836f8fed5\"\u003e\u003ccode\u003e7770c8b\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/AsyncHttpClient/async-http-client/commit/64622adb84d3d7dc2f517a500b6f1f2f4d7c4d02\"\u003e\u003ccode\u003e64622ad\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release async-http-client-project-2.12.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/commit/26588259cf1539dda378ae069a54b30ec4be60af\"\u003e\u003ccode\u003e2658825\u003c/code\u003e\u003c/a\u003e Bump netty.version for vulnerability fixes (\u003ca href=\"https://redirect.github.com/AsyncHttpClient/async-http-client/issues/1755\"\u003e#1755\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/AsyncHttpClient/async-http-client/compare/async-http-client-project-2.2.0...async-http-client-project-2.12.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.bouncycastle:bcprov-jdk15on` from 1.58 to 1.70\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html\"\u003eorg.bouncycastle:bcprov-jdk15on's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e2.1.1 Version\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\nRelease: 1.80\u003c!-- raw HTML omitted --\u003e\nDate:      2025, 14th January.\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\u003eSee full diff in \u003ca href=\"https://github.com/bcgit/bc-java/commits\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.hazelcast:hazelcast` from 3.8.4 to 5.3.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/hazelcast/hazelcast/releases\"\u003ecom.hazelcast:hazelcast's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.3.5\u003c/h2\u003e\n\u003cp\u003eThis document lists the enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.5 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.\u003c/p\u003e\n\u003cp\u003eNOTE: Due to an error in the tooling, the Platform releases 5.3.3 and 5.3.4 needed to be skipped numerically.\u003c/p\u003e\n\u003ch2\u003eEnhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eImproved the permission checks by fixing the \u003ca href=\"https://nvd.nist.gov/vuln/detail/CVE-2023-45859\"\u003eCVE-2023-45859\u003c/a\u003e and \u003ca href=\"https://nvd.nist.gov/vuln/detail/CVE-2023-45860\"\u003eCVE-2023-45860\u003c/a\u003e vulnerabilities.\u003c/li\u003e\n\u003cli\u003eChanged the exception type from \u003ccode\u003eCancellationException\u003c/code\u003e to \u003ccode\u003eCancellationByUserException\u003c/code\u003e in case the user cancels a job before it is initialized. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25452\"\u003e#25452\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdated the versions of the following dependencies\n\u003cul\u003e\n\u003cli\u003egRPC to 1.57.0, \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25430\"\u003e#25430\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNetty to 4.1.100, \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25670\"\u003e#25670\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvro to 1.1.13, \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25659\"\u003e#25659\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSnappy Java to 1.1.10.5\u003c/li\u003e\n\u003cli\u003eElasticsearch to 7.17.13, \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25660\"\u003e#25660\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eRenamed the service port for Hazelcast clusters deployed in Kubernetes environments as \u003ccode\u003ehazelcast\u003c/code\u003e.\nPreviously, the name was \u003ccode\u003ehazelcast-service-port\u003c/code\u003e causing the member auto-discovery (for embedded deployments) to fail. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/24834\"\u003e#24834\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eFixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed an issue where the map entries' metadata, such as time-to-live and expiration, was not replicated correctly over WAN after updating existing entries. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25505\"\u003e#25505\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed an issue where the member list was not updated after a cluster failover scenario. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25504\"\u003e#25504\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a memory leak issue happening in Hazelcast members and clients while destroying fenced locks. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25421\"\u003e#25421\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eRemoved/Deprecated Features\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRemoved the evaluation tool (to try out Platform 5.x features for IMDG 3.x users) and the relevant IMDG 3.x JAR libraries from Hazelcast Platform distributions. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25663\"\u003e#25663\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.3.2\u003c/h2\u003e\n\u003cp\u003eThis document lists the enhancements and fixed issues for Hazelcast Platform 5.3.2 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.\u003c/p\u003e\n\u003ch2\u003eEnhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdated the Janino dependency version to 3.1.10. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25094\"\u003e#25094\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eFixes\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRenamed the service port for Hazelcast clusters deployed in Kubernetes environments as \u003ccode\u003ehazelcast\u003c/code\u003e.\nPreviously, the name was \u003ccode\u003ehazelcast-service-port\u003c/code\u003e causing the member auto-discovery (for embedded deployments) to fail. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25228\"\u003e#25228\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed an issue where the \u003ccode\u003egetDistributedObjects()\u003c/code\u003e was returning inconsistent results when multiple members are simultaneously joining to the cluster. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25153\"\u003e#25153\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed an issue where the Hot Restart procedure was failing on Hazelcast Viridian, when the cluster is in the \u003ccode\u003eFROZEN\u003c/code\u003e state. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25081\"\u003e#25081\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed an issue where the retry mechanism for the communications between CP leader and followers was generating too many retries, due to incorrect backoff timeout reset behavior. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25074\"\u003e#25074\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev5.3.1\u003c/h2\u003e\n\u003cp\u003eThis document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.3.1 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.\u003c/p\u003e\n\u003ch2\u003eEnhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdated the version of \u003ccode\u003ejackson-core\u003c/code\u003e dependency to 2.15.2. \u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/24727\"\u003e#24727\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/hazelcast/hazelcast/commit/7e760b071f2736d304d818883e51cb6ea46bedc4\"\u003e\u003ccode\u003e7e760b0\u003c/code\u003e\u003c/a\u003e Upgrade version to 5.3.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/0a8cc632a50bd86a04b5bdce01d0dcbd52a24c48\"\u003e\u003ccode\u003e0a8cc63\u003c/code\u003e\u003c/a\u003e Adding note to 5.3.5 OS RN. (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25829\"\u003e#25829\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/ae0396d22dfbb1fc8a1d82184f9e82e8cf8464cf\"\u003e\u003ccode\u003eae0396d\u003c/code\u003e\u003c/a\u003e Update version of dependency-check-maven to 8.4.2 (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25816\"\u003e#25816\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/b2c44b58195dd3067205dcae8ee663d8271c4c43\"\u003e\u003ccode\u003eb2c44b5\u003c/code\u003e\u003c/a\u003e Fix 5.3.4 deployment by pushing 5.3.5 (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25800\"\u003e#25800\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/781beef0a7b79f146869bd55ae8e57c5ed0d9c25\"\u003e\u003ccode\u003e781beef\u003c/code\u003e\u003c/a\u003e Check permissions during the validation for dynamic functions [HZ-3516] [5.3....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/b7c8d0d727d4eb6673e5a6a81a253b9b45bd85a7\"\u003e\u003ccode\u003eb7c8d0d\u003c/code\u003e\u003c/a\u003e Bump everit-json-schema to mitigate CVE-2023-5072 [HZ-3518] [5.3.3] (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25773\"\u003e#25773\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/371fed4631f67aa16dcec31fe5ea748dc9ecb379\"\u003e\u003ccode\u003e371fed4\u003c/code\u003e\u003c/a\u003e Add CVE IDs to the 5.3.3 OS RN (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25727\"\u003e#25727\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/6a90c3ba7a21cfc16b08d45ed2dc30b3fd5a6e4f\"\u003e\u003ccode\u003e6a90c3b\u003c/code\u003e\u003c/a\u003e Don't fail proxies creation if any of permissions is missing in CreateProxies...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/5125c3fd22587724ae5c287a5e1522c9bd1d9098\"\u003e\u003ccode\u003e5125c3f\u003c/code\u003e\u003c/a\u003e Adding Platform OS 5.3.3 Release Notes. (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25706\"\u003e#25706\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/hazelcast/hazelcast/commit/54cf897ab1ed13d7bef4b619e569b45330415570\"\u003e\u003ccode\u003e54cf897\u003c/code\u003e\u003c/a\u003e Bump netty to 4.1.100.Final [HZ-3424] [5.3.3] (\u003ca href=\"https://redirect.github.com/hazelcast/hazelcast/issues/25670\"\u003e#25670\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/hazelcast/hazelcast/compare/v3.8.4...v5.3.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `org.apache.hadoop:hadoop-client` from 2.2.0 to 2.7.0\n\nUpdates `org.apache.storm:storm-core` from 1.2.2 to 1.2.3\n\nUpdates `org.yaml:snakeyaml` from 1.21 to 2.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/c98ffba9cd065d1ead94c9ec580d8b5a5966c9d3\"\u003e\u003ccode\u003ec98ffba\u003c/code\u003e\u003c/a\u003e issue 561: add negative test case\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/e2ca740df5510abf4f8de49c56e4ec53ec7b5624\"\u003e\u003ccode\u003ee2ca740\u003c/code\u003e\u003c/a\u003e Use Maven wrapper on github\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/49d91a1e2d7fbd756f1d5f380b0c07e13546222d\"\u003e\u003ccode\u003e49d91a1\u003c/code\u003e\u003c/a\u003e Fix target for github\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/19e331dd722325758263bfdfdd1d72872d8451bd\"\u003e\u003ccode\u003e19e331d\u003c/code\u003e\u003c/a\u003e Disable toolchain for github\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/42c781297909a3c7e61a234071540b91c6bf5834\"\u003e\u003ccode\u003e42c7812\u003c/code\u003e\u003c/a\u003e Cobertura plugin does not work\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/03c82b5d8ef3525ba407f3a96cbb6d5f6f9d364d\"\u003e\u003ccode\u003e03c82b5\u003c/code\u003e\u003c/a\u003e Rename GlobalTagRejectionTest to be run by Maven\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/6e8cd890716dfe22d5ba56f9a592225fb7fa2803\"\u003e\u003ccode\u003e6e8cd89\u003c/code\u003e\u003c/a\u003e Remove cobertura\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/d9b0f480b1a63aca4678da7ab1915fcfc7d2a856\"\u003e\u003ccode\u003ed9b0f48\u003c/code\u003e\u003c/a\u003e Improve Javadoc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/519791aa35b5415494234cd91c250ba5ed9fa80a\"\u003e\u003ccode\u003e519791a\u003c/code\u003e\u003c/a\u003e Run install and site goals under docker\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/commits/82f33d25ae189560ebeed29bbe3aff5bc44556fc\"\u003e\u003ccode\u003e82f33d2\u003c/code\u003e\u003c/a\u003e Merge branch 'master' into add-module-info\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.21\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.esotericsoftware.yamlbeans:yamlbeans` from 1.15 to 1.17\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/34eeff9671d3ead9587a217ba6408293cc0b940e\"\u003e\u003ccode\u003e34eeff9\u003c/code\u003e\u003c/a\u003e 1.17\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/33a0f91ddc524821f365e7a1fc0f5e9ed224a8f4\"\u003e\u003ccode\u003e33a0f91\u003c/code\u003e\u003c/a\u003e Formatting, clean up.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/b1122588e7610ae4e0d516c50d08c94ee87946e6\"\u003e\u003ccode\u003eb112258\u003c/code\u003e\u003c/a\u003e added a new read config flag of anchor to enable/disable following an… (\u003ca href=\"https://redirect.github.com/EsotericSoftware/yamlbeans/issues/164\"\u003e#164\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/08f4f7bc91709cc1c59e165e2882ca7c679d496f\"\u003e\u003ccode\u003e08f4f7b\u003c/code\u003e\u003c/a\u003e Added missing ReadConfig autoMerge setter.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/d73748e1bf7179f22d1700dea939683803f247de\"\u003e\u003ccode\u003ed73748e\u003c/code\u003e\u003c/a\u003e Merge remote-tracking branch 'origin/master'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/f1ee429b11cfdec9006f006bbdcfe94a0dda9b90\"\u003e\u003ccode\u003ef1ee429\u003c/code\u003e\u003c/a\u003e * Throw an exception if the YAML data specifies a type that is incompatible w...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/64a14ed3cdcc19d4679f98e18479730c5fd1802c\"\u003e\u003ccode\u003e64a14ed\u003c/code\u003e\u003c/a\u003e Update pom.xml\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/6b0a6f29e3663caab9e7ea46101b1f6f16f39100\"\u003e\u003ccode\u003e6b0a6f2\u003c/code\u003e\u003c/a\u003e Update CN_README.md (\u003ca href=\"https://redirect.github.com/EsotericSoftware/yamlbeans/issues/162\"\u003e#162\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/631d6295fe75e4d1d42cda42bda14b97c1ba5261\"\u003e\u003ccode\u003e631d629\u003c/code\u003e\u003c/a\u003e Added AutoCloseable.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/commit/246e9cd10c9c3ab44dc6f880ad66cb10e83f0104\"\u003e\u003ccode\u003e246e9cd\u003c/code\u003e\u003c/a\u003e Merge remote-tracking branch 'origin/master'\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/EsotericSoftware/yamlbeans/compare/1.15...1.17\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `com.google.protobuf:protobuf-java` from 3.1.0 to 3.25.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/protocolbuffers/protobuf/releases\"\u003ecom.google.protobuf:protobuf-java's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eProtocol Buffers v3.20.3\u003c/h2\u003e\n\u003ch1\u003eJava\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eRefactoring java full runtime to reuse sub-message builders and prepare to\nmigrate parsing logic from parse constructor to builder.\u003c/li\u003e\n\u003cli\u003eMove proto wireformat parsing functionality from the private \u0026quot;parsing\nconstructor\u0026quot; to the Builder class.\u003c/li\u003e\n\u003cli\u003eChange the Lite runtime to prefer merging from the wireformat into mutable\nmessages rather than building up a new immutable object before merging. This\nway results in fewer allocations and copy operations.\u003c/li\u003e\n\u003cli\u003eMake message-type extensions merge from wire-format instead of building up\ninstances and merging afterwards. This has much better performance.\u003c/li\u003e\n\u003cli\u003eFix TextFormat parser to build up recurring (but supposedly not repeated)\nsub-messages directly from text rather than building a new sub-message and\nmerging the fully formed message into the existing field.\u003c/li\u003e\n\u003cli\u003eThis release addresses a \u003ca href=\"https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-h4h5-3hr4-j3g2\"\u003eSecurity Advisory for Java users\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eProtocol Buffers v3.20.2\u003c/h2\u003e\n\u003ch1\u003eC++\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eReduce memory consumption of MessageSet parsing\u003c/li\u003e\n\u003cli\u003eThis release addresses a \u003ca href=\"https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf\"\u003eSecurity Advisory for C++ and Python users\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eProtocol Buffers v3.20.1\u003c/h2\u003e\n\u003ch1\u003ePHP\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eFix building packaged PHP extension (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9727\"\u003e#9727\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eFixed composer.json to only advertise compatibility with PHP 7.0+.  (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9819\"\u003e#9819\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRuby\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eDisable the aarch64 build on macOS until it can be fixed. (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9816\"\u003e#9816\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eOther\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eFix versioning issues in 3.20.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eProtocol Buffers v3.20.1-rc1\u003c/h2\u003e\n\u003ch1\u003ePHP\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eFix building packaged PHP extension (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9727\"\u003e#9727\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eOther\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eFix versioning issues in 3.20.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eProtocol Buffers v3.20.0\u003c/h2\u003e\n\u003cp\u003e2022-03-25 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)\u003c/p\u003e\n\u003ch1\u003eRuby\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eDropped Ruby 2.3 and 2.4 support for CI and releases. (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9311\"\u003e#9311\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdded Ruby 3.1 support for CI and releases (\u003ca href=\"https://redirect.github.com/protocolbuffers/protobuf/issues/9566\"\u003e#9566\u003c/a\u003e).\u003c/li\u003e\n\u003cli\u003eMessage.decode/encode: Add recursion_limit option (\u003ca href=\"https://redirect...\n\n_Description has been truncated_","html_url":"https://github.com/thismahbub/tutorials/pull/1","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/thismahbub%2Ftutorials/issues/1","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1/packages"}},{"old_version":"1.1.3","new_version":"2.8.0","update_type":"major","path":"/thresh","pr_created_at":"2025-04-11T09:17:36.000Z","version_change":"1.1.3 → 2.8.0","issue":{"uuid":"2453296099","node_id":"PR_kwDOOXx-Hc6SOlPj","number":7,"state":"closed","title":"Bump org.apache.storm:storm-core from 1.1.3 to 2.8.0 in /thresh","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-06-09T08:39:39.000Z","author_association":"NONE","state_reason":null,"created_at":"2025-04-11T09:17:36.000Z","updated_at":"2025-06-09T08:39:39.000Z","time_to_close":5095323,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"1.1.3","new_version":"2.8.0","repository_url":"https://github.com/apache/storm"}],"path":"/thresh","ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 1.1.3 to 2.8.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/apache/storm/releases\"\u003eorg.apache.storm:storm-core's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eApache Storm 2.8.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump org.codehaus.mojo:license-maven-plugin from 2.4.0 to 2.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3804\"\u003eapache/storm#3804\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump testcontainers.version from 1.20.3 to 1.20.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3796\"\u003eapache/storm#3796\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4131: Update log4j2 to a non-borked version by \u003ca href=\"https://github.com/tballison\"\u003e\u003ccode\u003e@​tballison\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3807\"\u003eapache/storm#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4133 - Raise Minimum JRE Level to 17 by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3817\"\u003eapache/storm#3817\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4132 - Remove \u0026quot;storm-hive\u0026quot; by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3816\"\u003eapache/storm#3816\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4134 - Bump org.apache.logging.log4j:log4j-bom from 2.24.2 to 2.24.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3813\"\u003eapache/storm#3813\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSeveral Dependency Updates by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3818\"\u003eapache/storm#3818\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.junit:junit-bom from 5.11.3 to 5.11.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3822\"\u003eapache/storm#3822\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.freemarker:freemarker from 2.3.33 to 2.3.34 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3820\"\u003eapache/storm#3820\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4142 Log when falling back to java serialization by \u003ca href=\"https://github.com/MaheshAravindV\"\u003e\u003ccode\u003e@​MaheshAravindV\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3824\"\u003eapache/storm#3824\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4144 - Bump slf4j.version from 1.7.36 to 2.0.16 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3680\"\u003eapache/storm#3680\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump io.netty:netty-bom from 4.1.115.Final to 4.1.116.Final by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3819\"\u003eapache/storm#3819\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3821\"\u003eapache/storm#3821\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.checkerframework:checker-qual from 3.48.3 to 3.48.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3826\"\u003eapache/storm#3826\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: Decode ComponentId to avoid UI throwing errors by \u003ca href=\"https://github.com/paxadax\"\u003e\u003ccode\u003e@​paxadax\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3827\"\u003eapache/storm#3827\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImporting changes from STORM-3693 (TimeOut ticks) by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3828\"\u003eapache/storm#3828\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump commons-codec:commons-codec from 1.17.1 to 1.17.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3832\"\u003eapache/storm#3832\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.glassfish.jersey:jersey-bom from 3.1.9 to 3.1.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3829\"\u003eapache/storm#3829\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.commons:commons-csv from 1.12.0 to 1.13.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3831\"\u003eapache/storm#3831\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.rocksdb:rocksdbjni from 9.7.3 to 9.8.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3830\"\u003eapache/storm#3830\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4154 - fix: Nimbus downtime during topology deployment by \u003ca href=\"https://github.com/DiogoP98\"\u003e\u003ccode\u003e@​DiogoP98\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3833\"\u003eapache/storm#3833\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eStormExecutor: adding an unit test to changes introduced in STORM-3693  by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3834\"\u003eapache/storm#3834\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/tballison\"\u003e\u003ccode\u003e@​tballison\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3807\"\u003eapache/storm#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/MaheshAravindV\"\u003e\u003ccode\u003e@​MaheshAravindV\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3824\"\u003eapache/storm#3824\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/DiogoP98\"\u003e\u003ccode\u003e@​DiogoP98\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3833\"\u003eapache/storm#3833\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/apache/storm/compare/v2.7.1...v2.8.0\"\u003ehttps://github.com/apache/storm/compare/v2.7.1...v2.8.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eApache Storm 2.7.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdating release notes by \u003ca href=\"https://github.com/reiabreu\"\u003e\u003ccode\u003e@​reiabreu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3706\"\u003eapache/storm#3706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3708\"\u003eapache/storm#3708\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0 to 3.5.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3736\"\u003eapache/storm#3736\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.jacoco:jacoco-maven-plugin from 0.7.2.201409121644 to 0.8.12 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3735\"\u003eapache/storm#3735\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-jxr-plugin from 3.2.0 to 3.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3737\"\u003eapache/storm#3737\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-checkstyle-plugin from 3.0.0 to 3.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3727\"\u003eapache/storm#3727\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.5.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3711\"\u003eapache/storm#3711\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-javadoc-plugin from 2.10.4 to 3.11.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3726\"\u003eapache/storm#3726\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.codehaus.mojo:taglist-maven-plugin from 2.4 to 3.2.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3728\"\u003eapache/storm#3728\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.apache.maven.plugins:maven-shade-plugin from 3.1.1 to 3.6.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3733\"\u003eapache/storm#3733\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.testng:testng from 6.8.5 to 7.10.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3751\"\u003eapache/storm#3751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.awaitility:awaitility from 4.2.1 to 4.2.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3742\"\u003eapache/storm#3742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump byte-buddy.version from 1.14.18 to 1.15.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3743\"\u003eapache/storm#3743\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3745\"\u003eapache/storm#3745\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4104 Fix Pacemaker server stability issues by \u003ca href=\"https://github.com/Scomocouk\"\u003e\u003ccode\u003e@​Scomocouk\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3739\"\u003eapache/storm#3739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSTORM-4107 - Remove ElasticSearch Module by \u003ca href=\"https://github.com/rzo1\"\u003e\u003ccode\u003e@​rzo1\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/apache/storm/pull/3760\"\u003eapache/storm#3760\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/storm/commit/c633e688337a95d735902c73da67e5c73d265003\"\u003e\u003ccode\u003ec633e68\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.8.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/884c4cda1818d47730d99fa0e840028174cde422\"\u003e\u003ccode\u003e884c4cd\u003c/code\u003e\u003c/a\u003e StormExecutor: adding an unit test to changes introduced in STORM-3693  (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3834\"\u003e#3834\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/af4699946b1d2f599e5e08b5d3005aff0ee74a79\"\u003e\u003ccode\u003eaf46999\u003c/code\u003e\u003c/a\u003e STORM-4154 - fix: Nimbus downtime during topology deployment (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3833\"\u003e#3833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/6f86af4b24f38541bd340f6a7b45bea1cbf4f9bf\"\u003e\u003ccode\u003e6f86af4\u003c/code\u003e\u003c/a\u003e STORM-4153 - rocksdb jni 9.8.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/a6a5f98ffbe34a3c6cbad3054e25d35c44264ceb\"\u003e\u003ccode\u003ea6a5f98\u003c/code\u003e\u003c/a\u003e STORM-4152 - commons-csv 1.13.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/80857b4aeca59f10f58502803fcb90c04640197d\"\u003e\u003ccode\u003e80857b4\u003c/code\u003e\u003c/a\u003e STORM-4151 - Jersey 3.1.10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/a8c93d9b8a1d2bbc378f402b96e83d5436697f9d\"\u003e\u003ccode\u003ea8c93d9\u003c/code\u003e\u003c/a\u003e STORM-4150 - commons codec 1.17.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/6808fbc43f486ccae35279872f71fbcfc749a8ac\"\u003e\u003ccode\u003e6808fbc\u003c/code\u003e\u003c/a\u003e Porting changes from STORM-3693 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3828\"\u003e#3828\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/457194d18978c22fe35c4ea4453099a1c65caf88\"\u003e\u003ccode\u003e457194d\u003c/code\u003e\u003c/a\u003e fix: Decode ComponentId to avoid UI throwing errors (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3827\"\u003e#3827\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/4fd8bd910ada0242a922b685ca61efa39c641814\"\u003e\u003ccode\u003e4fd8bd9\u003c/code\u003e\u003c/a\u003e STORM-4147 - checker-qual 3.48.4\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v1.1.3...v2.8.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.storm:storm-core\u0026package-manager=maven\u0026previous-version=1.1.3\u0026new-version=2.8.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/thuvh/monasca-thresh/pull/7","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/thuvh%2Fmonasca-thresh/issues/7","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/7/packages"}},{"old_version":"2.6.1","new_version":"2.6.4","update_type":"patch","path":null,"pr_created_at":"2024-09-04T01:34:19.000Z","version_change":"2.6.1 → 2.6.4","issue":{"uuid":"2052348946","node_id":"PR_kwDOH2r_lc56VFwS","number":196,"state":"closed","title":"Bump org.apache.storm:storm-core from 2.6.1 to 2.6.4","user":"dependabot[bot]","labels":["dependencies","java"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-08-22T15:04:14.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2024-09-04T01:34:19.000Z","updated_at":"2025-08-22T15:04:14.000Z","time_to_close":30461395,"merged_at":"2025-08-22T15:04:14.000Z","merged_by":"jiangxincode","closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"org.apache.storm:storm-core","old_version":"2.6.1","new_version":"2.6.4","repository_url":"https://github.com/apache/storm"}],"path":null,"ecosystem":"maven"},"body":"Bumps [org.apache.storm:storm-core](https://github.com/apache/storm) from 2.6.1 to 2.6.4.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/9434c7d42c9cd78b79b4bc2de64025be1983404a\"\u003e\u003ccode\u003e9434c7d\u003c/code\u003e\u003c/a\u003e [maven-release-plugin] prepare release v2.6.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/664142c7820935cc5c78b7c2224c8b711ce541e6\"\u003e\u003ccode\u003e664142c\u003c/code\u003e\u003c/a\u003e Update license files after latest merge\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/f9f3f47b4ee2a0f6ae934cde999b0b875bd9aae8\"\u003e\u003ccode\u003ef9f3f47\u003c/code\u003e\u003c/a\u003e STORM-4070 mTls support - fix LICENSE-binary\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/6c49ccfc069d2375fa6adc91df6de8ba4d17df84\"\u003e\u003ccode\u003e6c49ccf\u003c/code\u003e\u003c/a\u003e STORM-4070 mTls support - fix LICENSE-binary\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/a03b466e28d2fc7dee6c99d0a216c8948048695f\"\u003e\u003ccode\u003ea03b466\u003c/code\u003e\u003c/a\u003e STORM-4070 mTls support (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3678\"\u003e#3678\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/a793764b672680748aa65bb2c8f7c9eef446b9aa\"\u003e\u003ccode\u003ea793764\u003c/code\u003e\u003c/a\u003e Uplift netty to 4.1.112 (\u003ca href=\"https://redirect.github.com/apache/storm/issues/3685\"\u003e#3685\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/6ea22464d421a5cb69d1db12542973b2d19e055f\"\u003e\u003ccode\u003e6ea2246\u003c/code\u003e\u003c/a\u003e Bump org.apache.maven.plugins:maven-surefire-report-plugin\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/18a23e8691971c23fe0493d92c80fcc5e8c200c6\"\u003e\u003ccode\u003e18a23e8\u003c/code\u003e\u003c/a\u003e Bump testcontainers.version from 1.19.6 to 1.20.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/088c0ddf800aa10a96c4edec603cb2425d04bf8b\"\u003e\u003ccode\u003e088c0dd\u003c/code\u003e\u003c/a\u003e STORM-4069 - java.lang.ClassCastException for Trident-based Topology\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/apache/storm/commit/242b89ee5ff54ae34d66f4c823ce9031bbafacd3\"\u003e\u003ccode\u003e242b89e\u003c/code\u003e\u003c/a\u003e Fix licenses after dependency upgrades\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/apache/storm/compare/v2.6.1...v2.6.4\"\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.storm:storm-core\u0026package-manager=maven\u0026previous-version=2.6.1\u0026new-version=2.6.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR 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\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n","html_url":"https://github.com/jiangxincode/JavaWebTest/pull/196","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiangxincode%2FJavaWebTest/issues/196","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/196/packages"}}]}