File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,7 @@ updates:
2323 - dependency-name : org.python:jython
2424 versions :
2525 - " >2.2.1"
26+ # Ignore newer versions of SnakeYAML that require JDK 8
27+ - dependency-name : org.yaml:snakeyaml
28+ versions :
29+ - " >=2.4"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- Copyright (c) 2017, 2024 , Oracle and/or its affiliates.
3+ Copyright (c) 2017, 2025 , Oracle and/or its affiliates.
44 Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
55-->
66<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3838 <weblogic-deploy-installer-name >weblogic-deploy</weblogic-deploy-installer-name >
3939 <skipTests >false</skipTests >
4040 <antlr .version>4.9.3</antlr .version>
41- <snakeyaml .version>2.4 </snakeyaml .version>
41+ <snakeyaml .version>2.3 </snakeyaml .version> <!-- 2.4 requires JDK 8 -- >
4242 <picocli .version>4.7.7</picocli .version>
4343 <sshj .version>0.40.0</sshj .version>
4444 <slf4j .version>2.0.17</slf4j .version>
You can’t perform that action at this time.
0 commit comments