Skip to content

Commit 370d206

Browse files
Bump the dependencies group across 1 directory with 6 updates (#323)
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.13.0` | `10.14.0` | | org.flywaydb:flyway-database-postgresql | `10.13.0` | `10.14.0` | | [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.39.3` | `9.40` | | [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `5.9.0` | `5.9.1` | | [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `5.9.0` | `5.9.1` | | [io.kotest:kotest-property](https://github.com/kotest/kotest) | `5.9.0` | `5.9.1` | Updates `org.flywaydb:flyway-core` from 10.13.0 to 10.14.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-10.13.0...flyway-10.14.0) Updates `org.flywaydb:flyway-database-postgresql` from 10.13.0 to 10.14.0 Updates `org.flywaydb:flyway-database-postgresql` from 10.13.0 to 10.14.0 Updates `com.nimbusds:nimbus-jose-jwt` from 9.39.3 to 9.40 - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.40..9.39.3) Updates `io.kotest:kotest-runner-junit5` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.9.0...v5.9.1) Updates `io.kotest:kotest-assertions-core` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.9.0...v5.9.1) Updates `io.kotest:kotest-property` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.9.0...v5.9.1) Updates `io.kotest:kotest-assertions-core` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.9.0...v5.9.1) Updates `io.kotest:kotest-property` from 5.9.0 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.9.0...v5.9.1) --- updated-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: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.kotest:kotest-runner-junit5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.kotest:kotest-assertions-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.kotest:kotest-property dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.kotest:kotest-assertions-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.kotest:kotest-property dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07e8015 commit 370d206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ val logstashEncoderVersion = "7.4"
1010
val prometheusVersion = "0.16.0"
1111
val smCommonVersion = "2.0.8"
1212
val mockkVersion = "1.13.11"
13-
val nimbusdsVersion = "9.39.3"
13+
val nimbusdsVersion = "9.40"
1414
val hikariVersion = "5.1.0"
15-
val flywayVersion = "10.13.0"
15+
val flywayVersion = "10.14.0"
1616
val postgresVersion = "42.7.3"
1717
val testContainerVersion = "1.19.8"
1818
val kotlinVersion = "2.0.0"
1919
val swaggerUiVersion = "5.17.14"
20-
val kotestVersion = "5.9.0"
20+
val kotestVersion = "5.9.1"
2121
val googlePostgresVersion = "1.18.1"
2222
val googleOauthVersion = "1.36.0"
2323
val ktfmtVersion = "0.44"

0 commit comments

Comments
 (0)