|
16 | 16 | <properties> |
17 | 17 | <!-- exclusion expression for e2e tests --> |
18 | 18 | <testExclusions>**/e2e/*.java</testExclusions> |
19 | | - <io.grpc.version>1.76.0</io.grpc.version> |
| 19 | + <io.grpc.version>1.77.0</io.grpc.version> |
20 | 20 | <!-- caution - updating this will break compatibility with older protobuf-java versions --> |
21 | 21 | <protobuf-java.min.version>3.25.6</protobuf-java.min.version> |
22 | 22 | </properties> |
|
64 | 64 | <!-- we only support unix sockets on linux, via epoll native lib --> |
65 | 65 | <groupId>io.netty</groupId> |
66 | 66 | <artifactId>netty-transport-native-epoll</artifactId> |
67 | | - <version>4.2.6.Final</version> |
| 67 | + <version>4.2.7.Final</version> |
68 | 68 | <!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions --> |
69 | 69 | <classifier>linux-x86_64</classifier> |
70 | 70 | </dependency> |
71 | 71 |
|
72 | 72 | <dependency> |
73 | 73 | <groupId>com.fasterxml.jackson.core</groupId> |
74 | 74 | <artifactId>jackson-databind</artifactId> |
75 | | - <version>2.20.0</version> |
| 75 | + <version>2.20.1</version> |
76 | 76 | </dependency> |
77 | 77 |
|
78 | 78 | <dependency> |
|
117 | 117 | <dependency> |
118 | 118 | <groupId>org.apache.commons</groupId> |
119 | 119 | <artifactId>commons-lang3</artifactId> |
120 | | - <version>3.18.0</version> |
| 120 | + <version>3.20.0</version> |
121 | 121 | </dependency> |
122 | 122 |
|
123 | 123 | <dependency> |
|
135 | 135 | <dependency> |
136 | 136 | <groupId>commons-codec</groupId> |
137 | 137 | <artifactId>commons-codec</artifactId> |
138 | | - <version>1.18.0</version> |
| 138 | + <version>1.20.0</version> |
139 | 139 | </dependency> |
140 | 140 |
|
141 | 141 | <dependency> |
|
147 | 147 | <dependency> |
148 | 148 | <groupId>org.testcontainers</groupId> |
149 | 149 | <artifactId>testcontainers</artifactId> |
150 | | - <version>1.21.3</version> |
| 150 | + <version>2.0.2</version> |
151 | 151 | <scope>test</scope> |
152 | 152 | </dependency> |
153 | 153 | <dependency> |
154 | 154 | <groupId>org.testcontainers</groupId> |
155 | | - <artifactId>junit-jupiter</artifactId> |
156 | | - <version>1.21.3</version> |
| 155 | + <artifactId>testcontainers-junit-jupiter</artifactId> |
| 156 | + <version>2.0.2</version> |
157 | 157 | <scope>test</scope> |
158 | 158 | </dependency> |
159 | 159 | <dependency> |
|
162 | 162 | <version>5.5.6</version> |
163 | 163 | <scope>test</scope> |
164 | 164 | </dependency> |
| 165 | + <dependency> |
| 166 | + <groupId>commons-io</groupId> |
| 167 | + <artifactId>commons-io</artifactId> |
| 168 | + <version>2.21.0</version> |
| 169 | + <scope>test</scope> |
| 170 | + </dependency> |
165 | 171 | <!-- uncomment for logoutput during test runs --> |
166 | 172 | <dependency> |
167 | 173 | <groupId>org.slf4j</groupId> |
|
180 | 186 | <!-- caution - updating this will break compatibility with older protobuf-java versions --> |
181 | 187 | <version>${protobuf-java.min.version}</version> |
182 | 188 | </dependency> |
183 | | - |
184 | | - <!-- temporary override for https://www.cve.org/CVERecord?id=CVE-2025-58057 --> |
185 | | - <dependency> |
186 | | - <groupId>io.netty</groupId> |
187 | | - <artifactId>netty-codec-http2</artifactId> |
188 | | - <version>4.1.125.Final</version> |
189 | | - </dependency> |
190 | 189 | </dependencies> |
191 | | - |
192 | 190 | </dependencyManagement> |
193 | 191 |
|
194 | 192 | <build> |
|
205 | 203 | <plugin> |
206 | 204 | <groupId>org.codehaus.mojo</groupId> |
207 | 205 | <artifactId>exec-maven-plugin</artifactId> |
208 | | - <version>3.6.0</version> |
| 206 | + <version>3.6.2</version> |
209 | 207 | <executions> |
210 | 208 | <execution> |
211 | 209 | <id>update-schemas-submodule</id> |
|
306 | 304 | <plugin> |
307 | 305 | <groupId>org.codehaus.mojo</groupId> |
308 | 306 | <artifactId>exec-maven-plugin</artifactId> |
309 | | - <version>3.6.0</version> |
| 307 | + <version>3.6.2</version> |
310 | 308 | <executions> |
311 | 309 | <execution> |
312 | 310 | <id>update-test-harness-submodule</id> |
|
0 commit comments