Skip to content

Commit fb8a000

Browse files
Bump the all-dependencies group across 1 directory with 3 updates
Bumps the all-dependencies group with 3 updates in the / directory: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi), [io.mockk:mockk](https://github.com/mockk/mockk) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.1 to 2.8.3 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.8.1...v2.8.3) Updates `io.mockk:mockk` from 1.13.14 to 1.13.16 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.14...1.13.16) Updates `org.springframework.boot` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1026c8 commit fb8a000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

3-
val mockkVersion = "1.13.14"
3+
val mockkVersion = "1.13.16"
44
val logstashVersion = "8.0"
55
val testContainersVersion = "1.20.4"
6-
val springDocVersion = "2.8.1"
6+
val springDocVersion = "2.8.3"
77
val tokenValidationVersion = "5.0.14"
88
val kotlinVersion = "2.1.0"
99

@@ -13,7 +13,7 @@ repositories {
1313

1414
plugins {
1515
val kotlinVersion = "2.0.0"
16-
id("org.springframework.boot") version "3.4.1"
16+
id("org.springframework.boot") version "3.4.2"
1717
kotlin("jvm") version kotlinVersion
1818
kotlin("plugin.spring") version kotlinVersion
1919
kotlin("plugin.jpa") version kotlinVersion

0 commit comments

Comments
 (0)