Skip to content

Commit

Permalink
Bump the dependencies group with 33 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 33 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-server-auth](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-server-auth-jwt](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-server-cors](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-server-call-id](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.5` | `2.3.6` |
| [no.nav.helse:syfosm-common-kafka](https://github.com/navikt/syfosm-common) | `2.0.4` | `2.0.6` |
| [no.nav.helse:syfosm-common-models](https://github.com/navikt/syfosm-common) | `2.0.4` | `2.0.6` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.11` | `1.4.13` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.15.3` | `2.16.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.15.3` | `2.16.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.15.3` | `2.16.0` |
| [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `5.0.1` | `5.1.0` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `9.22.3` | `10.1.0` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.6.0` | `42.7.0` |
| com.google.cloud.sql:postgres-socket-factory | `1.14.1` | `1.15.0` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` |
| [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.37` | `9.37.1` |
| [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `5.7.2` | `5.8.0` |
| [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `5.7.2` | `5.8.0` |
| [io.kotest:kotest-property](https://github.com/kotest/kotest) | `5.7.2` | `5.8.0` |
| com.diffplug.spotless | `6.22.0` | `6.23.0` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |


Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

Updates `org.jetbrains.kotlin:kotlin-test` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

Updates `io.ktor:ktor-server-core` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-server-netty` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-server-auth` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-server-auth-jwt` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-server-content-negotiation` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-server-cors` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-server-call-id` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-server-status-pages` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-client-core` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-client-apache` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-client-content-negotiation` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-serialization-jackson` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-client-mock` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `io.ktor:ktor-server-test-host` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.5...2.3.6)

Updates `no.nav.helse:syfosm-common-kafka` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/navikt/syfosm-common/releases)
- [Commits](navikt/syfosm-common@2.0.4...2.0.6)

Updates `no.nav.helse:syfosm-common-models` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/navikt/syfosm-common/releases)
- [Commits](navikt/syfosm-common@2.0.4...2.0.6)

Updates `ch.qos.logback:logback-classic` from 1.4.11 to 1.4.13
- [Commits](qos-ch/logback@v_1.4.11...v_1.4.13)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.3 to 2.16.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.3...jackson-module-kotlin-2.16.0)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.15.3 to 2.16.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.15.3...jackson-dataformat-xml-2.16.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.3 to 2.16.0

Updates `com.zaxxer:HikariCP` from 5.0.1 to 5.1.0
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-5.0.1...HikariCP-5.1.0)

Updates `org.flywaydb:flyway-core` from 9.22.3 to 10.1.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-9.22.3...flyway-10.1.0)

Updates `org.postgresql:postgresql` from 42.6.0 to 42.7.0
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.6.0...REL42.7.0)

Updates `com.google.cloud.sql:postgres-socket-factory` from 1.14.1 to 1.15.0

Updates `org.testcontainers:postgresql` from 1.19.1 to 1.19.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.1...1.19.3)

Updates `com.nimbusds:nimbus-jose-jwt` from 9.37 to 9.37.1
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.1..9.37)

Updates `io.kotest:kotest-runner-junit5` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.7.2...v5.8.0)

Updates `io.kotest:kotest-assertions-core` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.7.2...v5.8.0)

Updates `io.kotest:kotest-property` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.7.2...v5.8.0)

Updates `com.diffplug.spotless` from 6.22.0 to 6.23.0

Updates `jvm` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-auth-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-cors
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-call-id
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-status-pages
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-apache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-serialization-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-mock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-test-host
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: no.nav.helse:syfosm-common-kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: no.nav.helse:syfosm-common-models
  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: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.cloud.sql:postgres-socket-factory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.testcontainers: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: io.kotest:kotest-runner-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.kotest:kotest-assertions-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.kotest:kotest-property
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent d2e6b6a commit 325d2ae
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@ group = "no.nav.syfo"
version = "1.0.0"

val coroutinesVersion = "1.7.3"
val jacksonVersion = "2.15.3"
val jacksonVersion = "2.16.0"
val kluentVersion = "1.73"
val logbackVersion = "1.4.11"
val ktorVersion = "2.3.5"
val logbackVersion = "1.4.13"
val ktorVersion = "2.3.6"
val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val smCommonVersion = "2.0.4"
val smCommonVersion = "2.0.6"
val mockkVersion = "1.13.8"
val nimbusdsVersion = "9.37"
val hikariVersion = "5.0.1"
val flywayVersion = "9.22.3"
val postgresVersion = "42.6.0"
val testContainerVersion = "1.19.1"
val kotlinVersion = "1.9.10"
val nimbusdsVersion = "9.37.1"
val hikariVersion = "5.1.0"
val flywayVersion = "10.1.0"
val postgresVersion = "42.7.0"
val testContainerVersion = "1.19.3"
val kotlinVersion = "1.9.21"
val sykepengesoknadKafkaVersion = "2023.09.18-14.15-7ea2dc46"
val swaggerUiVersion = "5.9.0"
val kotestVersion = "5.7.2"
val googlePostgresVersion = "1.14.1"
val kotestVersion = "5.8.0"
val googlePostgresVersion = "1.15.0"
val googleOauthVersion = "1.34.1"
val ktfmtVersion = "0.44"
val snappyJavaVersion = "1.1.10.5"

plugins {
id("application")
id("com.diffplug.spotless") version "6.22.0"
kotlin("jvm") version "1.9.10"
id("com.diffplug.spotless") version "6.23.0"
kotlin("jvm") version "1.9.21"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.hidetake.swagger.generator") version "2.19.2" apply true
}
Expand Down

0 comments on commit 325d2ae

Please sign in to comment.