Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 6 updates (#323)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
1 parent 07e8015 commit 370d206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val smCommonVersion = "2.0.8"
val mockkVersion = "1.13.11"
val nimbusdsVersion = "9.39.3"
val nimbusdsVersion = "9.40"
val hikariVersion = "5.1.0"
val flywayVersion = "10.13.0"
val flywayVersion = "10.14.0"
val postgresVersion = "42.7.3"
val testContainerVersion = "1.19.8"
val kotlinVersion = "2.0.0"
val swaggerUiVersion = "5.17.14"
val kotestVersion = "5.9.0"
val kotestVersion = "5.9.1"
val googlePostgresVersion = "1.18.1"
val googleOauthVersion = "1.36.0"
val ktfmtVersion = "0.44"
Expand Down

0 comments on commit 370d206

Please sign in to comment.