File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
spring-cloud-oci-starters/spring-cloud-oci-starter Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This project has dependency and transitive dependencies on Spring Projects. The
2828
2929| Spring Cloud OCI | Spring Cloud | Spring Boot | OCI Java SDK |
3030| -------------------| ---------------------------| ---------------------| --------------|
31- | 1.0.0 | 2022.0.x | 3.1.x, 3.0.x | 3.19.0 |
31+ | 1.0.0 | 2022.0.x | 3.1.x, 3.0.x | 3.24.0 |
3232
3333
3434## Try out samples
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
6161 <spring-cloud-oci-dependencies .version>${project.version} </spring-cloud-oci-dependencies .version>
6262 <spring-cloud-dependencies .version>2022.0.4</spring-cloud-dependencies .version>
6363 <spring-boot-dependencies .version>3.1.2</spring-boot-dependencies .version>
64- <oci-sdk .version>3.19 .0</oci-sdk .version>
64+ <oci-sdk .version>3.24 .0</oci-sdk .version>
6565 <spring-boot-maven-plugin .version>3.1.2</spring-boot-maven-plugin .version>
6666 <maven .compiler.source>17</maven .compiler.source>
6767 <maven .compiler.target>17</maven .compiler.target>
Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
4848 <dependency >
4949 <groupId >org.springframework.boot</groupId >
5050 <artifactId >spring-boot-starter</artifactId >
51+ <exclusions >
52+ <exclusion >
53+ <groupId >org.yaml</groupId >
54+ <artifactId >snakeyaml</artifactId >
55+ </exclusion >
56+ </exclusions >
5157 </dependency >
5258 <dependency >
5359 <groupId >com.oracle.oci.sdk</groupId >
Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
4949 <dependency >
5050 <groupId >org.springframework.boot</groupId >
5151 <artifactId >spring-boot-starter</artifactId >
52+ <exclusions >
53+ <exclusion >
54+ <groupId >org.yaml</groupId >
55+ <artifactId >snakeyaml</artifactId >
56+ </exclusion >
57+ </exclusions >
5258 </dependency >
5359 </dependencies >
5460</project >
You can’t perform that action at this time.
0 commit comments