From 166f8c244c4043f1b23591af8f0ff9e881fdec67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 00:59:25 +0000 Subject: [PATCH] Bump reflection-util from 1.0.5 to 1.0.6 Bumps [reflection-util](https://github.com/plume-lib/reflection-util) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/plume-lib/reflection-util/releases) - [Changelog](https://github.com/plume-lib/reflection-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/plume-lib/reflection-util/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: org.plumelib:reflection-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c9e84f503c34..6823ec8475ca 100644 --- a/build.gradle +++ b/build.gradle @@ -205,7 +205,7 @@ allprojects { "--add-opens", "jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED", ] - reflectionUtilVersion = '1.0.5' + reflectionUtilVersion = '1.0.6' plumeUtilVersion = '1.6.0' }