Skip to content

Commit da518a2

Browse files
fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v4.0.0-rc2
1 parent 6caa792 commit da518a2

File tree

5 files changed

+5
-5
lines changed
  • boot-mongodb-elasticsearch
  • graphql/boot-graphql-querydsl
  • jpa/boot-read-replica-postgresql
  • r2dbc/boot-r2dbc-json-column
  • scheduler/boot-scheduler-quartz

5 files changed

+5
-5
lines changed

boot-mongodb-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>4.0.0-M1</version>
9+
<version>4.0.0-RC2</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.example.mongoes</groupId>

graphql/boot-graphql-querydsl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>4.0.0-RC1</version>
10+
<version>4.0.0-RC2</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313
<groupId>com.example.graphql.querydsl</groupId>

jpa/boot-read-replica-postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>4.0.0-RC1</version>
8+
<version>4.0.0-RC2</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example.demo</groupId>

r2dbc/boot-r2dbc-json-column/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>4.0.0-RC1</version>
8+
<version>4.0.0-RC2</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example.demo</groupId>

scheduler/boot-scheduler-quartz/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>4.0.0-RC1</version>
10+
<version>4.0.0-RC2</version>
1111
<relativePath/> <!-- lookup parent from repository -->
1212
</parent>
1313
<groupId>com.scheduler.quartz</groupId>

0 commit comments

Comments
 (0)