Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#255)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [io.mockk:mockk](https://github.com/mockk/mockk) and com.diffplug.spotless.


Updates `io.mockk:mockk` from 1.13.8 to 1.13.9
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.8...1.13.9)

Updates `com.diffplug.spotless` from 6.23.3 to 6.24.0

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent 88bfe8d commit 4f3fe12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ val javaxAnnotationApiVersion = "1.3.2"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val smCommonVersion = "2.0.8"
val javaTimeAdapterVersion = "1.1.3"
val ioMockVersion = "1.13.8"
val ioMockVersion = "1.13.9"
val kotlinVersion = "1.9.22"
val okhttp3Version = "4.11.0"
val commonsCodecVersion = "1.16.0"
Expand All @@ -36,7 +36,7 @@ plugins {
id("application")
kotlin("jvm") version "1.9.22"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.diffplug.spotless") version "6.23.3"
id("com.diffplug.spotless") version "6.24.0"
}

application {
Expand Down

0 comments on commit 4f3fe12

Please sign in to comment.