Skip to content

Commit 20006ff

Browse files
Bump the gradle group with 4 updates
Bumps the gradle group with 4 updates: [com.expediagroup:graphql-kotlin-spring-client](https://github.com/ExpediaGroup/graphql-kotlin), [com.willowtreeapps.assertk:assertk-jvm](https://github.com/willowtreeapps/assertk), [org.springframework.boot](https://github.com/spring-projects/spring-boot) and [com.expediagroup.graphql](https://github.com/ExpediaGroup/graphql-kotlin). Updates `com.expediagroup:graphql-kotlin-spring-client` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](ExpediaGroup/graphql-kotlin@7.1.0...7.1.1) Updates `com.willowtreeapps.assertk:assertk-jvm` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/willowtreeapps/assertk/releases) - [Changelog](https://github.com/willowtreeapps/assertk/blob/main/CHANGELOG.md) - [Commits](willowtreeapps/assertk@v0.28.0...v0.28.1) Updates `org.springframework.boot` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) Updates `com.expediagroup.graphql` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](ExpediaGroup/graphql-kotlin@7.1.0...7.1.1) --- updated-dependencies: - dependency-name: com.expediagroup:graphql-kotlin-spring-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.willowtreeapps.assertk:assertk-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.expediagroup.graphql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7dec72f commit 20006ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ plugins {
55
kotlin("jvm") version "1.9.23"
66
kotlin("plugin.spring") version "1.9.23"
77
kotlin("plugin.jpa") version "1.9.23"
8-
id("org.springframework.boot") version "3.2.4"
8+
id("org.springframework.boot") version "3.2.5"
99
id("io.spring.dependency-management") version "1.1.4"
10-
id("com.expediagroup.graphql") version "7.1.0"
10+
id("com.expediagroup.graphql") version "7.1.1"
1111
id("org.sonarqube") version "5.0.0.4638"
1212
jacoco
1313
}
@@ -32,12 +32,12 @@ val openhtmltopdfVersion = "1.0.10"
3232
val handlebarsVersion = "4.4.0"
3333
val postgresqlVersion = "42.7.3"
3434
val awailitilityKotlinVersion = "4.2.1"
35-
val assertkJvmVersion = "0.28.0"
35+
val assertkJvmVersion = "0.28.1"
3636
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.1.0"
40+
val graphQLKotlinVersion = "7.1.1"
4141
val k9FormatVersion = "8.3.4"
4242
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
4343
val testContainersVersion = "1.19.7"

0 commit comments

Comments
 (0)