Skip to content

Commit eeb01b1

Browse files
Bump the dependencies group with 7 updates
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlinx:kotlinx-coroutines-slf4j](https://github.com/Kotlin/kotlinx.coroutines) | `1.7.3` | `1.8.0` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.14` | `1.5.0` | | [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` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.1` | `42.7.2` | | com.google.cloud.sql:postgres-socket-factory | `1.15.2` | `1.16.0` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.5` | `1.19.6` | Updates `org.jetbrains.kotlinx:kotlinx-coroutines-slf4j` 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 `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.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 `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 `com.google.cloud.sql:postgres-socket-factory` from 1.15.2 to 1.16.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) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-slf4j 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.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: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 492ff1d commit eeb01b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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 jacksonVersion = "2.16.1"
66
val kluentVersion = "1.73"
7-
val logbackVersion = "1.4.14"
7+
val logbackVersion = "1.5.0"
88
val ktorVersion = "2.3.8"
99
val logstashEncoderVersion = "7.4"
1010
val prometheusVersion = "0.16.0"
1111
val smCommonVersion = "2.0.8"
1212
val mockkVersion = "1.13.9"
1313
val nimbusdsVersion = "9.37.3"
1414
val hikariVersion = "5.1.0"
15-
val flywayVersion = "10.7.2"
16-
val postgresVersion = "42.7.1"
17-
val testContainerVersion = "1.19.5"
15+
val flywayVersion = "10.8.1"
16+
val postgresVersion = "42.7.2"
17+
val testContainerVersion = "1.19.6"
1818
val kotlinVersion = "1.9.22"
1919
val swaggerUiVersion = "5.10.3"
2020
val kotestVersion = "5.8.0"
21-
val googlePostgresVersion = "1.15.2"
21+
val googlePostgresVersion = "1.16.0"
2222
val googleOauthVersion = "1.35.0"
2323
val ktfmtVersion = "0.44"
2424
val snappyJavaVersion = "1.1.10.5"

0 commit comments

Comments
 (0)