Skip to content

Commit 34360b8

Browse files
rakillenrobertpatrick
authored andcommitted
Revert snakeyaml to version 2.3 to avoid Java 8 dependency
1 parent e938452 commit 34360b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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">
@@ -38,7 +38,7 @@
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>

0 commit comments

Comments
 (0)