Skip to content

Commit

Permalink
[deps] update jruby-openssl to 0.14.2 (jruby#7877)
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
Co-authored-by: Chad Wilson <chadw@thoughtworks.com>
  • Loading branch information
kares and chadlwilson authored Aug 8, 2023
1 parent cc1011a commit 2c2f456
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
8 changes: 4 additions & 4 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.14.1</version>
<version>0.14.2</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -572,7 +572,7 @@ DO NOT MODIFY - GENERATED CODE
<include>specifications/io-console-0.5.9*</include>
<include>specifications/jar-dependencies-0.4.1*</include>
<include>specifications/jruby-readline-1.3.7*</include>
<include>specifications/jruby-openssl-0.14.1*</include>
<include>specifications/jruby-openssl-0.14.2*</include>
<include>specifications/json-2.5.1*</include>
<include>specifications/logger-1.5.1*</include>
<include>specifications/matrix-0.3.0*</include>
Expand Down Expand Up @@ -611,7 +611,7 @@ DO NOT MODIFY - GENERATED CODE
<include>gems/io-console-0.5.9*/**/*</include>
<include>gems/jar-dependencies-0.4.1*/**/*</include>
<include>gems/jruby-readline-1.3.7*/**/*</include>
<include>gems/jruby-openssl-0.14.1*/**/*</include>
<include>gems/jruby-openssl-0.14.2*/**/*</include>
<include>gems/json-2.5.1*/**/*</include>
<include>gems/logger-1.5.1*/**/*</include>
<include>gems/matrix-0.3.0*/**/*</include>
Expand Down Expand Up @@ -650,7 +650,7 @@ DO NOT MODIFY - GENERATED CODE
<include>cache/io-console-0.5.9*</include>
<include>cache/jar-dependencies-0.4.1*</include>
<include>cache/jruby-readline-1.3.7*</include>
<include>cache/jruby-openssl-0.14.1*</include>
<include>cache/jruby-openssl-0.14.2*</include>
<include>cache/json-2.5.1*</include>
<include>cache/logger-1.5.1*</include>
<include>cache/matrix-0.3.0*</include>
Expand Down
8 changes: 4 additions & 4 deletions test/check_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2c2f456

Please sign in to comment.