Skip to content

Commit c286460

Browse files
dependabot[bot]helehar
authored andcommitted
Bump the dependencies group with 7 updates
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.7.3` | `1.8.0` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.1` | `42.7.2` | | [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.7.2` | `10.8.1` | | org.flywaydb:flyway-database-postgresql | `10.7.2` | `10.8.1` | | org.flywaydb:flyway-database-postgresql | `10.7.2` | `10.8.1` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.14` | `1.5.0` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.5` | `1.19.6` | | [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) | `1.19.5` | `1.19.6` | | [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) | `1.19.5` | `1.19.6` | Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.8.0) Updates `org.postgresql:postgresql` from 42.7.1 to 42.7.2 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.1...REL42.7.2) Updates `org.flywaydb:flyway-core` from 10.7.2 to 10.8.1 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-10.7.2...flyway-10.8.1) Updates `org.flywaydb:flyway-database-postgresql` from 10.7.2 to 10.8.1 Updates `org.flywaydb:flyway-database-postgresql` from 10.7.2 to 10.8.1 Updates `ch.qos.logback:logback-classic` from 1.4.14 to 1.5.0 - [Commits](qos-ch/logback@v_1.4.14...v_1.5.0) Updates `org.testcontainers:postgresql` from 1.19.5 to 1.19.6 - [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.5...1.19.6) Updates `org.testcontainers:kafka` from 1.19.5 to 1.19.6 - [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.5...1.19.6) Updates `org.testcontainers:kafka` from 1.19.5 to 1.19.6 - [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.5...1.19.6) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.postgresql:postgresql 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-minor dependency-group: dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ch.qos.logback:logback-classic 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: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:kafka dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e90c14 commit c286460

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
group = "no.nav.syfo"
22
version = "1.0.0"
33

4-
val coroutinesVersion = "1.7.3"
4+
val coroutinesVersion = "1.8.0"
55
val kluentVersion = "1.73"
66
val ktorVersion = "2.3.8"
7-
val logbackVersion = "1.4.14"
7+
val logbackVersion = "1.5.0"
88
val prometheusVersion = "0.16.0"
99
val kotestVersion = "5.8.0"
1010
val logstashEncoderVersion = "7.4"
@@ -13,13 +13,13 @@ val jacksonVersion = "2.16.1"
1313
val smCommonVersion = "2.0.8"
1414
val avroVersion = "1.11.3"
1515
val confluentVersion = "7.6.0"
16-
val postgresVersion = "42.7.1"
17-
val flywayVersion = "10.7.2"
16+
val postgresVersion = "42.7.2"
17+
val flywayVersion = "10.8.1"
1818
val hikariVersion = "5.1.0"
1919
val brukernotifikasjonAvroVersion = "1.2022.04.13-12.09-292ce6d359bd"
2020
val mockkVersion = "1.13.9"
2121
val kotlinVersion = "1.9.22"
22-
val testContainerVersion = "1.19.5"
22+
val testContainerVersion = "1.19.6"
2323
val ktfmtVersion = "0.44"
2424
val snappyJavaVersion = "1.1.10.5"
2525

0 commit comments

Comments
 (0)