Skip to content

Commit e50deb9

Browse files
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](JetBrains/java-annotations@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] <[email protected]>
1 parent 993c82b commit e50deb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mongodb-container/build.gradle

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

0 commit comments

Comments
 (0)