| 
12 | 12 |     <packaging>jar</packaging>  | 
13 | 13 | 
 
  | 
14 | 14 |     <artifactId>testcontainers-annotations</artifactId>  | 
15 |  | -    <version>3.2.1</version>  | 
 | 15 | +    <version>3.2.2</version>  | 
16 | 16 | 
 
  | 
17 | 17 |     <name>testcontainers-annotations</name>  | 
18 | 18 |     <description>testcontainers-annotations</description>  | 
 | 
43 | 43 |         <kafka-common-lib.version>0.0.3</kafka-common-lib.version>  | 
44 | 44 |         <geck.version>1.0.2</geck.version>  | 
45 | 45 |         <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>  | 
48 | 48 |         <checkstyle.config.suppressions.path>./src/main/resources/checkstyle/checkstyle-suppressions.xml  | 
49 | 49 |         </checkstyle.config.suppressions.path>  | 
50 | 50 |     </properties>  | 
 | 
59 | 59 |         <dependency>  | 
60 | 60 |             <groupId>org.springframework.boot</groupId>  | 
61 | 61 |             <artifactId>spring-boot-starter-test</artifactId>  | 
62 |  | -            <version>3.4.5</version>  | 
 | 62 | +            <version>3.5.4</version>  | 
63 | 63 |             <scope>provided</scope>  | 
64 | 64 |         </dependency>  | 
65 | 65 | 
 
  | 
 | 
73 | 73 |         <dependency>  | 
74 | 74 |             <groupId>com.clickhouse</groupId>  | 
75 | 75 |             <artifactId>clickhouse-jdbc</artifactId>  | 
76 |  | -            <version>0.8.5</version>  | 
 | 76 | +            <version>0.9.0</version>  | 
77 | 77 |             <scope>provided</scope>  | 
78 | 78 |         </dependency>  | 
79 | 79 |         <dependency>  | 
 | 
141 | 141 |         <dependency>  | 
142 | 142 |             <groupId>com.fasterxml.jackson.core</groupId>  | 
143 | 143 |             <artifactId>jackson-databind</artifactId>  | 
144 |  | -            <version>2.19.0</version>  | 
 | 144 | +            <version>2.19.2</version>  | 
145 | 145 |         </dependency>  | 
146 | 146 |         <dependency>  | 
147 | 147 |             <groupId>org.jeasy</groupId>  | 
 | 
151 | 151 |         <dependency>  | 
152 | 152 |             <groupId>org.awaitility</groupId>  | 
153 | 153 |             <artifactId>awaitility</artifactId>  | 
154 |  | -            <version>4.2.0</version>  | 
 | 154 | +            <version>4.3.0</version>  | 
155 | 155 |         </dependency>  | 
156 | 156 |         <dependency>  | 
157 | 157 |             <groupId>org.opensearch.client</groupId>  | 
158 | 158 |             <artifactId>opensearch-rest-client</artifactId>  | 
159 |  | -            <version>2.11.0</version>  | 
 | 159 | +            <version>2.19.3</version>  | 
160 | 160 |         </dependency>  | 
161 | 161 | 
 
  | 
162 | 162 |         <!-- exclusion-->  | 
163 | 163 |         <dependency>  | 
164 | 164 |             <groupId>org.springframework.kafka</groupId>  | 
165 | 165 |             <artifactId>spring-kafka</artifactId>  | 
166 |  | -            <version>3.3.5</version>  | 
 | 166 | +            <version>3.3.8</version>  | 
167 | 167 |             <scope>provided</scope>  | 
168 | 168 |         </dependency>  | 
169 | 169 |         <dependency>  | 
 | 
174 | 174 |         <dependency>  | 
175 | 175 |             <groupId>net.minidev</groupId>  | 
176 | 176 |             <artifactId>json-smart</artifactId>  | 
177 |  | -            <version>2.4.9</version>  | 
 | 177 | +            <version>2.5.2</version>  | 
178 | 178 |         </dependency>  | 
179 | 179 |         <dependency>  | 
180 | 180 |             <groupId>org.apache.commons</groupId>  | 
181 | 181 |             <artifactId>commons-compress</artifactId>  | 
182 |  | -            <version>1.26.2</version>  | 
 | 182 | +            <version>1.27.1</version>  | 
183 | 183 |         </dependency>  | 
184 | 184 |         <dependency>  | 
185 | 185 |             <groupId>io.github.classgraph</groupId>  | 
186 | 186 |             <artifactId>classgraph</artifactId>  | 
187 |  | -            <version>4.8.179</version>  | 
 | 187 | +            <version>4.8.181</version>  | 
188 | 188 |         </dependency>  | 
189 | 189 |     </dependencies>  | 
190 | 190 | </project>  | 
0 commit comments