Skip to content

Commit

Permalink
Bump the gradle group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20240303` | `20241224` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.4.0-jre` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.13` | `1.13.14` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.0` | `3.4.1` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` |



Updates `org.json:json` from 20240303 to 20241224
- [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 `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

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

Updates `org.springframework.boot` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.spring.dependency-management
  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 1, 2025
1 parent 647d7ce commit 966c0b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
kotlin("jvm") version "2.1.0"
kotlin("plugin.spring") version "2.1.0"
kotlin("plugin.jpa") version "2.1.0"
id("org.springframework.boot") version "3.4.0"
id("io.spring.dependency-management") version "1.1.6"
id("org.springframework.boot") version "3.4.1"
id("io.spring.dependency-management") version "1.1.7"
id("com.expediagroup.graphql") version "8.2.1"
id("org.sonarqube") version "6.0.1.5171"
jacoco
Expand Down 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.13"
val guavaVersion = "33.3.1-jre"
val orgJsonVersion = "20240303"
val mockkVersion = "1.13.14"
val guavaVersion = "33.4.0-jre"
val orgJsonVersion = "20241224"
val graphQLKotlinVersion = "8.2.1"
val k9FormatVersion = "9.5.0"
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
Expand Down

0 comments on commit 966c0b6

Please sign in to comment.