From df66cd3968348b39045c68048f376e6696ad2d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:46:58 +0000 Subject: [PATCH] build(deps): bump the maven group with 2 updates Bumps the maven group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy). Updates `org.mockito:mockito-core` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0) Updates `net.bytebuddy:byte-buddy` from 1.14.8 to 1.14.9 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.8...byte-buddy-1.14.9) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 867da53e42b..7560172417b 100644 --- a/pom.xml +++ b/pom.xml @@ -289,7 +289,7 @@ org.mockito mockito-core - 5.5.0 + 5.6.0 test @@ -308,7 +308,7 @@ net.bytebuddy byte-buddy - 1.14.8 + 1.14.9 test