|
153 | 153 | <!-- NOTE: this version should ideally be in sync' with that used by Helidon microprofile --> |
154 | 154 | <eclipse.mp.health.version>4.0.1</eclipse.mp.health.version> |
155 | 155 | <!-- NOTE: this version should ideally be in sync' with that used by Helidon microprofile --> |
156 | | - <eclipse.mp.metrics.version>5.1.1</eclipse.mp.metrics.version> |
| 156 | + <eclipse.mp.metrics.version>5.1.2</eclipse.mp.metrics.version> |
157 | 157 | <fastutil.version>8.5.14</fastutil.version> |
158 | 158 | <felix.version>6.0.4</felix.version> |
159 | 159 | <glassfish.el.version>4.0.2</glassfish.el.version> |
|
170 | 170 | typically matching the patch component of the GraalVM image tag above (ie. 21.0.4 => 23.1.4) |
171 | 171 | --> |
172 | 172 | <graalvm.version>23.1.4</graalvm.version> |
173 | | - <grpc.version>1.66.0</grpc.version> |
| 173 | + <grpc.version>1.65.1</grpc.version> |
174 | 174 | <!-- |
175 | 175 | This is a workaround for the fact that newer versions of the gRPC ProtoBuf compiler do not work on |
176 | 176 | Oracle Linux 7 so the builds fail in RQ and Jenkins. |
|
189 | 189 | This is not always possible if we need to bump versions for CVE's |
190 | 190 | --> |
191 | 191 | <!-- When running tests with Java 21 we will use Helidon 4 --> |
192 | | - <helidon.version.4>4.1.2</helidon.version.4> |
| 192 | + <helidon.version.4>4.1.5</helidon.version.4> |
193 | 193 | <!-- When running tests with Java 17 we will use Helidon 3 (this will be set using the helidon3 profile) --> |
194 | | - <helidon.version.3>3.2.10</helidon.version.3> |
| 194 | + <helidon.version.3>3.2.11</helidon.version.3> |
195 | 195 | <!-- This is the property that sets the version used by other modules (we default to Helidon 4) --> |
196 | 196 | <helidon.version>${helidon.version.4}</helidon.version> |
197 | 197 |
|
|
228 | 228 | <jaxb-impl.version>4.0.3</jaxb-impl.version> |
229 | 229 | <!-- NOTE: this version should ideally be in sync' with that used by Helidon |
230 | 230 | This is not always possible if we need to bump versions for CVE's --> |
231 | | - <jersey.version>3.1.8</jersey.version> |
| 231 | + <jersey.version>3.1.9</jersey.version> |
232 | 232 | <jettison.version>1.5.4</jettison.version> |
233 | 233 | <jhdf.version>0.7.0-alpha</jhdf.version> |
234 | 234 | <jline.version>3.25.0</jline.version> |
|
237 | 237 | <micrometer.version>1.11.3</micrometer.version> |
238 | 238 | <!-- NOTE: this version should ideally be in sync' with that used by Helidon |
239 | 239 | This is not always possible if we need to bump versions for CVE's --> |
240 | | - <netty.version>4.1.111.Final</netty.version> |
| 240 | + <netty.version>4.1.115.Final</netty.version> |
241 | 241 | <opentelemetry.version>1.29.0</opentelemetry.version> |
242 | 242 | <opentelemetry.proto.version>1.0.0-alpha</opentelemetry.proto.version> |
243 | 243 | <opentracing.grpc.version>0.2.3</opentracing.grpc.version> |
|
0 commit comments