Skip to content

Commit e82a42f

Browse files
Bump the all-dependencies group across 1 directory with 2 updates
Bumps the all-dependencies group with 2 updates in the / directory: [io.mockk:mockk](https://github.com/mockk/mockk) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `io.mockk:mockk` from 1.14.5 to 1.14.6 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.5...1.14.6) Updates `org.springframework.boot` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.5...v3.5.6) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 946d344 commit e82a42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

4-
val mockkVersion = "1.14.5"
4+
val mockkVersion = "1.14.6"
55
val logstashVersion = "8.1"
66
val testContainersVersion = "1.21.3"
77
val springDocVersion = "2.8.13"
@@ -13,7 +13,7 @@ repositories {
1313

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

0 commit comments

Comments
 (0)