Skip to content

Commit 78fdc24

Browse files
committed
Uses ${spring-boot.version} rather than hard coded.
1 parent 1fbf2b1 commit 78fdc24

File tree

1 file changed

+3
-3
lines changed
  • spring-cloud-function-adapters/spring-cloud-function-adapter-gcp

1 file changed

+3
-3
lines changed

spring-cloud-function-adapters/spring-cloud-function-adapter-gcp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-loader-tools</artifactId>
43-
<version>4.0.0-M3</version>
43+
<version>${spring-boot.version}</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.springframework.boot</groupId>
4747
<artifactId>spring-boot-loader-classic</artifactId>
48-
<version>4.0.0-M3</version>
48+
<version>${spring-boot.version}</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-loader</artifactId>
53-
<version>4.0.0-M3</version>
53+
<version>${spring-boot.version}</version>
5454
</dependency>
5555

5656
<!-- Test-only dependencies -->

0 commit comments

Comments
 (0)