Skip to content

Commit b7fe938

Browse files
chore(deps): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui). Updates `ch.qos.logback:logback-classic` from 1.5.17 to 1.5.18 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.17...v_1.5.18) Updates `org.webjars:swagger-ui` from 5.20.0 to 5.20.1 - [Release notes](https://github.com/swagger-api/swagger-ui/releases) - [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc) - [Commits](swagger-api/swagger-ui@v5.20.0...v5.20.1) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: 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] <[email protected]>
1 parent 7db9ff6 commit b7fe938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.0.0"
44
val coroutinesVersion = "1.10.1"
55
val jacksonVersion = "2.18.3"
66
val kluentVersion = "1.73"
7-
val logbackVersion = "1.5.17"
7+
val logbackVersion = "1.5.18"
88
val ktorVersion = "3.1.1"
99
val logstashEncoderVersion = "8.0"
1010
val prometheusVersion = "0.16.0"
@@ -15,7 +15,7 @@ val flywayVersion = "11.4.0"
1515
val postgresVersion = "42.7.5"
1616
val testContainerVersion = "1.20.6"
1717
val kotlinVersion = "2.1.10"
18-
val swaggerUiVersion = "5.20.0"
18+
val swaggerUiVersion = "5.20.1"
1919
val kotestVersion = "5.9.1"
2020
val googlePostgresVersion = "1.23.1"
2121
val googleOauthVersion = "1.39.0"

0 commit comments

Comments
 (0)