From 17df48d94add81d40a02dc0ce31ac3965a78ebd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 02:15:12 +0000 Subject: [PATCH] Bump r7insight_java from 3.0.7 to 3.0.15 Bumps [r7insight_java](https://github.com/rapid7/r7insight_java) from 3.0.7 to 3.0.15. - [Release notes](https://github.com/rapid7/r7insight_java/releases) - [Commits](https://github.com/rapid7/r7insight_java/compare/3.0.7...3.0.15) --- updated-dependencies: - dependency-name: com.rapid7:r7insight_java 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 69bbcd6..20356f4 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ dependencies { implementation 'au.com.sealink:printing:1.7.1' - compile group: 'com.rapid7', name: 'r7insight_java', version: '3.0.7' + compile group: 'com.rapid7', name: 'r7insight_java', version: '3.0.15' testCompile('org.springframework.boot:spring-boot-starter-test') { exclude module: 'junit' exclude module: 'junit-vintage-engine'