Skip to content

Commit

Permalink
fix: bump the springframework-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the springframework-dependencies group with 2 updates: [org.springframework.boot](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot).


Updates `org.springframework.boot` from 3.2.2 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.2...v3.2.4)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.2.2 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.2...v3.2.4)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: springframework-dependencies
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: springframework-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 22, 2024
1 parent af8c747 commit 2bb7ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'org.springframework.boot' version '3.2.2'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.4'
id 'java-library'
id 'maven-publish'
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation 'io.github.lsd-consulting:lsd-logging-library:1.0.8'

// Spring
compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.2.2'
compileOnly 'org.springframework.boot:spring-boot-autoconfigure:3.2.4'

// Other
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1'
Expand Down

0 comments on commit 2bb7ff8

Please sign in to comment.