From b1db21972f446cf04532997b1f2265f5b54bda2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 11:02:21 +0000 Subject: [PATCH] Bump annotations from 21.0.1 to 23.1.0 in /examples Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 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/21.0.1...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 8d8c8731c86..a18ae66c4cd 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.2' - testCompileClasspath 'org.jetbrains:annotations:21.0.1' + testCompileClasspath 'org.jetbrains:annotations:23.1.0' }