Skip to content

Commit 446b950

Browse files
authored
Merge pull request joinfaces#2529 from joinfaces/dependabot/gradle/5.3.x/springBootVersion-3.3.4
Bump springBootVersion from 3.3.3 to 3.3.4
2 parents 3ee2a10 + 812a440 commit 446b950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
maven { url 'https://repo.spring.io/milestone' }
88
}
99

10-
def springBootVersion = "3.3.3"
10+
def springBootVersion = "3.3.4"
1111

1212
dependencies {
1313
api "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"

0 commit comments

Comments
 (0)