From eaceaf1a35e4353a49bf1940fe7dc5b632c183d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 11:51:53 +0000 Subject: [PATCH] Bump jacoco from 3.3.3 to 3.3.4 in /bom-weekly (#2236) * Bump jacoco from 3.3.3 to 3.3.4 in /bom-weekly Bumps [jacoco](https://github.com/jenkinsci/jacoco-plugin) from 3.3.3 to 3.3.4. - [Release notes](https://github.com/jenkinsci/jacoco-plugin/releases) - [Commits](https://github.com/jenkinsci/jacoco-plugin/compare/jacoco-3.3.3...jacoco-3.3.4) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:jacoco dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Revert "Exclude failing tests pending release (#2201)" This reverts commit dc0ccd29ea9448f1c62b182e7870d450dbf0f5aa. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Waite --- bom-weekly/pom.xml | 2 +- excludes.txt | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index 1dc6c51cf..41935e97e 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -449,7 +449,7 @@ org.jenkins-ci.plugins jacoco - 3.3.3 + 3.3.4 org.jenkins-ci.plugins diff --git a/excludes.txt b/excludes.txt index 4e53b501d..4d7de210a 100644 --- a/excludes.txt +++ b/excludes.txt @@ -1,11 +1,6 @@ # TODO cryptic PCT-only errors: https://github.com/jenkinsci/bom/pull/251#issuecomment-645012427 hudson.matrix.AxisTest -# TODO https://github.com/jenkinsci/jacoco-plugin/pull/244 -hudson.plugins.jacococoveragecolumn.AbstractJaCoCoCoverageColumnTest -hudson.plugins.jacococoveragecolumn.BranchCoverageColumnTest -hudson.plugins.jacococoveragecolumn.JaCoCoColumnTest - # TODO tends to time out jenkins.plugins.http_request.HttpRequestStepRoundTripTest