Skip to content

Commit 7139b86

Browse files
committed
Update dependencies related to GraphQL communication.
1 parent 148163e commit 7139b86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<!-- Library versions -->
3434
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
3535
<quicktheories.version>0.26</quicktheories.version>
36-
<graphql-kotlin.version>6.5.3</graphql-kotlin.version>
37-
<ktor.version>2.0.3</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
36+
<graphql-kotlin.version>7.0.1</graphql-kotlin.version>
37+
<ktor.version>2.3.4</ktor.version> <!-- must be in sync with graphql-kotlin.version -->
3838
<jackson-datatype.version>2.15.1</jackson-datatype.version>
3939
<mockk.version>1.13.8</mockk.version>
4040

0 commit comments

Comments
 (0)