Skip to content

Commit

Permalink
chore(deps): bump the patch group in /backend with 2 updates (#3481)
Browse files Browse the repository at this point in the history
Bumps the patch group in /backend with 2 updates: [org.springframework.boot](https://github.com/spring-projects/spring-boot) and [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin).


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.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

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 Dec 23, 2024
1 parent 5b7524f commit 0a7c8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.gradle.api.tasks.testing.logging.TestLogEvent

plugins {
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'
// If kotlin version bumped, check if gradle version can be bumped as well
// Check here: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
Expand Down

0 comments on commit 0a7c8e7

Please sign in to comment.