Skip to content

Commit

Permalink
Feat: legger inn testcontainers bom (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Oct 31, 2024
1 parent 1a8bd1d commit 79c7e9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,14 @@
<version>${assertj.version}</version>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.20.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<!-- Diverse enforcer resolutions for -->
<!-- commons-codec 1.11 sliter med https://security.snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518 -->
<dependency>
Expand Down

0 comments on commit 79c7e9f

Please sign in to comment.