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
354354 private static org .yaml .snakeyaml .Yaml getSnakeYaml () {
355355 LoaderOptions loaderOptions = new LoaderOptions ();
356356 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 ());
358358 }
359359
360360 static V1CustomResourceSubresources createSubresources () {
Original file line number Diff line number Diff line change 673673 <prometheus-version >0.16.0</prometheus-version >
674674 <jackson-version >2.14.2</jackson-version >
675675 <jackson-databind-version >2.14.2</jackson-databind-version >
676- <snakeyaml-version >1.33 </snakeyaml-version >
676+ <snakeyaml-version >2.0 </snakeyaml-version >
677677 <gson-version >2.10.1</gson-version >
678678 <dependency-check-version >8.1.2</dependency-check-version >
679679 <logback-classic-version >1.2.11</logback-classic-version >
You can’t perform that action at this time.
0 commit comments