|
176 | 176 | typically matching the patch component of the GraalVM image tag above (ie. 21.0.4 => 23.1.4) |
177 | 177 | --> |
178 | 178 | <graalvm.version>24.2.1</graalvm.version> |
179 | | - <grpc.version>1.73.0</grpc.version> |
| 179 | + <grpc.version>1.75.0</grpc.version> |
180 | 180 | <!-- |
181 | 181 | This is a workaround for the fact that newer versions of the gRPC ProtoBuf compiler do not work on |
182 | 182 | Oracle Linux 7 so the builds fail in RQ and Jenkins. |
183 | 183 | Ideally this version should really be the same as the grpc.version property above, but it seems we |
184 | 184 | are stuck on this version. |
185 | 185 | This is only used for gRPC code generation at build time, it is not a runtime dependency. |
186 | 186 | --> |
187 | | - <grpc.protoc.version>1.73.0</grpc.protoc.version> |
| 187 | + <grpc.protoc.version>1.75.0</grpc.protoc.version> |
188 | 188 | <!-- |
189 | 189 | NOTE: changing this version may mean updating other dependencies to match versions that Helidon uses: |
190 | 190 | eclipse.mp.config.version |
|
197 | 197 | <!-- Force use of a higher version of gson to get CVE fixes --> |
198 | 198 | <gson.version>2.13.1</gson.version> |
199 | 199 | <!-- When running tests with Java 21 we will use Helidon 4 --> |
200 | | - <helidon.version.4>4.3.0-M1</helidon.version.4> |
| 200 | + <helidon.version.4>4.3.0-M2</helidon.version.4> |
201 | 201 | <!-- When running tests with Java 17 we will use Helidon 3 (this will be set using the helidon3 profile) --> |
202 | | - <helidon.version.3>3.2.12</helidon.version.3> |
| 202 | + <helidon.version.3>3.2.15</helidon.version.3> |
203 | 203 | <!-- This is the property that sets the version used by other modules (we default to Helidon 4) --> |
204 | 204 | <helidon.version>${helidon.version.4}</helidon.version> |
205 | 205 |
|
|
245 | 245 | <micrometer.version>1.13.4</micrometer.version> |
246 | 246 | <!-- NOTE: this version should ideally be in sync' with that used by Helidon |
247 | 247 | This is not always possible if we need to bump versions for CVE's --> |
248 | | - <netty.version>4.1.124.Final</netty.version> |
| 248 | + <netty.version>4.1.127.Final</netty.version> |
249 | 249 | <ok.http.version>5.1.0</ok.http.version> |
250 | 250 | <opentelemetry.version>1.52.0</opentelemetry.version> |
251 | 251 | <opentelemetry.grpc.version>2.14.0-alpha</opentelemetry.grpc.version> |
|
0 commit comments