Skip to content

Commit

Permalink
Update testcontainers
Browse files Browse the repository at this point in the history
No more setenforce 0 - see testcontainers/testcontainers-java#7319
  • Loading branch information
nkonev committed Aug 22, 2023
1 parent fa35a50 commit 67ddd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<java.version>17</java.version>
<spring.boot.version>3.1.0</spring.boot.version>
<maven.surefire.plugin.version>3.0.0-M7</maven.surefire.plugin.version>
<testcontainers.version>1.18.1</testcontainers.version>
<testcontainers.version>1.19.0</testcontainers.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.encoding>${project.build.sourceEncoding}</maven.compiler.encoding>
Expand Down

0 comments on commit 67ddd19

Please sign in to comment.