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 @@ -216,7 +216,7 @@ static V1CustomResourceValidation getValidationFromCrdSchemaFile(String fileCont
216
216
private static org .yaml .snakeyaml .Yaml getSnakeYaml () {
217
217
LoaderOptions loaderOptions = new LoaderOptions ();
218
218
loaderOptions .setEnumCaseSensitive (false );
219
- return new org .yaml .snakeyaml .Yaml (new SafeConstructor (), new Yaml .CustomRepresenter ());
219
+ return new org .yaml .snakeyaml .Yaml (new SafeConstructor (loaderOptions ), new Yaml .CustomRepresenter ());
220
220
}
221
221
222
222
static V1CustomResourceSubresources createSubresources () {
Original file line number Diff line number Diff line change 628
628
<assertj .core.version>3.24.2</assertj .core.version>
629
629
<commons .io.version>2.11.0</commons .io.version>
630
630
<awaitility-version >4.2.0</awaitility-version >
631
- <client-java-version >16.0.2 </client-java-version >
631
+ <client-java-version >16.0.3 </client-java-version >
632
632
<kotlin-stdlib-version >1.8.20</kotlin-stdlib-version >
633
633
<okhttp-version >4.10.0</okhttp-version >
634
634
<junit .jupiter.version>5.9.2</junit .jupiter.version>
You can’t perform that action at this time.
0 commit comments