Skip to content

Commit 681e56f

Browse files
Bump the gradle group across 1 directory with 6 updates (#513)
Bumps the gradle group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.2` | `1.20.3` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.2` | `1.20.3` | | [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.20.2` | `1.20.3` | | [com.expediagroup:graphql-kotlin-spring-client](https://github.com/ExpediaGroup/graphql-kotlin) | `8.1.0` | `8.2.0` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.4` | `3.3.5` | | [com.expediagroup.graphql](https://github.com/ExpediaGroup/graphql-kotlin) | `8.1.0` | `8.2.0` | Updates `org.testcontainers:junit-jupiter` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.2...1.20.3) Updates `org.testcontainers:postgresql` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.2...1.20.3) Updates `org.testcontainers:testcontainers` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.2...1.20.3) Updates `org.testcontainers:postgresql` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.2...1.20.3) Updates `com.expediagroup:graphql-kotlin-spring-client` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](ExpediaGroup/graphql-kotlin@8.1.0...8.2.0) Updates `org.testcontainers:testcontainers` from 1.20.2 to 1.20.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.2...1.20.3) Updates `org.springframework.boot` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.4...v3.3.5) Updates `com.expediagroup.graphql` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](ExpediaGroup/graphql-kotlin@8.1.0...8.2.0) --- updated-dependencies: - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.expediagroup:graphql-kotlin-spring-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.testcontainers:testcontainers 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-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8afbb4 commit 681e56f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ plugins {
55
kotlin("jvm") version "2.0.21"
66
kotlin("plugin.spring") version "2.0.21"
77
kotlin("plugin.jpa") version "2.0.21"
8-
id("org.springframework.boot") version "3.3.4"
8+
id("org.springframework.boot") version "3.3.5"
99
id("io.spring.dependency-management") version "1.1.6"
10-
id("com.expediagroup.graphql") version "8.1.0"
10+
id("com.expediagroup.graphql") version "8.2.0"
1111
id("org.sonarqube") version "5.1.0.4882"
1212
jacoco
1313
}
@@ -37,10 +37,10 @@ val springMockkVersion = "4.0.2"
3737
val mockkVersion = "1.13.13"
3838
val guavaVersion = "33.3.1-jre"
3939
val orgJsonVersion = "20240303"
40-
val graphQLKotlinVersion = "8.1.0"
40+
val graphQLKotlinVersion = "8.2.0"
4141
val k9FormatVersion = "9.5.0"
4242
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
43-
val testContainersVersion = "1.20.2"
43+
val testContainersVersion = "1.20.3"
4444
val springdocVersion = "2.6.0"
4545

4646
repositories {

0 commit comments

Comments
 (0)