From 197bae410f651d22eb753d1b72b0e3471858cced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:40:32 +0000 Subject: [PATCH] build(deps): bump the all-deps group with 3 updates Bumps the all-deps group with 3 updates: [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions), [org.flywaydb:flyway-core](https://github.com/flyway/flyway) and [io.mockk:mockk](https://github.com/mockk/mockk). Updates `com.nimbusds:oauth2-oidc-sdk` from 10.15 to 11.0 - [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.0..10.15) Updates `org.flywaydb:flyway-core` from 9.22.1 to 9.22.2 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.22.1...flyway-9.22.2) Updates `io.mockk:mockk` from 1.13.3 to 1.13.8 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.3...1.13.8) --- updated-dependencies: - dependency-name: com.nimbusds:oauth2-oidc-sdk dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4f5e2b57..ca18c758 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent import org.jetbrains.kotlin.gradle.tasks.KotlinCompile val assertjVersion = "3.24.2" -val flywayVersion = "9.22.1" +val flywayVersion = "9.22.2" val h2Version = "2.2.224" val hikaricpVersion = "5.0.1" val junitJupiterVersion = "5.10.0" @@ -18,8 +18,8 @@ val logstashLogbackEncoderVersion = "7.4" val micrometerRegistryPrometheusVersion = "1.11.4" val mockOAuth2ServerVersion = "2.0.0" val mockWebServerVersion = "4.11.0" -val mockkVersion = "1.13.3" -val nimbusSdkVersion = "10.15" +val mockkVersion = "1.13.8" +val nimbusSdkVersion = "11.0" val postgresqlVersion = "42.6.0" val testcontainersPostgresVersion = "1.19.0"