Skip to content

Commit

Permalink
Bump the gradle group across 1 directory with 2 updates (#141)
Browse files Browse the repository at this point in the history
Bumps the gradle group with 2 updates in the / directory: [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) and [org.springframework.boot](https://github.com/spring-projects/spring-boot).


Updates `org.yaml:snakeyaml` from 2.2 to 2.3
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2)

Updates `org.springframework.boot` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 30, 2024
1 parent 525c147 commit cf81dc7
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 @@ -5,7 +5,7 @@ plugins {
kotlin("jvm") version "2.0.20"
kotlin("plugin.spring") version "2.0.20"
kotlin("plugin.jpa") version "2.0.20"
id("org.springframework.boot") version "3.3.3"
id("org.springframework.boot") version "3.3.4"
id("io.spring.dependency-management") version "1.1.6"
id("org.sonarqube") version "5.1.0.4882"
jacoco
Expand Down Expand Up @@ -48,7 +48,7 @@ repositories {
}

dependencies {
implementation("org.yaml:snakeyaml:2.2") {
implementation("org.yaml:snakeyaml:2.3") {
because("https://github.com/navikt/k9-brukerdialog-cache/security/dependabot/1")
}

Expand Down

0 comments on commit cf81dc7

Please sign in to comment.