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 5 updates #533

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
10 changes: 5 additions & 5 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 Down Expand Up @@ -34,9 +34,9 @@ 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"
Expand Down
Loading