diff --git a/gateway-protocol/src/main/proto/gateway.proto b/gateway-protocol/src/main/proto/gateway.proto index 09366b35f2a1..259c8b81a097 100644 --- a/gateway-protocol/src/main/proto/gateway.proto +++ b/gateway-protocol/src/main/proto/gateway.proto @@ -254,7 +254,7 @@ message FailJobRequest { // this is particularly useful if a job runs out of retries and an incident is raised, // as it this message can help explain why an incident was raised string errorMessage = 3; - // the backoff timeout for the next retry + // the backoff timeout (in ms) for the next retry int64 retryBackOff = 4; } diff --git a/parent/pom.xml b/parent/pom.xml index c71832954149..8aa77e8df2da 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -93,7 +93,7 @@ 1.16.3 0.3.6 3.3.0 - 1.14.2 + 1.14.3 1.7.2 4.5.1 5.3.18