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 #534

Merged
merged 1 commit into from
Jan 7, 2025
Merged
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 @@ -5,8 +5,8 @@ plugins {
kotlin("jvm") version "2.1.0"
kotlin("plugin.spring") version "2.1.0"
kotlin("plugin.jpa") version "2.1.0"
id("org.springframework.boot") version "3.4.0"
id("io.spring.dependency-management") version "1.1.6"
id("org.springframework.boot") version "3.4.1"
id("io.spring.dependency-management") version "1.1.7"
id("com.expediagroup.graphql") version "8.2.1"
id("org.sonarqube") version "6.0.1.5171"
jacoco
Expand All @@ -25,7 +25,7 @@ configurations {
val confluentVersion = "7.8.0"
val springCloudVersion = "4.2.0"
val logstashLogbackEncoderVersion = "8.0"
val tokenSupportVersion = "5.0.13"
val tokenSupportVersion = "5.0.14"
val retryVersion = "2.0.11"
val zalandoVersion = "0.27.0"
val openhtmltopdfVersion = "1.0.10"
Expand All @@ -34,14 +34,14 @@ val postgresqlVersion = "42.7.4"
val awailitilityKotlinVersion = "4.2.2"
val assertkJvmVersion = "0.28.1"
val springMockkVersion = "4.0.2"
val mockkVersion = "1.13.13"
val guavaVersion = "33.3.1-jre"
val orgJsonVersion = "20240303"
val mockkVersion = "1.13.14"
val guavaVersion = "33.4.0-jre"
val orgJsonVersion = "20241224"
val graphQLKotlinVersion = "8.2.1"
val k9FormatVersion = "9.5.0"
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
val testContainersVersion = "1.20.4"
val springdocVersion = "2.7.0"
val springdocVersion = "2.8.1"

repositories {
mavenCentral()
Expand Down
Loading