From 68b62110b24651c8a9c8e42b758df7a7971838da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 10:59:26 +0000 Subject: [PATCH 1/2] Bump jenkins from 1.98 to 1.99 Bumps [jenkins](https://github.com/jenkinsci/pom) from 1.98 to 1.99. - [Release notes](https://github.com/jenkinsci/pom/releases) - [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/jenkinsci/pom/compare/jenkins-1.98...jenkins-1.99) --- updated-dependencies: - dependency-name: org.jenkins-ci:jenkins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 42a4571..805234d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.jenkins-ci jenkins - 1.98 + 1.99 From a9d2a2e562aeebd17e1f9bab96ced67e107af2ec Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Mon, 29 May 2023 07:23:58 -0600 Subject: [PATCH 2/2] Use hamcrest, not hamcrest-core --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 805234d..fec671c 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ org.hamcrest - hamcrest-core + hamcrest test