This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new d0334fdc4d chore: bump xerces:xercesImpl to 2.12.2 for the buildscript
dependencies
d0334fdc4d is described below
commit d0334fdc4de45fda65a136ceb1afd30feb50d3f1
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Oct 31 18:12:25 2025 +0300
chore: bump xerces:xercesImpl to 2.12.2 for the buildscript dependencies
---
build-logic/root-build/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-logic/root-build/build.gradle.kts
b/build-logic/root-build/build.gradle.kts
index 3262ff0e54..6e74cadf0b 100644
--- a/build-logic/root-build/build.gradle.kts
+++ b/build-logic/root-build/build.gradle.kts
@@ -21,7 +21,7 @@ plugins {
dependencies {
constraints {
- api("xerces:xercesImpl:2.12.1") {
+ api("xerces:xercesImpl:2.12.2") {
because("Some of the plugins might depend on an older version, and
we want using a more recent one")
}
}