From 845f7a8c5215eb46f974761a09e5193170f80016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 15:56:55 +0000 Subject: [PATCH] Bump org.jacoco:org.jacoco.agent from 0.8.9 to 0.8.10 Bumps [org.jacoco:org.jacoco.agent](https://github.com/jacoco/jacoco) from 0.8.9 to 0.8.10. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.9...v0.8.10) --- updated-dependencies: - dependency-name: org.jacoco:org.jacoco.agent 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 db22d885..fc16edbb 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ subprojects { implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: '2.15.0' implementation group: 'com.google.re2j', name: 're2j', version: '1.7' testImplementation group: 'org.powermock', name: 'powermock-module-javaagent', version: '2.0.9' - testImplementation group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.9', classifier: 'runtime' + testImplementation group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.10', classifier: 'runtime' testImplementation group: 'org.powermock', name: 'powermock-core', version: '2.0.9' testImplementation("junit:junit")