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

chore(deps): bump the dependencies group across 1 directory with 25 updates #369

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
40 changes: 20 additions & 20 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import com.netflix.graphql.dgs.codegen.gradle.GenerateJavaTask

plugins {
id("org.springframework.boot") version "3.3.2"
id("org.springframework.boot") version "3.3.5"
id("io.spring.dependency-management") version "1.1.6"
kotlin("jvm") version "2.0.10"
kotlin("plugin.spring") version "2.0.10"
kotlin("jvm") version "2.0.21"
kotlin("plugin.spring") version "2.0.21"
id("com.netflix.dgs.codegen") version "5.12.4"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand All @@ -20,36 +20,36 @@ repositories {
}
}

val postgresVersion = "42.7.3"
val snakeYamlVersion = "2.2"
val diagnosekoderVersion = "1.2024.0"
val tokenSupportVersion = "5.0.1"
val testContainersVersion = "1.20.1"
val postgresVersion = "42.7.4"
val snakeYamlVersion = "2.3"
val diagnosekoderVersion = "1.2024.1"
val tokenSupportVersion = "5.0.11"
val testContainersVersion = "1.20.4"
val logstashLogbackEncoderVersion = "8.0"
val javaJwtVersion = "4.4.0"
val springBootResourceVersion = "3.3.2"
val springBootResourceVersion = "3.3.5"
val graphqlVersion = "20.2"
val kafkaClientsVersion = "3.8.0"
val kafkaClientsVersion = "3.9.0"
val syfoXmlCodegen = "2.0.1"
val springSecurityWebVersion = "6.3.1"
val springSecurityWebVersion = "6.4.1"
val okhttp3version = "4.12.0"
val jaxbApiVersion = "2.3.1"
val jaxbVersion = "2.4.0-b180830.0438"
val javaxActivationVersion = "1.1.1"
val javaTimeAdapterVersion = "1.1.3"
val graphqlDgsPlatformDependenciesVersion = "7.3.6"
val logbacksyslog4jVersion = "1.0.0"
val commonsCompressVersion = "1.27.0"
val commonsLang3Version = "3.16.0"
val httpClient5version = "5.2"
val flywayVersion = "9.22.3"
val opentelemetryVersion = "2.3.0"
val commonsCompressVersion = "1.27.1"
val commonsLang3Version = "3.17.0"
val httpClient5version = "5.4.1"
val flywayVersion = "10.22.0"
val opentelemetryVersion = "2.10.0"
val prometheusVersion = "0.16.0"
val mockkVersion = "1.13.10"
val mockkVersion = "1.13.13"
val kluentVersion = "1.73"
val coroutinesVersion = "1.8.1"
val hibernateVersion = "6.2.6.Final"
val jacksonDatatypeJsr310Version = "2.18.0"
val coroutinesVersion = "1.9.0"
val hibernateVersion = "6.6.2.Final"
val jacksonDatatypeJsr310Version = "2.18.1"

dependencies {
implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:$graphqlDgsPlatformDependenciesVersion"))
Expand Down
Loading