From 2d3a2c2a9b345e566efa9ba437e7c8550fb631f5 Mon Sep 17 00:00:00 2001 From: absurdfarce Date: Thu, 18 Apr 2024 13:39:26 -0500 Subject: [PATCH] Update default libuv version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9e18094db..b25dd615b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -489,7 +489,7 @@ pipeline { Run only the tests whose name matches one of the positive patterns but none of the negative patterns. \'?\' matches any single character; \'*\' matches any substring; \':\' separates two patterns.''') string( name: 'LIBUV_VERSION', - defaultValue: '1.34.0', + defaultValue: '1.38.0', description: '''

libuv version to build and use

Note: Rarely does this need to change.''') choice(