You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/graphql-kotlin-gradle-plugin/src/integration/client-generator/custom_scalars_jackson/build.gradle.kts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ buildscript {
19
19
}
20
20
21
21
plugins {
22
-
id("org.springframework.boot") version "2.7.2"
22
+
id("org.springframework.boot") version "2.7.5"
23
23
kotlin("jvm") version "1.7.10"
24
24
kotlin("plugin.spring") version "1.7.10"
25
25
}
@@ -42,7 +42,7 @@ val graphQLKotlinVersion = System.getenv("GRAPHQL_KOTLIN_VERSION") ?: "7.0.0-SNA
42
42
val icuVersion =System.getenv("ICU_VERSION") ?:"70.1"
43
43
val junitVersion =System.getenv("JUNIT_VERSION") ?:"5.8.2"
44
44
val kotlinVersion =System.getenv("KOTLIN_VERSION") ?:"1.7.10"
45
-
val springBootVersion =System.getenv("SPRINGBOOT_VERSION") ?:"2.7.2"
45
+
val springBootVersion =System.getenv("SPRINGBOOT_VERSION") ?:"2.7.5"
Copy file name to clipboardExpand all lines: plugins/graphql-kotlin-gradle-plugin/src/integration/client-generator/polymorphic_types_jackson/build.gradle.kts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ buildscript {
18
18
}
19
19
20
20
plugins {
21
-
id("org.springframework.boot") version "2.7.2"
21
+
id("org.springframework.boot") version "2.7.5"
22
22
kotlin("jvm") version "1.7.10"
23
23
kotlin("plugin.spring") version "1.7.10"
24
24
}
@@ -40,7 +40,7 @@ repositories {
40
40
val graphQLKotlinVersion =System.getenv("GRAPHQL_KOTLIN_VERSION") ?:"7.0.0-SNAPSHOT"
41
41
val junitVersion =System.getenv("JUNIT_VERSION") ?:"5.8.2"
42
42
val kotlinVersion =System.getenv("KOTLIN_VERSION") ?:"1.7.10"
43
-
val springBootVersion =System.getenv("SPRINGBOOT_VERSION") ?:"2.7.2"
43
+
val springBootVersion =System.getenv("SPRINGBOOT_VERSION") ?:"2.7.5"
Copy file name to clipboardExpand all lines: plugins/graphql-kotlin-gradle-plugin/src/test/kotlin/com/expediagroup/graphql/plugin/gradle/GraphQLGradlePluginAbstractIT.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ abstract class GraphQLGradlePluginAbstractIT {
37
37
// when running directly from IDE you will need to manually update those to correct values
0 commit comments