aboutsummaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-05-16 09:56:56 +0100
committerwaynedunican <wayne.dunican@est.tech>2024-05-16 09:57:02 +0100
commit083d1b326fb2b868a1365ac83a9fe761d43acb18 (patch)
tree9ebdae5811e6a3b336c34f0d88f4ee9ee0219ea4 /integration
parent85538a0da836f8151c04e305934924d808e046b5 (diff)
Update checkstyle version range
Issue-ID: POLICY-5001 Change-Id: Iec4e748bb04782978de133d5d629d995eeb95ac2 Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 4d897b14..962542d6 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -1487,7 +1487,7 @@
<dependency>
<groupId>org.onap.policy.parent</groupId>
<artifactId>checkstyle</artifactId>
- <version>${project.version}</version>
+ <version>[4.1.2,)</version>
<scope>compile</scope>
</dependency>
</dependencies>