Skip to content

Commit a7f6f3e

Browse files
committed
breaking: using violations-git-lib with transitives, easier vulnerability scans
1 parent 33092e6 commit a7f6f3e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<maven.compiler.target>11</maven.compiler.target>
2727
<maven.compiler.source>11</maven.compiler.source>
2828
<changelog>2.2.5</changelog>
29-
<violations>2.3.8</violations>
29+
<violations>2.4.0</violations>
3030
</properties>
3131

3232
<dependencies>
3333
<dependency>
3434
<groupId>se.bjurr.violations</groupId>
35-
<artifactId>violations-git-lib</artifactId>
35+
<artifactId>violations-git-lib-transitives</artifactId>
3636
<version>${violations}</version>
3737
</dependency>
3838
<dependency>

violations-maven-plugin-example/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<?xml version="1.0" encoding="UTF-8"?>
32
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -11,7 +10,7 @@
1110
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1211
<maven.compiler.target>1.6</maven.compiler.target>
1312
<maven.compiler.source>1.6</maven.compiler.source>
14-
<violations.version>2.2.8-SNAPSHOT</violations.version>
13+
<violations.version>2.2.10-SNAPSHOT</violations.version>
1514
</properties>
1615
<build>
1716
<plugins>

0 commit comments

Comments
 (0)