1
0

Remove references to very old JDK and Commons Logging versions #201

This commit is contained in:
Gary Gregory
2024-01-26 08:15:15 -05:00
committed by GitHub
parent ff386ee307
commit dbcb5d77b0

View File

@@ -44,6 +44,9 @@ The <action> type attribute can be add,update,fix,remove.
</properties> </properties>
<body> <body>
<release version="1.3.1" date="202Y-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <release version="1.3.1" date="202Y-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action dev="ggregory" type="fix" due-to="Elliotte Rusty Harold">Remove references to very old JDK and Commons Logging versions #201.</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot">Bump log4j2.version from 2.21.1 to 2.22.0 #187, #193.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump log4j2.version from 2.21.1 to 2.22.0 #187, #193.</action>
<action dev="ggregory" type="update" due-to="Dependabot">Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 #194.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 #194.</action>
</release> </release>