Skip to content

Commit

Permalink
Bump the gradle group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 2 updates in the / directory: [org.json:json](https://github.com/douglascrockford/JSON-java) and [io.mockk:mockk](https://github.com/mockk/mockk).


Updates `org.json:json` from 20241224 to 20250107
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

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)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 8f3ad86 commit c73ad4a
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 @@ -34,9 +34,9 @@ val postgresqlVersion = "42.7.4"
val awailitilityKotlinVersion = "4.2.2"
val assertkJvmVersion = "0.28.1"
val springMockkVersion = "4.0.2"
val mockkVersion = "1.13.14"
val mockkVersion = "1.13.16"
val guavaVersion = "33.4.0-jre"
val orgJsonVersion = "20241224"
val orgJsonVersion = "20250107"
val graphQLKotlinVersion = "8.2.1"
val k9FormatVersion = "9.5.0"
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
Expand Down

0 comments on commit c73ad4a

Please sign in to comment.