Skip to content

Commit 87d79bc

Browse files
Update all dependencies
1 parent bdb491e commit 87d79bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
<!-- Maven build plugins and their dependencies -->
2828
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
2929
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
30-
<build-helper-plugin.version>3.6.0</build-helper-plugin.version>
30+
<build-helper-plugin.version>3.6.1</build-helper-plugin.version>
3131
<build-properties-plugin.version>1.2.1</build-properties-plugin.version>
3232
<surefire-plugin.version>3.5.3</surefire-plugin.version>
3333
<ktlint-plugin.version>3.5.0</ktlint-plugin.version>
3434

3535
<!-- Library versions -->
3636
<kotlin-logging-jvm.version>7.0.7</kotlin-logging-jvm.version>
3737
<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>
38+
<graphql-kotlin.version>8.8.0</graphql-kotlin.version>
39+
<ktor.version>3.1.3</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
40+
<mockk.version>1.14.2</mockk.version>
4141
<springmockk.version>4.0.2</springmockk.version>
4242

4343
<!-- Other properties -->

0 commit comments

Comments
 (0)