Skip to content

Commit 3c68df8

Browse files
committed
changed to approved version of testcontainers
1 parent c259bde commit 3c68df8

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

compliance/elasticsearch/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<artifactId>rdf4j-elasticsearch-compliance</artifactId>
1010
<name>RDF4J: Elasticsearch Sail Tests</name>
1111
<description>Tests for Elasticsearch.</description>
12-
<properties>
13-
<testcontainers.version>1.19.7</testcontainers.version>
14-
</properties>
1512
<!-- disable the Java security manager for elasticsearch tests -->
1613
<build>
1714
<plugins>

core/sail/elasticsearch-store/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<artifactId>rdf4j-sail-elasticsearch-store</artifactId>
1010
<name>RDF4J: Elasticsearch Store</name>
1111
<description>Store for utilizing Elasticsearch as a triplestore.</description>
12-
<properties>
13-
<testcontainers.version>1.19.7</testcontainers.version>
14-
</properties>
1512
<dependencies>
1613
<dependency>
1714
<groupId>org.elasticsearch.client</groupId>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
<junit.version>5.9.3</junit.version>
405405
<jetty.version>9.4.54.v20240208</jetty.version>
406406
<netty.version>4.1.111.Final</netty.version>
407+
<testcontainers.version>1.20.6</testcontainers.version>
407408
<argLine/>
408409
</properties>
409410
<dependencyManagement>

0 commit comments

Comments
 (0)