Skip to content

Commit

Permalink
[#693] Upgraded vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
opatrascoiu committed Aug 12, 2024
1 parent de1cb8a commit 0c83933
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dmn-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.fitnesse</groupId>
<artifactId>fitnesse</artifactId>
<version>20230503</version>
<version>20240707</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions dmn-jpa-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>6.0.0</version>
<version>6.1.11</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>3.1.2</version>
<version>3.3.2</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion dmn-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<packaging>maven-plugin</packaging>

<properties>
<maven.plugin.version>3.11.0</maven.plugin.version>
<maven.plugin.version>3.13.1</maven.plugin.version>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/../dmn-aggregate/${aggregate.report.dir}</sonar.coverage.jacoco.xmlReportPaths>
</properties>

Expand Down

0 comments on commit 0c83933

Please sign in to comment.