Skip to content

Commit

Permalink
chore(deps): bump the dependencies group across 1 directory with 6 up…
Browse files Browse the repository at this point in the history
…dates

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](apache/commons-codec@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](qos-ch/logback@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](flyway/flyway@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 3aeed75 commit 64c36a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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 {
Expand Down

0 comments on commit 64c36a6

Please sign in to comment.