We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e1219c + edc4e9a commit a0a0ee2Copy full SHA for a0a0ee2
modules/nginx/build.gradle
@@ -2,6 +2,6 @@ description = "Testcontainers :: Nginx"
2
3
dependencies {
4
api project(':testcontainers')
5
- compileOnly 'org.jetbrains:annotations:24.0.0'
+ compileOnly 'org.jetbrains:annotations:24.0.1'
6
testImplementation 'org.assertj:assertj-core:3.24.2'
7
}
0 commit comments