Skip to content

Commit fcf84ee

Browse files
solrbotjanhoy
andauthored
Update dependency org.bouncycastle:bcpkix-jdk18on to v1.78.1 (#2434)
* Update security policies for bouncyCastle Co-authored-by: Jan Høydahl <[email protected]>
1 parent ec16d9b commit fcf84ee

File tree

10 files changed

+9
-7
lines changed

10 files changed

+9
-7
lines changed

gradle/testing/randomization/policies/solr-tests.policy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ grant {
146146

147147
// Needed by JWT integration tests & S3 tests
148148
permission java.lang.RuntimePermission "setFactory";
149+
permission java.security.SecurityPermission "getProperty.org.bouncycastle.pkcs12.default";
149150

150151
permission javax.xml.bind.JAXBPermission "setDatatypeConverter";
151152

solr/licenses/bcpkix-jdk18on-1.77.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17b3541f736df97465f87d9f5b5dfa4991b37bb3

solr/licenses/bcprov-jdk18on-1.77.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
39e9e45359e20998eb79c1828751f94a818d25f8

solr/licenses/bcutil-jdk18on-1.77.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5353ca39fe2f148dab9ca1d637a43d0750456254

solr/server/etc/security.policy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ grant {
147147

148148
// Needed by JWT integration tests & S3 clients
149149
permission java.lang.RuntimePermission "setFactory";
150+
permission java.security.SecurityPermission "getProperty.org.bouncycastle.pkcs12.default";
150151

151152
permission javax.xml.bind.JAXBPermission "setDatatypeConverter";
152153

versions.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,9 +429,9 @@ org.apache.kerby:kerb-identity:1.0.1 (1 constraints: 5f0cb602)
429429
org.apache.kerby:kerb-server:1.0.1 (1 constraints: d10b65f2)
430430
org.apache.kerby:kerb-simplekdc:1.0.1 (1 constraints: dc0d7e3e)
431431
org.apache.tomcat.embed:tomcat-embed-el:9.0.76 (1 constraints: d41558cf)
432-
org.bouncycastle:bcpkix-jdk18on:1.77 (1 constraints: e3040431)
433-
org.bouncycastle:bcprov-jdk18on:1.77 (2 constraints: c51a825c)
434-
org.bouncycastle:bcutil-jdk18on:1.77 (1 constraints: 620d2d29)
432+
org.bouncycastle:bcpkix-jdk18on:1.78.1 (1 constraints: 43055a3b)
433+
org.bouncycastle:bcprov-jdk18on:1.78.1 (2 constraints: 851b50bd)
434+
org.bouncycastle:bcutil-jdk18on:1.78.1 (1 constraints: c20d8144)
435435
org.freemarker:freemarker:2.3.32 (1 constraints: f00e9371)
436436
org.hdrhistogram:HdrHistogram:2.1.12 (1 constraints: 520d2029)
437437
org.hsqldb:hsqldb:2.7.2 (1 constraints: 0d050c36)

versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ org.apache.tika:*=1.28.5
5353
org.apache.tomcat:annotations-api=6.0.53
5454
org.apache.zookeeper:*=3.9.2
5555
org.bitbucket.b_c:jose4j=0.9.6
56-
org.bouncycastle:bcpkix-jdk18on=1.77
56+
org.bouncycastle:bcpkix-jdk18on=1.78.1
5757
org.carrot2:carrot2-core=4.5.1
5858
org.codehaus.woodstox:stax2-api=4.2.2
5959
org.eclipse.jetty*:*=10.0.22

0 commit comments

Comments
 (0)