@@ -60,13 +60,13 @@ DO NOT MODIFY - GENERATED CODE
60
60
</snapshotRepository >
61
61
</distributionManagement >
62
62
<properties >
63
- <bc .versions>1.78.1 </bc .versions>
63
+ <bc .versions>1.79 </bc .versions>
64
64
<invoker .skip>${maven.test.skip} </invoker .skip>
65
65
<invoker .test>${bc.versions} </invoker .test>
66
66
<jruby .plugins.version>3.0.2</jruby .plugins.version>
67
67
<jruby .switches>-W0</jruby .switches>
68
- <jruby .version>9.1.17 .0</jruby .version>
69
- <jruby .versions>9.1.17 .0</jruby .versions>
68
+ <jruby .version>9.2.19 .0</jruby .version>
69
+ <jruby .versions>9.2.19 .0</jruby .versions>
70
70
<mavengem-wagon .version>2.0.2</mavengem-wagon .version>
71
71
<mavengem .wagon.version>2.0.2</mavengem .wagon.version>
72
72
<polyglot .dump.pom>pom.xml</polyglot .dump.pom>
@@ -77,22 +77,22 @@ DO NOT MODIFY - GENERATED CODE
77
77
<dependency >
78
78
<groupId >org.bouncycastle</groupId >
79
79
<artifactId >bcprov-jdk18on</artifactId >
80
- <version >1.78.1 </version >
80
+ <version >1.79 </version >
81
81
</dependency >
82
82
<dependency >
83
83
<groupId >org.bouncycastle</groupId >
84
84
<artifactId >bcpkix-jdk18on</artifactId >
85
- <version >1.78.1 </version >
85
+ <version >1.79 </version >
86
86
</dependency >
87
87
<dependency >
88
88
<groupId >org.bouncycastle</groupId >
89
89
<artifactId >bctls-jdk18on</artifactId >
90
- <version >1.78.1 </version >
90
+ <version >1.79 </version >
91
91
</dependency >
92
92
<dependency >
93
93
<groupId >org.bouncycastle</groupId >
94
94
<artifactId >bcutil-jdk18on</artifactId >
95
- <version >1.78.1 </version >
95
+ <version >1.79 </version >
96
96
</dependency >
97
97
<dependency >
98
98
<groupId >org.jruby</groupId >
@@ -274,6 +274,7 @@ DO NOT MODIFY - GENERATED CODE
274
274
<configuration >
275
275
<source >1.8</source >
276
276
<target >1.8</target >
277
+ <release >8</release >
277
278
<encoding >UTF-8</encoding >
278
279
<debug >true</debug >
279
280
<showWarnings >true</showWarnings >
0 commit comments