Skip to content

Commit

Permalink
🐛 fix extension version of example
Browse files Browse the repository at this point in the history
  • Loading branch information
nilwurtz committed Nov 24, 2023
1 parent 723f248 commit 85fc7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/testcontainers-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<wiremock.testcontainers.version>1.0-alpha-13</wiremock.testcontainers.version>
<testcontainers.version>1.19.0</testcontainers.version>
<extension.version>0.7.1</extension.version>
<extension.version>0.7.0</extension.version>
<wiremock.version>3.3.1</wiremock.version>
<junit.version>5.10.1</junit.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/testcontainers-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<wiremock.testcontainers.version>1.0-alpha-13</wiremock.testcontainers.version>
<testcontainers.version>1.19.0</testcontainers.version>
<kotlin.version>1.9.20</kotlin.version>
<extension.version>0.7.1</extension.version>
<extension.version>0.7.0</extension.version>
<wiremock.version>3.3.1</wiremock.version>
<junit.version>5.10.1</junit.version>
</properties>
Expand Down

0 comments on commit 85fc7f1

Please sign in to comment.