From 46fbe24599f559727941703f6635248f1a047b80 Mon Sep 17 00:00:00 2001 From: Justin Stoller Date: Tue, 23 Apr 2024 14:39:31 -0700 Subject: [PATCH] [dnm] Test BC 1.78 I hear BC 1.77+ fails, however I have trouble running the tests locally. Putting up this PR to see what shakes out when using BC 1.78 --- lib/jopenssl/version.rb | 2 +- pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/jopenssl/version.rb b/lib/jopenssl/version.rb index 56a75d22..1482b318 100644 --- a/lib/jopenssl/version.rb +++ b/lib/jopenssl/version.rb @@ -1,6 +1,6 @@ module JOpenSSL VERSION = '0.15.0.dev' - BOUNCY_CASTLE_VERSION = '1.78' + BOUNCY_CASTLE_VERSION = '1.74' end Object.class_eval do diff --git a/pom.xml b/pom.xml index 6440e62d..ed8ddf01 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ DO NOT MODIFY - GENERATED CODE - 1.78 + 1.74 ${maven.test.skip} ${bc.versions} 2.0.1 @@ -77,22 +77,22 @@ DO NOT MODIFY - GENERATED CODE org.bouncycastle bcprov-jdk18on - 1.78 + 1.74 org.bouncycastle bcpkix-jdk18on - 1.78 + 1.74 org.bouncycastle bctls-jdk18on - 1.78 + 1.74 org.bouncycastle bcutil-jdk18on - 1.78 + 1.74 org.jruby