Skip to content

Commit

Permalink
Merge pull request #677 from jenkinsci/bump-testcontainers
Browse files Browse the repository at this point in the history
pom: bump testcontainers to 1.16.1
  • Loading branch information
res0nance authored Oct 22, 2021
2 parents 346c55c + 2c0daee commit 5a7e5df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,18 @@ THE SOFTWARE.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.16.0</version>
<version>1.16.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<!-- Use common-compress from core -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 5a7e5df

Please sign in to comment.