Skip to content

Commit 2885017

Browse files
authored
[deps] upgrade BC to latest 1.74 (#278)
1 parent 2584c40 commit 2885017

File tree

4 files changed

+25
-21
lines changed

4 files changed

+25
-21
lines changed

History.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.14.2
2+
3+
* [deps] upgrade BC to latest 1.74
4+
15
## 0.14.1
26

37
* [refactor] improve performance of Diffie-Hellman key exchange (#272)

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ the JRuby [mailing list][1] or the [bug tracker][2].
1414
## Compatibility
1515

1616

17-
| JRuby-OpenSSL | JRuby compat | JVM compat | supported BC |
18-
| ------------- |:-------------:| ----------:| ------------:|
19-
| 0.9.6 | 1.6.8-9.0.2 | Java 6-8 | 1.47-1.50 |
20-
| 0.9.12 | 1.6.8-9.0.5 | Java 6-8 | 1.47-1.52 |
21-
| 0.9.13 | 1.6.8-9.1.2 | Java 6-8 | 1.49-1.52 |
22-
| 0.9.14 | 1.6.8-9.1.5 | Java 6-8 | 1.49-1.54 |
23-
| 0.9.17 | 1.6.8-9.1.5 | Java 6-8 | 1.50-1.54 |
24-
| ~>0.9.18 | 1.6.8-9.1.x | Java 6-8 | 1.50-1.55 |
25-
| 0.10.0 | 1.7.20-9.2.x | Java 7-10 | 1.55-1.59 |
26-
| 0.10.3 | 1.7.20-9.2.x | Java 7-11 | 1.56-1.62 |
27-
| ~>0.10.5 | 1.7.20-9.3.x | Java 7-11 | 1.60-1.68 |
28-
| ~>0.11.x | 9.0.x-9.3.x | Java 7-11 | 1.62-1.68 |
29-
| ~>0.12.x | 9.1.x-9.3.x | Java 8-15 | 1.65-1.68 |
30-
| ~>0.13.x | 9.1.x-9.3.x | Java 8-17 | 1.68-1.69 |
31-
| ~>0.14.x | 9.1.x-9.3.x | Java 8-17 | 1.71 |
17+
| JRuby-OpenSSL | JRuby compat | JVM compat | supported BC |
18+
| ------------- |:------------:| ----------:|-------------:|
19+
| 0.9.6 | 1.6.8-9.0.2 | Java 6-8 | 1.47-1.50 |
20+
| 0.9.12 | 1.6.8-9.0.5 | Java 6-8 | 1.47-1.52 |
21+
| 0.9.13 | 1.6.8-9.1.2 | Java 6-8 | 1.49-1.52 |
22+
| 0.9.14 | 1.6.8-9.1.5 | Java 6-8 | 1.49-1.54 |
23+
| 0.9.17 | 1.6.8-9.1.5 | Java 6-8 | 1.50-1.54 |
24+
| ~>0.9.18 | 1.6.8-9.1.x | Java 6-8 | 1.50-1.55 |
25+
| 0.10.0 | 1.7.20-9.2.x | Java 7-10 | 1.55-1.59 |
26+
| 0.10.3 | 1.7.20-9.2.x | Java 7-11 | 1.56-1.62 |
27+
| ~>0.10.5 | 1.7.20-9.3.x | Java 7-11 | 1.60-1.68 |
28+
| ~>0.11.x | 9.0.x-9.3.x | Java 7-11 | 1.62-1.68 |
29+
| ~>0.12.x | 9.1.x-9.3.x | Java 8-15 | 1.65-1.68 |
30+
| ~>0.13.x | 9.1.x-9.4.x | Java 8-17 | 1.68-1.69 |
31+
| ~>0.14.x | 9.1.x-9.4.x | Java 8-17 | 1.71-1.74 |
3232

3333
NOTE: backwards JRuby compatibility was not handled for versions <= **0.9.6**
3434

lib/jopenssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module JOpenSSL
22
VERSION = '0.14.2.dev'
3-
BOUNCY_CASTLE_VERSION = '1.71'
3+
BOUNCY_CASTLE_VERSION = '1.74'
44
end
55

66
Object.class_eval do

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ DO NOT MODIFY - GENERATED CODE
6060
</snapshotRepository>
6161
</distributionManagement>
6262
<properties>
63-
<bc.versions>1.71</bc.versions>
63+
<bc.versions>1.74</bc.versions>
6464
<invoker.skip>${maven.test.skip}</invoker.skip>
6565
<invoker.test>${bc.versions}</invoker.test>
6666
<jruby.plugins.version>2.0.1</jruby.plugins.version>
@@ -77,22 +77,22 @@ DO NOT MODIFY - GENERATED CODE
7777
<dependency>
7878
<groupId>org.bouncycastle</groupId>
7979
<artifactId>bcprov-jdk18on</artifactId>
80-
<version>1.71</version>
80+
<version>1.74</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.bouncycastle</groupId>
8484
<artifactId>bcpkix-jdk18on</artifactId>
85-
<version>1.71</version>
85+
<version>1.74</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.bouncycastle</groupId>
8989
<artifactId>bctls-jdk18on</artifactId>
90-
<version>1.71</version>
90+
<version>1.74</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.bouncycastle</groupId>
9494
<artifactId>bcutil-jdk18on</artifactId>
95-
<version>1.71</version>
95+
<version>1.74</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.jruby</groupId>

0 commit comments

Comments
 (0)