Skip to content

Commit bebbafa

Browse files
authored
Merge branch 'main' into dependabot/gradle/java/dist-zip/org.springframework.boot-3.3.3
2 parents 789f4df + aaeb15c commit bebbafa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

java/java-node/gradle-node/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.2'
3+
id 'org.springframework.boot' version '3.3.3'
44
id 'io.spring.dependency-management' version '1.1.6'
55
}
66

java/java-node/maven-yarn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.3.2</version>
7+
<version>3.3.3</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<groupId>io.paketo</groupId>

java/maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.3.2</version>
7+
<version>3.3.3</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<groupId>io.paketo</groupId>

java/native-image/spring-boot-native-image-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.2'
3+
id 'org.springframework.boot' version '3.3.3'
44
id 'org.graalvm.buildtools.native' version '0.10.2'
55
id 'io.spring.dependency-management' version '1.1.6'
66
}

0 commit comments

Comments
 (0)