From 8e044a6aeef78a1b2691d003e61a2a4db4e4ecd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 14:46:30 -0500 Subject: [PATCH] dependabot: bump org.apiguardian:apiguardian-api from 1.0.0 to 1.1.2 (#2964) Bumps [org.apiguardian:apiguardian-api](https://github.com/apiguardian-team/apiguardian) from 1.0.0 to 1.1.2. - [Release notes](https://github.com/apiguardian-team/apiguardian/releases) - [Commits](https://github.com/apiguardian-team/apiguardian/compare/r1.0.0...r1.1.2) --- updated-dependencies: - dependency-name: org.apiguardian:apiguardian-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2339991416..1f2f63f1fd 100644 --- a/build.gradle +++ b/build.gradle @@ -591,7 +591,7 @@ dependencies { testImplementation "io.netty:netty-tcnative-boringssl-static:2.0.54.Final:${osdetector.classifier}" } // JUnit build requirement - testCompileOnly 'org.apiguardian:apiguardian-api:1.0.0' + testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2' // Kafka test execution testRuntimeOnly 'org.springframework.retry:spring-retry:1.3.3' testRuntimeOnly ('org.springframework:spring-core:5.3.27') {