Skip to content

Commit 7dec72f

Browse files
authored
Merge pull request #462 from navikt/dependabot/gradle/gradle-bc718e0ec3
Bump the gradle group with 2 updates
2 parents e4d6b7a + 87add4b commit 7dec72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
kotlin("plugin.jpa") version "1.9.23"
88
id("org.springframework.boot") version "3.2.4"
99
id("io.spring.dependency-management") version "1.1.4"
10-
id("com.expediagroup.graphql") version "7.0.2"
10+
id("com.expediagroup.graphql") version "7.1.0"
1111
id("org.sonarqube") version "5.0.0.4638"
1212
jacoco
1313
}
@@ -37,7 +37,7 @@ val springMockkVersion = "4.0.2"
3737
val mockkVersion = "1.13.10"
3838
val guavaVersion = "33.1.0-jre"
3939
val orgJsonVersion = "20240303"
40-
val graphQLKotlinVersion = "7.0.2"
40+
val graphQLKotlinVersion = "7.1.0"
4141
val k9FormatVersion = "8.3.4"
4242
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
4343
val testContainersVersion = "1.19.7"

0 commit comments

Comments
 (0)