File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ com.kohlschutter.junixsocket:junixsocket-core = 0xB5C082F1158B8C92AE3E5E1C29B8FE
20
20
com.kohlschutter.junixsocket:junixsocket-native-common = 0xB5C082F1158B8C92AE3E5E1C29B8FEA02804261C
21
21
commons-io:commons-io = 0x2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB
22
22
org.apiguardian:apiguardian-api = 0xFF6E2C001948C5F2F38B0CC385911F425EC61B51
23
- org.bouncycastle:bcpg-jdk18on = 0x7B121B76A7ED6CE6E60AD51784E913A8E3A748C0
24
- org.bouncycastle:bcprov-jdk18on = 0x7B121B76A7ED6CE6E60AD51784E913A8E3A748C0
23
+ org.bouncycastle = 0x7B121B76A7ED6CE6E60AD51784E913A8E3A748C0
25
24
org.junit.jupiter:junit-jupiter-api = 0xFF6E2C001948C5F2F38B0CC385911F425EC61B51
26
25
org.junit.jupiter:junit-jupiter-params = 0xFF6E2C001948C5F2F38B0CC385911F425EC61B51
27
26
org.junit.platform:junit-platform-commons = 0xFF6E2C001948C5F2F38B0CC385911F425EC61B51
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ under the License.
63
63
<javaVersion >8</javaVersion >
64
64
<mavenVersion >3.9.6</mavenVersion >
65
65
<resolverVersion >1.9.18</resolverVersion >
66
- <bouncycastleVersion >1.77 </bouncycastleVersion >
66
+ <bouncycastleVersion >1.78 </bouncycastleVersion >
67
67
<project .build.outputTimestamp>2024-03-23T21:55:20Z</project .build.outputTimestamp>
68
68
<resource .delimiter>@</resource .delimiter>
69
69
</properties >
@@ -150,10 +150,15 @@ under the License.
150
150
<artifactId >bcprov-jdk18on</artifactId >
151
151
<version >${bouncycastleVersion} </version >
152
152
</dependency >
153
+ <dependency >
154
+ <groupId >org.bouncycastle</groupId >
155
+ <artifactId >bcutil-jdk18on</artifactId >
156
+ <version >${bouncycastleVersion} </version >
157
+ </dependency >
153
158
<dependency >
154
159
<groupId >com.kohlschutter.junixsocket</groupId >
155
160
<artifactId >junixsocket-core</artifactId >
156
- <version >2.9.0 </version >
161
+ <version >2.9.1 </version >
157
162
<type >pom</type >
158
163
</dependency >
159
164
<!-- These two below must go in pair -->
You can’t perform that action at this time.
0 commit comments