Skip to content

Commit abd4ee8

Browse files
Sync parent pom versions (#85)
Signed-off-by: Anders Swanson <[email protected]>
1 parent f72c74b commit abd4ee8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,9 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
7474
<properties>
7575
<spring-cloud-oci-dependencies.version>${project.version}</spring-cloud-oci-dependencies.version>
7676
<spring-cloud-dependencies.version>2023.0.2</spring-cloud-dependencies.version>
77-
<spring-boot-dependencies.version>3.2.7</spring-boot-dependencies.version>
7877
<spring-framework.version>6.1.10</spring-framework.version>
7978
<jakarta-mail.version>2.0.3</jakarta-mail.version>
8079
<oci-sdk.version>3.44.3</oci-sdk.version>
81-
<spring-boot-maven-plugin.version>3.2.7</spring-boot-maven-plugin.version>
8280
<maven.compiler.source>17</maven.compiler.source>
8381
<maven.compiler.target>17</maven.compiler.target>
8482
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
@@ -156,7 +154,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
156154
<dependency>
157155
<groupId>org.springframework.boot</groupId>
158156
<artifactId>spring-boot-dependencies</artifactId>
159-
<version>${spring-boot-dependencies.version}</version>
157+
<version>${spring-boot.version}</version>
160158
<type>pom</type>
161159
<scope>import</scope>
162160
</dependency>

spring-cloud-oci-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
9494
<plugin>
9595
<groupId>org.springframework.boot</groupId>
9696
<artifactId>spring-boot-maven-plugin</artifactId>
97-
<version>${spring-boot-maven-plugin.version}</version>
97+
<version>${spring-boot.version}</version>
9898
<executions>
9999
<execution>
100100
<goals>

0 commit comments

Comments
 (0)