We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d6b7a commit 87add4bCopy full SHA for 87add4b
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
kotlin("plugin.jpa") version "1.9.23"
8
id("org.springframework.boot") version "3.2.4"
9
id("io.spring.dependency-management") version "1.1.4"
10
- id("com.expediagroup.graphql") version "7.0.2"
+ id("com.expediagroup.graphql") version "7.1.0"
11
id("org.sonarqube") version "5.0.0.4638"
12
jacoco
13
}
@@ -37,7 +37,7 @@ val springMockkVersion = "4.0.2"
37
val mockkVersion = "1.13.10"
38
val guavaVersion = "33.1.0-jre"
39
val orgJsonVersion = "20240303"
40
-val graphQLKotlinVersion = "7.0.2"
+val graphQLKotlinVersion = "7.1.0"
41
val k9FormatVersion = "8.3.4"
42
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
43
val testContainersVersion = "1.19.7"
0 commit comments