File tree 4 files changed +14
-2
lines changed
spring-cloud-oci-starters/spring-cloud-oci-starter
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
28
28
29
29
| Spring Cloud OCI | Spring Cloud | Spring Boot | OCI Java SDK |
30
30
| -------------------| ---------------------------| ---------------------| --------------|
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 |
32
32
33
33
34
34
## 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
61
61
<spring-cloud-oci-dependencies .version>${project.version} </spring-cloud-oci-dependencies .version>
62
62
<spring-cloud-dependencies .version>2022.0.4</spring-cloud-dependencies .version>
63
63
<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>
65
65
<spring-boot-maven-plugin .version>3.1.2</spring-boot-maven-plugin .version>
66
66
<maven .compiler.source>17</maven .compiler.source>
67
67
<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
48
48
<dependency >
49
49
<groupId >org.springframework.boot</groupId >
50
50
<artifactId >spring-boot-starter</artifactId >
51
+ <exclusions >
52
+ <exclusion >
53
+ <groupId >org.yaml</groupId >
54
+ <artifactId >snakeyaml</artifactId >
55
+ </exclusion >
56
+ </exclusions >
51
57
</dependency >
52
58
<dependency >
53
59
<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
49
49
<dependency >
50
50
<groupId >org.springframework.boot</groupId >
51
51
<artifactId >spring-boot-starter</artifactId >
52
+ <exclusions >
53
+ <exclusion >
54
+ <groupId >org.yaml</groupId >
55
+ <artifactId >snakeyaml</artifactId >
56
+ </exclusion >
57
+ </exclusions >
52
58
</dependency >
53
59
</dependencies >
54
60
</project >
You can’t perform that action at this time.
0 commit comments