diff --git a/pom.xml b/pom.xml index 0c7cb62..fc51bfd 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ under the License. commons-logging commons-logging Apache Commons Logging - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. http://commons.apache.org/proper/commons-logging/ @@ -563,8 +563,8 @@ under the License. - java16 - 1.6 + java18 + 1.8 ${commons.logging.javaversion} ${commons.logging.javaversion} logging @@ -589,17 +589,4 @@ under the License. - - - - jdk12-plus-no-java6 - - [1.12,) - - - 1.7 - - - - diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ea1fdcc..c1ffe5c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,9 @@ The type attribute can be add,update,fix,remove. Minor Improvements #34. + + Bump Java from 6 to 8. + Bump actions/cache from 2 to 3.0.2 #50, #77.