Skip to content

Commit 020b0b5

Browse files
Updated version to 0.7.0-SNAPSHOT
- Updated version to 0.7.0-SNAPSHOT - Overriding version of snappy used by maven-core to suppress CVE-2024-36124
1 parent 499e605 commit 020b0b5

File tree

12 files changed

+18
-16
lines changed

12 files changed

+18
-16
lines changed

change-proneness-ranker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.6.3-SNAPSHOT</version>
8+
<version>0.7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.changepronenessranker</groupId>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hjug.refactorfirst</groupId>
66
<artifactId>refactor-first</artifactId>
7-
<version>0.6.3-SNAPSHOT</version>
7+
<version>0.7.0-SNAPSHOT</version>
88
</parent>
99

1010
<packaging>jar</packaging>

codebase-graph-builder/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
<parent>
88
<groupId>org.hjug.refactorfirst</groupId>
99
<artifactId>refactor-first</artifactId>
10-
<version>0.6.3-SNAPSHOT</version>
10+
<version>0.7.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<groupId>org.hjug.refactorfirst.codebasegraphbuilder</groupId>
1414
<artifactId>codebase-graph-builder</artifactId>
15-
<version>0.6.3-SNAPSHOT</version>
1615

1716
<dependencyManagement>
1817
<dependencies>

cost-benefit-calculator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.6.3-SNAPSHOT</version>
8+
<version>0.7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.costbenefitcalculator</groupId>

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.hjug.refactorfirst</groupId>
99
<artifactId>refactor-first</artifactId>
10-
<version>0.6.3-SNAPSHOT</version>
10+
<version>0.7.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>coverage</artifactId>

dsm/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
<parent>
88
<groupId>org.hjug.refactorfirst</groupId>
99
<artifactId>refactor-first</artifactId>
10-
<version>0.6.3-SNAPSHOT</version>
10+
<version>0.7.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<groupId>org.hjug.refactorfirst.dsm</groupId>
1414
<artifactId>dsm</artifactId>
15-
<version>0.6.3-SNAPSHOT</version>
1615

1716
<description>
1817
Implementation of a DSM that only has JGraphT-Core as a dependency.

effort-ranker/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.6.3-SNAPSHOT</version>
8+
<version>0.7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.effortranker</groupId>
@@ -20,7 +20,6 @@
2020
<dependency>
2121
<groupId>org.hjug.refactorfirst.testresources</groupId>
2222
<artifactId>test-resources</artifactId>
23-
<version>0.6.3-SNAPSHOT</version>
2423
</dependency>
2524

2625
<dependency>

graph-data-generator/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.6.3-SNAPSHOT</version>
8+
<version>0.7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.graphdatagenerator</groupId>
@@ -15,7 +15,6 @@
1515
<dependency>
1616
<groupId>org.hjug.refactorfirst.costbenefitcalculator</groupId>
1717
<artifactId>cost-benefit-calculator</artifactId>
18-
<version>0.6.3-SNAPSHOT</version>
1918
</dependency>
2019
</dependencies>
2120

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.6.3-SNAPSHOT</version>
8+
<version>0.7.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<url>https://github.com/refactorfirst/RefactorFirst</url>

refactor-first-maven-plugin/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.6.3-SNAPSHOT</version>
8+
<version>0.7.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.plugin</groupId>
@@ -29,6 +29,12 @@
2929
<groupId>com.google.guava</groupId>
3030
<artifactId>guava</artifactId>
3131
</dependency>
32+
<!-- Needed to suppress CVE-2024-36124 in maven-core-->
33+
<dependency>
34+
<groupId>org.iq80.snappy</groupId>
35+
<artifactId>snappy</artifactId>
36+
<version>0.5</version>
37+
</dependency>
3238
<dependency>
3339
<groupId>org.apache.maven</groupId>
3440
<artifactId>maven-core</artifactId>

0 commit comments

Comments
 (0)