mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
Update graphqlkotlin to v8.8.1 (#1450)
* Update graphqlkotlin to v8.8.1 * Remove manual graphql-java-core update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Syer10 <syer10@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ dex2jar = "v64" # Stuck until https://github.com/ThexXTURBOXx/dex2jar/issues/27
|
|||||||
polyglot = "24.2.1"
|
polyglot = "24.2.1"
|
||||||
settings = "1.3.0"
|
settings = "1.3.0"
|
||||||
twelvemonkeys = "3.12.0"
|
twelvemonkeys = "3.12.0"
|
||||||
graphqlkotlin = "8.8.0"
|
graphqlkotlin = "8.8.1"
|
||||||
xmlserialization = "0.91.1"
|
xmlserialization = "0.91.1"
|
||||||
ktlint = "1.6.0"
|
ktlint = "1.6.0"
|
||||||
koin = "4.1.0"
|
koin = "4.1.0"
|
||||||
@@ -56,7 +56,6 @@ jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations
|
|||||||
# GraphQL
|
# GraphQL
|
||||||
graphql-kotlin-server = { module = "com.expediagroup:graphql-kotlin-server", version.ref = "graphqlkotlin" }
|
graphql-kotlin-server = { module = "com.expediagroup:graphql-kotlin-server", version.ref = "graphqlkotlin" }
|
||||||
graphql-kotlin-scheme = { module = "com.expediagroup:graphql-kotlin-schema-generator", version.ref = "graphqlkotlin" }
|
graphql-kotlin-scheme = { module = "com.expediagroup:graphql-kotlin-schema-generator", version.ref = "graphqlkotlin" }
|
||||||
graphql-java-core = "com.graphql-java:graphql-java:22.4" # Major version locked by graphql-kotlin
|
|
||||||
graphql-java-scalars = "com.graphql-java:graphql-java-extended-scalars:22.0"
|
graphql-java-scalars = "com.graphql-java:graphql-java-extended-scalars:22.0"
|
||||||
|
|
||||||
# Exposed ORM
|
# Exposed ORM
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ dependencies {
|
|||||||
// GraphQL
|
// GraphQL
|
||||||
implementation(libs.graphql.kotlin.server)
|
implementation(libs.graphql.kotlin.server)
|
||||||
implementation(libs.graphql.kotlin.scheme)
|
implementation(libs.graphql.kotlin.scheme)
|
||||||
implementation(libs.graphql.java.core)
|
|
||||||
implementation(libs.graphql.java.scalars)
|
implementation(libs.graphql.java.scalars)
|
||||||
|
|
||||||
// Exposed ORM
|
// Exposed ORM
|
||||||
|
|||||||
Reference in New Issue
Block a user