Skip to content

Commit

Permalink
Merge pull request #24 from bgalek/main
Browse files Browse the repository at this point in the history
dependencies update
  • Loading branch information
nilwurtz authored Oct 7, 2024
2 parents b581c26 + d9b38df commit caf0239
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wiremock-graphql-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<maven.compiler.target>11</maven.compiler.target>
<gpg.skip>true</gpg.skip>
<kotlin.version>1.9.21</kotlin.version>
<junit.version>5.10.1</junit.version>
<wiremock.version>3.0.3</wiremock.version>
<graphql-java.version>21.0</graphql-java.version>
<mockk.version>1.13.8</mockk.version>
<wiremock.testcontainers.version>1.0-alpha-13</wiremock.testcontainers.version>
<testcontainers.version>1.19.3</testcontainers.version>
<junit.version>5.11.1</junit.version>
<wiremock.version>3.9.0</wiremock.version>
<graphql-java.version>22.3</graphql-java.version>
<mockk.version>1.13.12</mockk.version>
<wiremock.testcontainers.version>1.0-alpha-14</wiremock.testcontainers.version>
<testcontainers.version>1.20.2</testcontainers.version>
</properties>

<repositories>
Expand Down

0 comments on commit caf0239

Please sign in to comment.