File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,9 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
74
74
<properties >
75
75
<spring-cloud-oci-dependencies .version>${project.version} </spring-cloud-oci-dependencies .version>
76
76
<spring-cloud-dependencies .version>2023.0.2</spring-cloud-dependencies .version>
77
- <spring-boot-dependencies .version>3.2.7</spring-boot-dependencies .version>
78
77
<spring-framework .version>6.1.10</spring-framework .version>
79
78
<jakarta-mail .version>2.0.3</jakarta-mail .version>
80
79
<oci-sdk .version>3.44.3</oci-sdk .version>
81
- <spring-boot-maven-plugin .version>3.2.7</spring-boot-maven-plugin .version>
82
80
<maven .compiler.source>17</maven .compiler.source>
83
81
<maven .compiler.target>17</maven .compiler.target>
84
82
<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
156
154
<dependency >
157
155
<groupId >org.springframework.boot</groupId >
158
156
<artifactId >spring-boot-dependencies</artifactId >
159
- <version >${spring-boot-dependencies .version} </version >
157
+ <version >${spring-boot.version} </version >
160
158
<type >pom</type >
161
159
<scope >import</scope >
162
160
</dependency >
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
94
94
<plugin >
95
95
<groupId >org.springframework.boot</groupId >
96
96
<artifactId >spring-boot-maven-plugin</artifactId >
97
- <version >${spring-boot-maven-plugin .version} </version >
97
+ <version >${spring-boot.version} </version >
98
98
<executions >
99
99
<execution >
100
100
<goals >
You can’t perform that action at this time.
0 commit comments