Skip to content

Commit

Permalink
Bump the gradle group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 3 updates: [com.expediagroup:graphql-kotlin-spring-client](https://github.com/ExpediaGroup/graphql-kotlin), org.apache.avro:avro and [com.expediagroup.graphql](https://github.com/ExpediaGroup/graphql-kotlin).


Updates `com.expediagroup:graphql-kotlin-spring-client` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases)
- [Commits](ExpediaGroup/graphql-kotlin@8.2.0...8.2.1)

Updates `org.apache.avro:avro` from 1.11.4 to 1.12.0

Updates `com.expediagroup.graphql` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases)
- [Commits](ExpediaGroup/graphql-kotlin@8.2.0...8.2.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: org.apache.avro:avro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 13d82f1 commit 61fadde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
kotlin("plugin.jpa") version "2.0.21"
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.6"
id("com.expediagroup.graphql") version "8.2.0"
id("com.expediagroup.graphql") version "8.2.1"
id("org.sonarqube") version "5.1.0.4882"
jacoco
}
Expand Down Expand Up @@ -37,7 +37,7 @@ val springMockkVersion = "4.0.2"
val mockkVersion = "1.13.13"
val guavaVersion = "33.3.1-jre"
val orgJsonVersion = "20240303"
val graphQLKotlinVersion = "8.2.0"
val graphQLKotlinVersion = "8.2.1"
val k9FormatVersion = "9.5.0"
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
val testContainersVersion = "1.20.3"
Expand Down Expand Up @@ -136,7 +136,7 @@ dependencies {
}
implementation("io.confluent:kafka-connect-avro-converter:$confluentVersion")
implementation("io.confluent:kafka-avro-serializer:$confluentVersion")
implementation("org.apache.avro:avro:1.11.4")
implementation("org.apache.avro:avro:1.12.0")
testImplementation("org.springframework.kafka:spring-kafka-test")

// PDF
Expand Down

0 comments on commit 61fadde

Please sign in to comment.