Skip to content

Commit

Permalink
chore(deps): update plugin org.springframework.boot to v3.1.3 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2023
1 parent aa68690 commit a9f1f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion products-subgraph/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.springframework.boot.gradle.tasks.bundling.BootJar

plugins {
id("org.springframework.boot") version "3.1.0"
id("org.springframework.boot") version "3.1.3"
id("io.spring.dependency-management") version "1.1.0"
java
}
Expand Down
2 changes: 1 addition & 1 deletion reviews-subgraph/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.springframework.boot.gradle.tasks.bundling.BootJar

plugins {
id("org.springframework.boot") version "3.1.0"
id("org.springframework.boot") version "3.1.3"
id("io.spring.dependency-management") version "1.1.0"
java
}
Expand Down

0 comments on commit a9f1f33

Please sign in to comment.