Skip to content

Commit

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


Updates `org.springframework.cloud:spring-cloud-dependencies` from 2023.0.1 to 2023.0.2
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2023.0.1...v2023.0.2)

Updates `org.springframework.boot` from 3.2.5 to 3.3.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 3e0c8cd commit 53f2c70
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 @@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.5"
id("org.springframework.boot") version "3.3.0"
id("io.spring.dependency-management") version "1.1.5"
kotlin("jvm") version "2.0.0"
kotlin("plugin.spring") version "2.0.0"
Expand All @@ -18,7 +18,7 @@ repositories {
mavenCentral()
}

val springCloudVersion = "2023.0.1"
val springCloudVersion = "2023.0.2"

dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
Expand Down

0 comments on commit 53f2c70

Please sign in to comment.