Skip to content

Commit 1db5939

Browse files
snyk-botmcpierce
authored andcommitted
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12817817
1 parent 3cfff7a commit 1db5939

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

comixed-metadata/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<dependency>
1818
<groupId>org.springframework.plugin</groupId>
1919
<artifactId>spring-plugin-core</artifactId>
20-
<version>${spring-plugin.version}</version>
20+
<version>4.0.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.springframework.plugin</groupId>
2424
<artifactId>spring-plugin-metadata</artifactId>
25-
<version>${spring-plugin.version}</version>
25+
<version>3.0.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.comixedproject</groupId>

comixed-plugins/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<dependency>
2929
<groupId>org.springframework.plugin</groupId>
3030
<artifactId>spring-plugin-core</artifactId>
31-
<version>${spring-plugin.version}</version>
31+
<version>4.0.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.springframework.plugin</groupId>
3535
<artifactId>spring-plugin-metadata</artifactId>
36-
<version>${spring-plugin.version}</version>
36+
<version>3.0.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.apache.groovy</groupId>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
**/ComiXed*App
6565
</sonar.exclusions>
6666
<sonar.test.inclusions>**/test/**</sonar.test.inclusions>
67-
<spring-plugin.version>2.0.0.RELEASE</spring-plugin.version>
6867
</properties>
6968
<profiles>
7069
<profile>

0 commit comments

Comments
 (0)