milamberspace opened a new pull request, #6755: URL: https://github.com/apache/jmeter/pull/6755
## What / Why Bumps `org.apache.groovy:groovy-bom` from **5.0.4** to **5.1.1** for the Groovy-based JSR-223 scripting environment. 5.1.1 is the latest stable release of the Groovy 5.x line (released 2026-08-27) and is a low-risk minor update — same Maven coordinates, same set of bundled modules. Note: Groovy **6.0.0 is intentionally not adopted** here — it is still a pre-release (`6.0.0-beta-3` as of this writing) and not suitable for a stable JMeter release. ## Changes - `src/bom-thirdparty/build.gradle.kts` — `groovy-bom:5.0.4` → `5.1.1` - `src/dist/src/dist/expected_release_jars.csv` — refresh the 9 bundled `groovy-*` jar sizes to the 5.1.1 artifacts No change needed to `gradle/verification-metadata.xml`: Groovy artifacts are trusted via the group-level PGP key (`org.apache.groovy`), and 5.1.1 is signed by the same key. ## Verification `./gradlew :src:dist:verifyReleaseDependencies` passes: - PGP signatures of the 5.1.1 jars validate against the existing trusted key (`verify-signatures=true`). - The resolved runtime classpath matches the updated `expected_release_jars.csv` exactly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
