Skip to content

Commit dfe41b9

Browse files
Bump annotations from 20.1.0 to 21.0.1 in /examples
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 20.1.0 to 21.0.1. - [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.1.0...21.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96b2065 commit dfe41b9

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.2'
12-
testCompileClasspath 'org.jetbrains:annotations:20.1.0'
12+
testCompileClasspath 'org.jetbrains:annotations:21.0.1'
1313
}

0 commit comments

Comments
 (0)