Skip to content

Commit

Permalink
Update dependency org.bouncycastle:bcpkix-jdk18on to v1.78.1 (#2434)
Browse files Browse the repository at this point in the history
* Update security policies for bouncyCastle

Co-authored-by: Jan Høydahl <janhoy@apache.org>
  • Loading branch information
solrbot and janhoy authored Jul 18, 2024
1 parent ec16d9b commit fcf84ee
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions gradle/testing/randomization/policies/solr-tests.policy
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ grant {

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

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

Expand Down
1 change: 0 additions & 1 deletion solr/licenses/bcpkix-jdk18on-1.77.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/bcpkix-jdk18on-1.78.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
17b3541f736df97465f87d9f5b5dfa4991b37bb3
1 change: 0 additions & 1 deletion solr/licenses/bcprov-jdk18on-1.77.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/bcprov-jdk18on-1.78.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
39e9e45359e20998eb79c1828751f94a818d25f8
1 change: 0 additions & 1 deletion solr/licenses/bcutil-jdk18on-1.77.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/bcutil-jdk18on-1.78.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5353ca39fe2f148dab9ca1d637a43d0750456254
1 change: 1 addition & 0 deletions solr/server/etc/security.policy
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ grant {

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

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

Expand Down
6 changes: 3 additions & 3 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,9 @@ org.apache.kerby:kerb-identity:1.0.1 (1 constraints: 5f0cb602)
org.apache.kerby:kerb-server:1.0.1 (1 constraints: d10b65f2)
org.apache.kerby:kerb-simplekdc:1.0.1 (1 constraints: dc0d7e3e)
org.apache.tomcat.embed:tomcat-embed-el:9.0.76 (1 constraints: d41558cf)
org.bouncycastle:bcpkix-jdk18on:1.77 (1 constraints: e3040431)
org.bouncycastle:bcprov-jdk18on:1.77 (2 constraints: c51a825c)
org.bouncycastle:bcutil-jdk18on:1.77 (1 constraints: 620d2d29)
org.bouncycastle:bcpkix-jdk18on:1.78.1 (1 constraints: 43055a3b)
org.bouncycastle:bcprov-jdk18on:1.78.1 (2 constraints: 851b50bd)
org.bouncycastle:bcutil-jdk18on:1.78.1 (1 constraints: c20d8144)
org.freemarker:freemarker:2.3.32 (1 constraints: f00e9371)
org.hdrhistogram:HdrHistogram:2.1.12 (1 constraints: 520d2029)
org.hsqldb:hsqldb:2.7.2 (1 constraints: 0d050c36)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ org.apache.tika:*=1.28.5
org.apache.tomcat:annotations-api=6.0.53
org.apache.zookeeper:*=3.9.2
org.bitbucket.b_c:jose4j=0.9.6
org.bouncycastle:bcpkix-jdk18on=1.77
org.bouncycastle:bcpkix-jdk18on=1.78.1
org.carrot2:carrot2-core=4.5.1
org.codehaus.woodstox:stax2-api=4.2.2
org.eclipse.jetty*:*=10.0.22
Expand Down

0 comments on commit fcf84ee

Please sign in to comment.