Skip to content

Commit 755a530

Browse files
Update all non-major maven dependencies
1 parent fdd47c0 commit 755a530

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 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.2.1</version>
15+
<version>3.2.2</version>
1616

1717
<name>testcontainers-annotations</name>
1818
<description>testcontainers-annotations</description>
@@ -43,8 +43,8 @@
4343
<kafka-common-lib.version>0.0.3</kafka-common-lib.version>
4444
<geck.version>1.0.2</geck.version>
4545
<lombok.version>1.18.38</lombok.version>
46-
<testcontainers.version>1.21.0</testcontainers.version>
47-
<junit-jupiter.version>5.11.4</junit-jupiter.version>
46+
<testcontainers.version>1.21.3</testcontainers.version>
47+
<junit-jupiter.version>5.13.4</junit-jupiter.version>
4848
<checkstyle.config.suppressions.path>./src/main/resources/checkstyle/checkstyle-suppressions.xml
4949
</checkstyle.config.suppressions.path>
5050
</properties>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.springframework.boot</groupId>
6161
<artifactId>spring-boot-starter-test</artifactId>
62-
<version>3.4.5</version>
62+
<version>3.5.4</version>
6363
<scope>provided</scope>
6464
</dependency>
6565

@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.clickhouse</groupId>
7575
<artifactId>clickhouse-jdbc</artifactId>
76-
<version>0.8.5</version>
76+
<version>0.9.1</version>
7777
<scope>provided</scope>
7878
</dependency>
7979
<dependency>
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>com.fasterxml.jackson.core</groupId>
143143
<artifactId>jackson-databind</artifactId>
144-
<version>2.19.0</version>
144+
<version>2.19.2</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.jeasy</groupId>
@@ -151,19 +151,19 @@
151151
<dependency>
152152
<groupId>org.awaitility</groupId>
153153
<artifactId>awaitility</artifactId>
154-
<version>4.2.0</version>
154+
<version>4.3.0</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>org.opensearch.client</groupId>
158158
<artifactId>opensearch-rest-client</artifactId>
159-
<version>2.11.0</version>
159+
<version>2.19.3</version>
160160
</dependency>
161161

162162
<!-- exclusion-->
163163
<dependency>
164164
<groupId>org.springframework.kafka</groupId>
165165
<artifactId>spring-kafka</artifactId>
166-
<version>3.3.5</version>
166+
<version>3.3.8</version>
167167
<scope>provided</scope>
168168
</dependency>
169169
<dependency>
@@ -174,17 +174,17 @@
174174
<dependency>
175175
<groupId>net.minidev</groupId>
176176
<artifactId>json-smart</artifactId>
177-
<version>2.4.9</version>
177+
<version>2.6.0</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>org.apache.commons</groupId>
181181
<artifactId>commons-compress</artifactId>
182-
<version>1.26.2</version>
182+
<version>1.28.0</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>io.github.classgraph</groupId>
186186
<artifactId>classgraph</artifactId>
187-
<version>4.8.179</version>
187+
<version>4.8.181</version>
188188
</dependency>
189189
</dependencies>
190190
</project>

0 commit comments

Comments
 (0)