Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<maven-scm.version>1.12.2</maven-scm.version>
<commons.spotbugs.version>4.6.0.0</commons.spotbugs.version>
<commons.spotbugs.impl.version>4.6.0</commons.spotbugs.impl.version>
<commons.jacoco.version>0.8.7</commons.jacoco.version>
<commons.jacoco.version>0.8.8</commons.jacoco.version>
<commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
<commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio>
<commons.jacoco.methodRatio>0.1</commons.jacoco.methodRatio>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<action type="update" dev="kinow" due-to="Dependabot">Bump actions/setup-java from 2 to 3 #108.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 52 to 53 #111.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump github/codeql-action from 1 to 2 #109.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #112.</action>
</release>
<release version="1.8.0" date="2022-03-13" description="Version 1.8">
<action issue="COMMONSSITE-138" type="add" dev="chtompki, ggregory">Create signature validation script for releases.</action>
Expand Down