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:
23
23
- dependency-name : org.python:jython
24
24
versions :
25
25
- " >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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- Copyright (c) 2017, 2024 , Oracle and/or its affiliates.
3
+ Copyright (c) 2017, 2025 , Oracle and/or its affiliates.
4
4
Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
5
5
-->
6
6
<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" >
38
38
<weblogic-deploy-installer-name >weblogic-deploy</weblogic-deploy-installer-name >
39
39
<skipTests >false</skipTests >
40
40
<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 -- >
42
42
<picocli .version>4.7.7</picocli .version>
43
43
<sshj .version>0.40.0</sshj .version>
44
44
<slf4j .version>2.0.17</slf4j .version>
You can’t perform that action at this time.
0 commit comments