Skip to content

Commit 887b17f

Browse files
Override assertj-core version to 3.27.7 to fix security vulnerability
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 1304508 commit 887b17f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,11 @@
322322
<groupId>io.jsonwebtoken</groupId>
323323
<artifactId>jjwt-jackson</artifactId>
324324
<version>${jjwt.version}</version>
325+
</dependency>
326+
<dependency>
327+
<groupId>org.assertj</groupId>
328+
<artifactId>assertj-core</artifactId>
329+
<version>3.27.7</version>
325330
</dependency>
326331
</dependencies>
327332
</dependencyManagement>

0 commit comments

Comments
 (0)