|
5 | 5 | <parent> |
6 | 6 | <artifactId>kafka-webview</artifactId> |
7 | 7 | <groupId>org.sourcelab</groupId> |
8 | | - <version>2.9.0</version> |
| 8 | + <version>2.9.1</version> |
9 | 9 | </parent> |
10 | 10 | <modelVersion>4.0.0</modelVersion> |
11 | 11 | <artifactId>kafka-webview-ui</artifactId> |
12 | | - <version>2.9.0</version> |
| 12 | + <version>2.9.1</version> |
13 | 13 |
|
14 | 14 | <!-- Module Description and Ownership --> |
15 | 15 | <name>Kafka WebView UI</name> |
|
32 | 32 | <java.version>1.8</java.version> |
33 | 33 |
|
34 | 34 | <!-- Dependency versions --> |
35 | | - <avro.version>1.11.0</avro.version> |
| 35 | + <avro.version>1.11.1</avro.version> |
36 | 36 | <bootstrap.version>4.0.0-beta</bootstrap.version> |
37 | | - <kafka.version>2.8.1</kafka.version> |
38 | | - <protobuf.version>3.20.0</protobuf.version> |
| 37 | + <kafka.version>2.8.2</kafka.version> |
| 38 | + <protobuf.version>3.21.9</protobuf.version> |
39 | 39 | <thymeleaf.version>3.0.15.RELEASE</thymeleaf.version> |
40 | 40 | <guava.version>31.1-jre</guava.version> |
41 | 41 | </properties> |
|
73 | 73 | <dependency> |
74 | 74 | <groupId>nz.net.ultraq.thymeleaf</groupId> |
75 | 75 | <artifactId>thymeleaf-layout-dialect</artifactId> |
76 | | - <version>3.0.0</version> |
| 76 | + <version>3.1.0</version> |
77 | 77 | </dependency> |
78 | 78 | <dependency> |
79 | 79 | <groupId>org.thymeleaf.extras</groupId> |
|
161 | 161 | <dependency> |
162 | 162 | <groupId>com.hubspot.jackson</groupId> |
163 | 163 | <artifactId>jackson-datatype-protobuf</artifactId> |
164 | | - <version>0.9.12</version> |
| 164 | + <version>0.9.13</version> |
165 | 165 | <exclusions> |
166 | 166 | <!-- exclude out-dated dependency --> |
167 | 167 | <exclusion> |
|
230 | 230 | <dependency> |
231 | 231 | <groupId>com.salesforce.kafka.test</groupId> |
232 | 232 | <artifactId>kafka-junit4</artifactId> |
233 | | - <version>3.2.3</version> |
| 233 | + <version>3.2.4</version> |
234 | 234 | <scope>test</scope> |
235 | 235 | </dependency> |
236 | 236 | <dependency> |
|
263 | 263 | <dependency> |
264 | 264 | <groupId>org.zapodot</groupId> |
265 | 265 | <artifactId>embedded-ldap-junit</artifactId> |
266 | | - <version>0.8.1</version> |
| 266 | + <version>0.9.0</version> |
267 | 267 | <scope>test</scope> |
268 | 268 | </dependency> |
269 | 269 | </dependencies> |
|
0 commit comments