From 389f48a684020b0339ca3042be8c32ce28df3c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:45:11 +0200 Subject: [PATCH] Bump org.webjars:swagger-ui in the dependencies group (#321) Bumps the dependencies group with 1 update: [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui). Updates `org.webjars:swagger-ui` from 5.17.11 to 5.17.14 - [Release notes](https://github.com/swagger-api/swagger-ui/releases) - [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc) - [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.17.11...v5.17.14) --- updated-dependencies: - dependency-name: org.webjars:swagger-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 277958b..64bc399 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ val flywayVersion = "10.13.0" val postgresVersion = "42.7.3" val testContainerVersion = "1.19.8" val kotlinVersion = "2.0.0" -val swaggerUiVersion = "5.17.11" +val swaggerUiVersion = "5.17.14" val kotestVersion = "5.9.0" val googlePostgresVersion = "1.18.1" val googleOauthVersion = "1.36.0"