From 64c36a6b0bdc24d842d9b550cc8d54eaec18b31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 06:53:34 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 6 updates Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.17.1` | `1.17.2` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.15` | `1.5.16` | | [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.1.0` | `11.1.1` | | org.flywaydb:flyway-database-postgresql | `11.1.0` | `11.1.1` | | [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `10.0` | `10.0.1` | | com.diffplug.spotless | `6.25.0` | `7.0.1` | Updates `commons-codec:commons-codec` from 1.17.1 to 1.17.2 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.1...rel/commons-codec-1.17.2) Updates `ch.qos.logback:logback-classic` from 1.5.15 to 1.5.16 - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.15...v_1.5.16) Updates `org.flywaydb:flyway-core` from 11.1.0 to 11.1.1 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-11.1.0...flyway-11.1.1) Updates `org.flywaydb:flyway-database-postgresql` from 11.1.0 to 11.1.1 Updates `org.flywaydb:flyway-database-postgresql` from 11.1.0 to 11.1.1 Updates `com.nimbusds:nimbus-jose-jwt` from 10.0 to 10.0.1 - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.0.1..10.0) Updates `com.diffplug.spotless` from 6.25.0 to 7.0.1 --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index bcfca8f..e61cfe5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ version = "1.0.0" val coroutinesVersion = "1.10.1" val ktorVersion = "3.0.3" -val logbackVersion = "1.5.15" +val logbackVersion = "1.5.16" val logstashEncoderVersion = "8.0" val prometheusVersion = "0.16.0" val sykmeldingVersion = "2.0.1" @@ -12,11 +12,11 @@ val kithHodemeldingVersion = "2.0.1" val jacksonVersion = "2.18.2" val mockkVersion = "1.13.14" val postgresVersion = "42.7.4" -val flywayVersion = "11.1.0" +val flywayVersion = "11.1.1" val hikariVersion = "6.2.1" val javaTimeAdapterVersion = "1.1.3" val kotestVersion = "5.9.1" -val nimbusdsVersion = "10.0" +val nimbusdsVersion = "10.0.1" val caffeineVersion = "3.1.8" val testContainerVersion = "1.20.4" val kotlinVersion = "2.1.0" @@ -27,13 +27,13 @@ val ktfmtVersion = "0.44" //Due to vulnerabilities val nettyCommonVersion = "4.1.116.Final" val commonsCompressVersion = "1.27.1" -val commonsCodecVersion = "1.17.1" +val commonsCodecVersion = "1.17.2" plugins { id("application") kotlin("jvm") version "2.1.0" id("com.gradleup.shadow") version "8.3.5" - id("com.diffplug.spotless") version "6.25.0" + id("com.diffplug.spotless") version "7.0.1" } application {