We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c481fb commit 7f79f95Copy full SHA for 7f79f95
pom.xml
@@ -35,9 +35,9 @@
35
<!-- Library versions -->
36
<kotlin-logging-jvm.version>7.0.7</kotlin-logging-jvm.version>
37
<quicktheories.version>0.26</quicktheories.version>
38
- <graphql-kotlin.version>8.6.0</graphql-kotlin.version>
39
- <ktor.version>2.3.12</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
40
- <mockk.version>1.14.0</mockk.version>
+ <graphql-kotlin.version>8.7.0</graphql-kotlin.version>
+ <ktor.version>3.1.2</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
+ <mockk.version>1.14.2</mockk.version>
41
<springmockk.version>4.0.2</springmockk.version>
42
43
<!-- Other properties -->
0 commit comments