aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2025-02-11 11:45:31 +0000
committeradheli.tavares <adheli.tavares@est.tech>2025-02-25 09:16:48 +0000
commit4690ffd72b26597e9ce934acc0eddcc889a0a7c1 (patch)
tree9e5b4739b6b7c92a1641713a059fa45b62944f1f /testsuites
parent8bd83cf37040eda116b8dc0b8f63955fb0bd6019 (diff)
Uplift jetty to version 12.x.yHEADmaster
Issue-ID: POLICY-5254 Change-Id: I44e174f2913d5b414dd56e035f0b74d3a4decdb7 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/integration/integration-common/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/integration/integration-common/pom.xml b/testsuites/integration/integration-common/pom.xml
index 0f49a37d2..98bdfad0a 100644
--- a/testsuites/integration/integration-common/pom.xml
+++ b/testsuites/integration/integration-common/pom.xml
@@ -1,7 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
- Modifications Copyright (C) 2020,2022-2023 Nordix Foundation.
+ Modifications Copyright (C) 2020, 2022-2023, 2025 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -45,6 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
+ <version>3.26.0</version>
<configuration>
<excludes>
<exclude>**/test/common/**/*.java</exclude>