From 009f9b50ef2defd1c67782c8cb22ef85bb1bf5eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:11:50 +0000 Subject: [PATCH] Bump the dependencies group with 6 updates Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.15.0` | `1.15.1` | | [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.15.0` | `1.15.1` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.12.0` | `5.13.0` | | [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.12.0` | `5.13.0` | | [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) | `3.14.0` | `3.15.0` | | [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) | `3.14.0` | `3.15.0` | Updates `net.bytebuddy:byte-buddy` from 1.15.0 to 1.15.1 - [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.15.0...byte-buddy-1.15.1) Updates `net.bytebuddy:byte-buddy-agent` from 1.15.0 to 1.15.1 - [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.15.0...byte-buddy-1.15.1) Updates `org.mockito:mockito-core` from 5.12.0 to 5.13.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.0) Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.13.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.0) Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.13.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.0) Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.14.0 to 3.15.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.14.0...maven-plugin-tools-3.15.0) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.14.0 to 3.15.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.14.0...maven-plugin-tools-3.15.0) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- inject-maven-plugin/pom.xml | 4 ++-- inject-test/pom.xml | 6 +++--- inject/pom.xml | 2 +- pom.xml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/inject-maven-plugin/pom.xml b/inject-maven-plugin/pom.xml index b2bd8157..1a49f332 100644 --- a/inject-maven-plugin/pom.xml +++ b/inject-maven-plugin/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.14.0 + 3.15.0 provided @@ -36,7 +36,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.14.0 + 3.15.0 provides diff --git a/inject-test/pom.xml b/inject-test/pom.xml index 8bdd4b6b..fe18e109 100644 --- a/inject-test/pom.xml +++ b/inject-test/pom.xml @@ -12,7 +12,7 @@ 5.11.0 - 5.12.0 + 5.13.0 @@ -45,12 +45,12 @@ net.bytebuddy byte-buddy - 1.15.0 + 1.15.1 net.bytebuddy byte-buddy-agent - 1.15.0 + 1.15.1 diff --git a/inject/pom.xml b/inject/pom.xml index 18135cfe..a2d18615 100644 --- a/inject/pom.xml +++ b/inject/pom.xml @@ -53,7 +53,7 @@ org.mockito mockito-core - 5.12.0 + 5.13.0 true diff --git a/pom.xml b/pom.xml index a232f741..57529ea5 100644 --- a/pom.xml +++ b/pom.xml @@ -58,19 +58,19 @@ net.bytebuddy byte-buddy - 1.15.0 + 1.15.1 test net.bytebuddy byte-buddy-agent - 1.15.0 + 1.15.1 test org.mockito mockito-core - 5.12.0 + 5.13.0 test