diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-24 22:16:43 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-12-24 22:16:56 +0000 |
commit | 501fb660de9d4b53b9a9984d6864426a3ca51759 (patch) | |
tree | 8be790b8191a6502b68a68adb48da7af7a7b84a5 | |
parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
download | locusts-501fb660de9d4b53b9a9984d6864426a3ca51759.tar locusts-501fb660de9d4b53b9a9984d6864426a3ca51759.tar.gz locusts-501fb660de9d4b53b9a9984d6864426a3ca51759.tar.bz2 locusts-501fb660de9d4b53b9a9984d6864426a3ca51759.tar.lz locusts-501fb660de9d4b53b9a9984d6864426a3ca51759.tar.xz locusts-501fb660de9d4b53b9a9984d6864426a3ca51759.tar.zst locusts-501fb660de9d4b53b9a9984d6864426a3ca51759.zip |
build(deps): bump net.researchgate.release in the jvm-dependencies group
Bumps the jvm-dependencies group with 1 update: net.researchgate.release.
Updates `net.researchgate.release` from 3.0.2 to 3.1.0
---
updated-dependencies:
- dependency-name: net.researchgate.release
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: jvm-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 491c90f..c8c0976 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { // Apply the java-library plugin for API and implementation separation. `java-library` id("maven-publish") - id("net.researchgate.release") version "3.0.2" + id("net.researchgate.release") version "3.1.0" } repositories { |