Skip to content

Commit e14eb8e

Browse files
Bump annotations from 20.0.0 to 20.1.0 in /examples (#3217)
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.0.0 to 20.1.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@20.0.0...20.1.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 273b22d commit e14eb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mongodb-container/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ repositories {
99
dependencies {
1010
testImplementation 'org.testcontainers:testcontainers'
1111
testImplementation 'junit:junit:4.13'
12-
testCompileClasspath 'org.jetbrains:annotations:20.0.0'
12+
testCompileClasspath 'org.jetbrains:annotations:20.1.0'
1313
}

0 commit comments

Comments
 (0)