Skip to content

Commit

Permalink
Merge pull request #266 from mfvanek/dependabot/gradle/org.springfram…
Browse files Browse the repository at this point in the history
…ework.boot-spring-boot-dependencies-3.3.5

Bump org.springframework.boot:spring-boot-dependencies from 3.3.4 to 3.3.5
  • Loading branch information
mfvanek authored Oct 28, 2024
2 parents d3c883a + f4e8c63 commit 5587a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pg-index-health-spring-boot-demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

dependencies {
implementation(project(":db-migrations"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.3.4"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.3.5"))
implementation(platform("org.apache.httpcomponents.client5:httpclient5-parent:5.4"))
implementation(platform("org.springdoc:springdoc-openapi:2.6.0"))

Expand All @@ -29,7 +29,7 @@ dependencies {
implementation("io.github.mfvanek:pg-index-health-logger")
implementation("com.github.blagerweij:liquibase-sessionlock:1.6.9")

annotationProcessor(platform("org.springframework.boot:spring-boot-dependencies:3.3.4"))
annotationProcessor(platform("org.springframework.boot:spring-boot-dependencies:3.3.5"))
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")

testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit 5587a0e

Please sign in to comment.