File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
operator/src/main/java/oracle/kubernetes/operator/helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ static V1CustomResourceValidation getValidationFromCrdSchemaFile(String fileCont
354
354
private static org .yaml .snakeyaml .Yaml getSnakeYaml () {
355
355
LoaderOptions loaderOptions = new LoaderOptions ();
356
356
loaderOptions .setEnumCaseSensitive (false );
357
- return new org .yaml .snakeyaml .Yaml (new SafeConstructor (), new Yaml .CustomRepresenter ());
357
+ return new org .yaml .snakeyaml .Yaml (new SafeConstructor (new LoaderOptions () ), new Yaml .CustomRepresenter ());
358
358
}
359
359
360
360
static V1CustomResourceSubresources createSubresources () {
Original file line number Diff line number Diff line change 673
673
<prometheus-version >0.16.0</prometheus-version >
674
674
<jackson-version >2.14.2</jackson-version >
675
675
<jackson-databind-version >2.14.2</jackson-databind-version >
676
- <snakeyaml-version >1.33 </snakeyaml-version >
676
+ <snakeyaml-version >2.0 </snakeyaml-version >
677
677
<gson-version >2.10.1</gson-version >
678
678
<dependency-check-version >8.1.2</dependency-check-version >
679
679
<logback-classic-version >1.2.11</logback-classic-version >
You can’t perform that action at this time.
0 commit comments