Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the gradle group across 1 directory with 9 updates #473

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.24"
kotlin("plugin.spring") version "1.9.24"
kotlin("plugin.jpa") version "1.9.24"
id("org.springframework.boot") version "3.2.5"
kotlin("jvm") version "2.0.0"
kotlin("plugin.spring") version "2.0.0"
kotlin("plugin.jpa") version "2.0.0"
id("org.springframework.boot") version "3.3.0"
id("io.spring.dependency-management") version "1.1.5"
id("com.expediagroup.graphql") version "7.1.1"
id("org.sonarqube") version "5.0.0.4638"
Expand All @@ -23,9 +23,9 @@ configurations {
}

val confluentVersion = "7.6.1"
val springCloudVersion = "4.1.2"
val springCloudVersion = "4.1.3"
val logstashLogbackEncoderVersion = "7.4"
val tokenSupportVersion = "4.1.7"
val tokenSupportVersion = "4.1.8"
val retryVersion = "2.0.6"
val zalandoVersion = "0.27.0"
val openhtmltopdfVersion = "1.0.10"
Expand All @@ -35,7 +35,7 @@ val awailitilityKotlinVersion = "4.2.1"
val assertkJvmVersion = "0.28.1"
val springMockkVersion = "4.0.2"
val mockkVersion = "1.13.11"
val guavaVersion = "33.2.0-jre"
val guavaVersion = "33.2.1-jre"
val orgJsonVersion = "20240303"
val graphQLKotlinVersion = "7.1.1"
val k9FormatVersion = "8.3.4"
Expand Down
Loading