Skip to content

Commit f016429

Browse files
Update all non-major maven dependencies
1 parent 19d4eda commit f016429

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<packaging>jar</packaging>
1313

1414
<artifactId>testcontainers-annotations</artifactId>
15-
<version>3.3.2</version>
15+
<version>3.3.3</version>
1616

1717
<name>testcontainers-annotations</name>
1818
<description>testcontainers-annotations</description>
@@ -42,7 +42,7 @@
4242
<woody.version>2.0.9</woody.version>
4343
<kafka-common-lib.version>0.0.3</kafka-common-lib.version>
4444
<geck.version>1.0.2</geck.version>
45-
<lombok.version>1.18.38</lombok.version>
45+
<lombok.version>1.18.42</lombok.version>
4646
<checkstyle.config.suppressions.path>./src/main/resources/checkstyle/checkstyle-suppressions.xml
4747
</checkstyle.config.suppressions.path>
4848
</properties>
@@ -52,28 +52,28 @@
5252
<dependency>
5353
<groupId>org.junit</groupId>
5454
<artifactId>junit-bom</artifactId>
55-
<version>5.12.2</version>
55+
<version>5.14.0</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.testcontainers</groupId>
6161
<artifactId>testcontainers-bom</artifactId>
62-
<version>1.21.0</version>
62+
<version>1.21.3</version>
6363
<type>pom</type>
6464
<scope>import</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.fasterxml.jackson</groupId>
6868
<artifactId>jackson-bom</artifactId>
69-
<version>2.19.0</version>
69+
<version>2.20.1</version>
7070
<type>pom</type>
7171
<scope>import</scope>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.springframework.boot</groupId>
7575
<artifactId>spring-boot-dependencies</artifactId>
76-
<version>3.5.4</version>
76+
<version>3.5.7</version>
7777
<type>pom</type>
7878
<scope>import</scope>
7979
</dependency>
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>com.clickhouse</groupId>
105105
<artifactId>clickhouse-jdbc</artifactId>
106-
<version>0.8.5</version>
106+
<version>0.9.2</version>
107107
<scope>provided</scope>
108108
</dependency>
109109
<dependency>
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>org.opensearch.client</groupId>
174174
<artifactId>opensearch-rest-client</artifactId>
175-
<version>2.11.0</version>
175+
<version>2.19.3</version>
176176
</dependency>
177177

178178
<!-- exclusion-->
@@ -192,17 +192,17 @@
192192
<dependency>
193193
<groupId>org.apache.commons</groupId>
194194
<artifactId>commons-compress</artifactId>
195-
<version>1.26.2</version>
195+
<version>1.28.0</version>
196196
</dependency>
197197
<dependency>
198198
<groupId>io.github.classgraph</groupId>
199199
<artifactId>classgraph</artifactId>
200-
<version>4.8.179</version>
200+
<version>4.8.184</version>
201201
</dependency>
202202
<dependency>
203203
<groupId>org.apache.commons</groupId>
204204
<artifactId>commons-lang3</artifactId>
205-
<version>3.18.0</version>
205+
<version>3.19.0</version>
206206
</dependency>
207207
</dependencies>
208208
</project>

0 commit comments

Comments
 (0)