Skip to content

Commit fc2efa3

Browse files
authored
[MGPG-123][MGPG-124] Dependency upgrades (#93)
Upgrade: * Bouncycastle to 1.78 * junixsocket to 2.9.1 --- https://issues.apache.org/jira/browse/MGPG-123 https://issues.apache.org/jira/browse/MGPG-124
1 parent 50222d3 commit fc2efa3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

pgp-keys-map.list

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ com.kohlschutter.junixsocket:junixsocket-core = 0xB5C082F1158B8C92AE3E5E1C29B8FE
2020
com.kohlschutter.junixsocket:junixsocket-native-common = 0xB5C082F1158B8C92AE3E5E1C29B8FEA02804261C
2121
commons-io:commons-io = 0x2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB
2222
org.apiguardian:apiguardian-api = 0xFF6E2C001948C5F2F38B0CC385911F425EC61B51
23-
org.bouncycastle:bcpg-jdk18on = 0x7B121B76A7ED6CE6E60AD51784E913A8E3A748C0
24-
org.bouncycastle:bcprov-jdk18on = 0x7B121B76A7ED6CE6E60AD51784E913A8E3A748C0
23+
org.bouncycastle = 0x7B121B76A7ED6CE6E60AD51784E913A8E3A748C0
2524
org.junit.jupiter:junit-jupiter-api = 0xFF6E2C001948C5F2F38B0CC385911F425EC61B51
2625
org.junit.jupiter:junit-jupiter-params = 0xFF6E2C001948C5F2F38B0CC385911F425EC61B51
2726
org.junit.platform:junit-platform-commons = 0xFF6E2C001948C5F2F38B0CC385911F425EC61B51

pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ under the License.
6363
<javaVersion>8</javaVersion>
6464
<mavenVersion>3.9.6</mavenVersion>
6565
<resolverVersion>1.9.18</resolverVersion>
66-
<bouncycastleVersion>1.77</bouncycastleVersion>
66+
<bouncycastleVersion>1.78</bouncycastleVersion>
6767
<project.build.outputTimestamp>2024-03-23T21:55:20Z</project.build.outputTimestamp>
6868
<resource.delimiter>@</resource.delimiter>
6969
</properties>
@@ -150,10 +150,15 @@ under the License.
150150
<artifactId>bcprov-jdk18on</artifactId>
151151
<version>${bouncycastleVersion}</version>
152152
</dependency>
153+
<dependency>
154+
<groupId>org.bouncycastle</groupId>
155+
<artifactId>bcutil-jdk18on</artifactId>
156+
<version>${bouncycastleVersion}</version>
157+
</dependency>
153158
<dependency>
154159
<groupId>com.kohlschutter.junixsocket</groupId>
155160
<artifactId>junixsocket-core</artifactId>
156-
<version>2.9.0</version>
161+
<version>2.9.1</version>
157162
<type>pom</type>
158163
</dependency>
159164
<!-- These two below must go in pair -->

0 commit comments

Comments
 (0)