Merge pull request #158 from ollama4j/dependabot/maven/org.testcontainers-nginx-1.21.3
Some checks failed
CodeQL / Analyze (java) (push) Failing after 1m39s
CodeQL / Analyze (javascript) (push) Failing after 1m39s

Bump org.testcontainers:nginx from 1.20.0 to 1.21.3
This commit is contained in:
Amith Koujalgi 2025-09-11 10:06:25 +05:30 committed by GitHub
commit 898c34a157
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,7 +240,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>nginx</artifactId>
<version>1.20.0</version>
<version>1.21.3</version>
<scope>test</scope>
</dependency>
</dependencies>