Skip to content

Commit aa6b393

Browse files
committed
Update couchbase SDK and testcontainers version
1 parent 61a5615 commit aa6b393

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>testcontainers-parent</artifactId>
77
<groupId>org.testcontainers</groupId>
8-
<version>1.2.1</version>
8+
<version>1.3.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -19,7 +19,7 @@
1919
<url>https://github.com/differentway/testcontainers-java-module-couchbase</url>
2020

2121
<properties>
22-
<couchbase.client.version>2.4.5</couchbase.client.version>
22+
<couchbase.client.version>2.4.6</couchbase.client.version>
2323
</properties>
2424

2525
<licenses>
@@ -49,12 +49,6 @@
4949
<version>${couchbase.client.version}</version>
5050
<scope>provided</scope>
5151
</dependency>
52-
<dependency>
53-
<groupId>org.projectlombok</groupId>
54-
<artifactId>lombok</artifactId>
55-
<version>1.16.16</version>
56-
<scope>provided</scope>
57-
</dependency>
5852
</dependencies>
5953
<build>
6054
<plugins>

0 commit comments

Comments
 (0)