Skip to content

Commit d1f06f4

Browse files
Update all dependencies
1 parent 56f663c commit d1f06f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626

2727
<!-- Maven build plugins and their dependencies -->
2828
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
29-
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
30-
<build-helper-plugin.version>3.6.0</build-helper-plugin.version>
29+
<maven-enforcer-plugin.version>3.6.0</maven-enforcer-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.1</graphql-kotlin.version>
39+
<ktor.version>3.2.1</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
40+
<mockk.version>1.14.4</mockk.version>
4141
<springmockk.version>4.0.2</springmockk.version>
4242

4343
<!-- Other properties -->

0 commit comments

Comments
 (0)