Skip to content

Commit d596083

Browse files
committed
fix(test): upgrade assertj-core to 3.27.7 to address vulnerability
1 parent 31158f8 commit d596083

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

File-Integrity-Scanner/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@
7575
<artifactId>spring-boot-starter-test</artifactId>
7676
<version>${spring-boot.version}</version>
7777
<scope>test</scope>
78+
<exclusions>
79+
<exclusion>
80+
<groupId>org.assertj</groupId>
81+
<artifactId>assertj-core</artifactId>
82+
</exclusion>
83+
</exclusions>
7884
</dependency>
7985

8086

@@ -162,6 +168,14 @@
162168
<version>1.0.6</version>
163169
</dependency>
164170

171+
<!-- https://mvnrepository.com/artifact/org.assertj/assertj-core/3.27.7 -->
172+
<dependency>
173+
<groupId>org.assertj</groupId>
174+
<artifactId>assertj-core</artifactId>
175+
<version>3.27.7</version>
176+
<scope>test</scope>
177+
</dependency>
178+
165179

166180

167181
</dependencies>

0 commit comments

Comments
 (0)