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 dependencies group with 25 updates #341

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
26 changes: 13 additions & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@ val coroutinesVersion = "1.7.3"
val syfoXmlCodegenVersion = "2.0.1"
val ibmMqVersion = "9.3.1.0"
val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.15.3"
val jacksonVersion = "2.16.0"
val jaxbApiVersion = "2.4.0-b180830.0359"
val kafkaVersion = "3.6.0"
val ktorVersion = "2.3.5"
val logbackVersion = "1.4.11"
val ktorVersion = "2.3.6"
val logbackVersion = "1.4.13"
val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val smCommonVersion = "2.0.5"
val smCommonVersion = "2.0.6"
val jaxwsApiVersion = "2.3.1"
val commonsTextVersion = "1.11.0"
val javaxAnnotationApiVersion = "1.3.2"
val jaxwsToolsVersion = "2.3.2"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val javaTimeAdapterVersion = "1.1.3"
val mockkVersion = "1.13.8"
val kotlinVersion = "1.9.20"
val googleCloudStorageVersion = "2.29.0"
val junitJupiterVersion = "5.10.0"
val flywayVersion = "9.22.3"
val hikariVersion = "5.0.1"
val postgresVersion = "42.6.0"
val embeddedPostgresVersion = "2.0.4"
val kotlinVersion = "1.9.21"
val googleCloudStorageVersion = "2.29.1"
val junitJupiterVersion = "5.10.1"
val flywayVersion = "10.1.0"
val hikariVersion = "5.1.0"
val postgresVersion = "42.7.0"
val embeddedPostgresVersion = "2.0.5"
val commonsCodecVersion = "1.16.0"
val ktfmtVersion = "0.44"
val snappyJavaVersion = "1.1.10.5"

plugins {
id("application")
kotlin("jvm") version "1.9.20"
id("com.diffplug.spotless") version "6.22.0"
kotlin("jvm") version "1.9.21"
id("com.diffplug.spotless") version "6.23.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
}

Expand Down
Loading