From 2c2f4564be728d9a3b8fc217bc4771ab24467699 Mon Sep 17 00:00:00 2001 From: Karol Bucek Date: Tue, 8 Aug 2023 12:32:40 +0200 Subject: [PATCH] [deps] update jruby-openssl to 0.14.2 (#7877) Signed-off-by: Chad Wilson Co-authored-by: Chad Wilson --- lib/pom.rb | 2 +- lib/pom.xml | 8 ++++---- test/check_versions.sh | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/pom.rb b/lib/pom.rb index cad9bbfcbe2..6b03f77ca44 100644 --- a/lib/pom.rb +++ b/lib/pom.rb @@ -30,7 +30,7 @@ def log(message=nil) ['io-console', '0.5.9'], ['jar-dependencies', '0.4.1'], ['jruby-readline', '1.3.7'], - ['jruby-openssl', '0.14.1'], + ['jruby-openssl', '0.14.2'], ['json', '2.5.1'], ['logger', '1.5.1'], ['matrix', '0.3.0'], diff --git a/lib/pom.xml b/lib/pom.xml index cfc4fb9701c..97e3cf1e326 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -203,7 +203,7 @@ DO NOT MODIFY - GENERATED CODE rubygems jruby-openssl - 0.14.1 + 0.14.2 gem provided @@ -572,7 +572,7 @@ DO NOT MODIFY - GENERATED CODE specifications/io-console-0.5.9* specifications/jar-dependencies-0.4.1* specifications/jruby-readline-1.3.7* - specifications/jruby-openssl-0.14.1* + specifications/jruby-openssl-0.14.2* specifications/json-2.5.1* specifications/logger-1.5.1* specifications/matrix-0.3.0* @@ -611,7 +611,7 @@ DO NOT MODIFY - GENERATED CODE gems/io-console-0.5.9*/**/* gems/jar-dependencies-0.4.1*/**/* gems/jruby-readline-1.3.7*/**/* - gems/jruby-openssl-0.14.1*/**/* + gems/jruby-openssl-0.14.2*/**/* gems/json-2.5.1*/**/* gems/logger-1.5.1*/**/* gems/matrix-0.3.0*/**/* @@ -650,7 +650,7 @@ DO NOT MODIFY - GENERATED CODE cache/io-console-0.5.9* cache/jar-dependencies-0.4.1* cache/jruby-readline-1.3.7* - cache/jruby-openssl-0.14.1* + cache/jruby-openssl-0.14.2* cache/json-2.5.1* cache/logger-1.5.1* cache/matrix-0.3.0* diff --git a/test/check_versions.sh b/test/check_versions.sh index 56f970bf1ca..6bf7f2cce7f 100755 --- a/test/check_versions.sh +++ b/test/check_versions.sh @@ -31,7 +31,7 @@ function check { if [[ $length -gt $max ]] then - echo size of $archive expected smaller then $max but got $length + echo size of $archive expected smaller than $max but got $length failed[0]=1 fi @@ -61,11 +61,11 @@ function check { } -check lib/target/jruby-stdlib-$jar_version.jar 14 +check lib/target/jruby-stdlib-$jar_version.jar 16 check maven/jruby-jars/pkg/jruby-jars-$gem_version.gem 30 check maven/jruby-jars/lib/jruby-core-$jar_version-complete.jar 16 -check maven/jruby-jars/lib/jruby-stdlib-$jar_version.jar 14 -check maven/jruby-complete/target/jruby-complete-$jar_version.jar 30 +check maven/jruby-jars/lib/jruby-stdlib-$jar_version.jar 16 +check maven/jruby-complete/target/jruby-complete-$jar_version.jar 32 check maven/jruby/target/jruby-$jar_version.jar 9 check maven/jruby-dist/target/jruby-dist-$jar_version-bin.tar.gz 45 jruby-$jar_version check maven/jruby-dist/target/jruby-dist-$jar_version-src.zip 20 jruby-$jar_version