From e05b300c398ca1078a3f601011ce5813daeac468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:03:29 +0000 Subject: [PATCH] Bump annotations from 20.0.0 to 23.1.0 in /examples Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.0.0 to 23.1.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/20.0.0...23.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/mongodb-container/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mongodb-container/build.gradle b/examples/mongodb-container/build.gradle index 2c6b0bbcc13..1ec71569d6f 100644 --- a/examples/mongodb-container/build.gradle +++ b/examples/mongodb-container/build.gradle @@ -9,5 +9,5 @@ repositories { dependencies { testImplementation 'org.testcontainers:testcontainers' testImplementation 'junit:junit:4.13' - testCompileOnly 'org.jetbrains:annotations:20.0.0' + testCompileOnly 'org.jetbrains:annotations:23.1.0' }