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 19 updates #329

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 @@ -5,14 +5,14 @@ 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 ktorVersion = "2.3.6"
val logbackVersion = "1.4.11"
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"
Expand All @@ -21,10 +21,10 @@ 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 googleCloudStorageVersion = "2.29.1"
val junitJupiterVersion = "5.10.1"
val flywayVersion = "10.0.1"
val hikariVersion = "5.1.0"
val postgresVersion = "42.6.0"
val embeddedPostgresVersion = "2.0.4"
val commonsCodecVersion = "1.16.0"
Expand Down
Loading