Skip to content

Commit 1e537cd

Browse files
Update plugin org.springframework.boot to v3.0.5 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94dcdce commit 1e537cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

products-subgraph/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.springframework.boot.gradle.tasks.bundling.BootJar
22

33
plugins {
4-
id("org.springframework.boot") version "3.0.0"
4+
id("org.springframework.boot") version "3.0.5"
55
id("io.spring.dependency-management") version "1.1.0"
66
java
77
}

reviews-subgraph/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.springframework.boot.gradle.tasks.bundling.BootJar
22

33
plugins {
4-
id("org.springframework.boot") version "3.0.0"
4+
id("org.springframework.boot") version "3.0.5"
55
id("io.spring.dependency-management") version "1.1.0"
66
java
77
}

0 commit comments

Comments
 (0)