Skip to content

Commit

Permalink
bump pull-request-monitoring from 1.6.0 to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsymhoven committed May 29, 2021
1 parent c432c55 commit 1b0dd2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<assertj-core.version>3.16.1</assertj-core.version>
<echarts-api.version>5.1.0-2</echarts-api.version>
<forensics-api.version>1.0.0</forensics-api.version>
<pull-request-monitoring.version>1.6.0</pull-request-monitoring.version>
<pull-request-monitoring.version>1.6.1</pull-request-monitoring.version>
<plugin-util-api.version>2.2.0</plugin-util-api.version>
<fontawesome-api.version>5.15.3-2</fontawesome-api.version>
<gson.version>2.8.6</gson.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class CoveragePullRequestMonitoringPortlet extends MonitorPortlet {
* the {@link CoverageAction} of corresponding run.
*/
public CoveragePullRequestMonitoringPortlet(final CoverageAction action) {
super();
this.action = action;
}

Expand Down

0 comments on commit 1b0dd2f

Please sign in to comment.