|
58 | 58 | <dependency>
|
59 | 59 | <groupId>org.apache.kafka</groupId>
|
60 | 60 | <artifactId>kafka-clients</artifactId>
|
61 |
| - <version>3.8.1</version> |
| 61 | + <version>3.9.0</version> |
62 | 62 | </dependency>
|
63 | 63 |
|
64 | 64 | <!-- For tests -->
|
65 | 65 | <dependency>
|
66 | 66 | <groupId>org.testcontainers</groupId>
|
67 | 67 | <artifactId>kafka</artifactId>
|
68 |
| - <version>1.20.3</version> |
| 68 | + <version>1.20.4</version> |
69 | 69 | <scope>test</scope>
|
70 | 70 | </dependency>
|
71 | 71 | <dependency>
|
|
77 | 77 | <dependency>
|
78 | 78 | <groupId>org.testcontainers</groupId>
|
79 | 79 | <artifactId>junit-jupiter</artifactId>
|
80 |
| - <version>1.20.3</version> |
| 80 | + <version>1.20.4</version> |
81 | 81 | <scope>test</scope>
|
82 | 82 | </dependency>
|
83 | 83 | <dependency>
|
84 | 84 | <groupId>org.jboss.resteasy</groupId>
|
85 | 85 | <artifactId>resteasy-client</artifactId>
|
86 |
| - <version>6.2.10.Final</version> |
| 86 | + <version>6.2.11.Final</version> |
87 | 87 | <scope>test</scope>
|
88 | 88 | </dependency>
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.jboss.resteasy</groupId>
|
91 | 91 | <artifactId>resteasy-json-binding-provider</artifactId>
|
92 |
| - <version>6.2.10.Final</version> |
| 92 | + <version>6.2.11.Final</version> |
93 | 93 | <scope>test</scope>
|
94 | 94 | </dependency>
|
95 | 95 | </dependencies>
|
|
124 | 124 | <plugin>
|
125 | 125 | <groupId>org.apache.maven.plugins</groupId>
|
126 | 126 | <artifactId>maven-surefire-plugin</artifactId>
|
127 |
| - <version>3.5.1</version> |
| 127 | + <version>3.5.2</version> |
128 | 128 | </plugin>
|
129 | 129 |
|
130 | 130 | <!-- Plugin to run integration tests -->
|
131 | 131 | <plugin>
|
132 | 132 | <groupId>org.apache.maven.plugins</groupId>
|
133 | 133 | <artifactId>maven-failsafe-plugin</artifactId>
|
134 |
| - <version>3.5.1</version> |
| 134 | + <version>3.5.2</version> |
135 | 135 | <executions>
|
136 | 136 | <execution>
|
137 | 137 | <goals>
|
|
0 commit comments