@@ -2,12 +2,12 @@ import com.kobylynskyi.graphql.codegen.model.GeneratedLanguage
22import io.github.kobylynskyi.graphql.codegen.gradle.GraphQLCodegenGradleTask
33
44plugins {
5- id ' java'
6- id " org.jetbrains.kotlin.jvm" version " 1.3.71 "
7- id " io.github.kobylynskyi.graphql.codegen" version " 5.4.0 "
5+ id " java"
6+ id " org.jetbrains.kotlin.jvm" version " 1.6.21 "
7+ id " io.github.kobylynskyi.graphql.codegen" version " 5.4.1 "
88}
99
10- def graphqlCodegenClientKotlinVersion = ' 5.4.0 ' // Variable used in the automatic release process
10+ def graphqlCodegenClientKotlinVersion = ' 5.4.1 ' // Variable used in the automatic release process
1111
1212group = ' io.github.dreamylost'
1313version = graphqlCodegenClientKotlinVersion
@@ -29,13 +29,13 @@ repositories {
2929
3030
3131dependencies {
32- implementation " io.github.kobylynskyi:graphql-java-codegen:5.4.0 "
32+ implementation " io.github.kobylynskyi:graphql-java-codegen:5.4.1 "
3333 implementation " javax.validation:validation-api:2.0.1.Final"
3434 implementation " com.squareup.okhttp3:okhttp:4.2.2"
35- implementation " com.fasterxml.jackson.core:jackson-core:2.12.0 "
36- implementation " com.fasterxml.jackson.core:jackson-databind:2.12.0 "
37- implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.12.0 "
38- implementation " com.fasterxml.jackson.core:jackson-annotations:2.12.0 "
35+ implementation " com.fasterxml.jackson.core:jackson-core:2.13.3 "
36+ implementation " com.fasterxml.jackson.core:jackson-databind:2.13.3 "
37+ implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3 "
38+ implementation " com.fasterxml.jackson.core:jackson-annotations:2.13.3 "
3939 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4040 testImplementation " org.junit.jupiter:junit-jupiter-api:5.7.0"
4141 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.7.0"
0 commit comments