-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Update Bouncycastle to 1.77.0 #5027
Changes from all commits
cde68e1
c70e4d1
fde8c1f
2604557
1bf09ab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,18 +25,18 @@ Import-Package: com.google.common.base;version="25.0.0", | |
javax.annotation;version="1.2.0", | ||
org.apache.commons.io;version="2.4.0", | ||
org.apache.commons.io.filefilter;version="2.11.0", | ||
org.bouncycastle.jcajce;version="1.68.0", | ||
org.bouncycastle.jcajce.interfaces;version="1.68.0", | ||
org.bouncycastle.jcajce.io;version="1.68.0", | ||
org.bouncycastle.jcajce.spec;version="1.68.0", | ||
org.bouncycastle.jcajce.util;version="1.68.0", | ||
org.bouncycastle.jce.provider;version="1.68.0", | ||
org.bouncycastle.openpgp;version="1.71.0", | ||
org.bouncycastle.openpgp.jcajce;version="1.71.0", | ||
org.bouncycastle.openpgp.operator.jcajce;version="1.71.0", | ||
org.bouncycastle.util;version="1.68.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we want to update also the following versions for consistency?
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh! I have missed that! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
org.bouncycastle.util.encoders;version="1.68.0", | ||
org.bouncycastle.util.io;version="1.68.0", | ||
org.bouncycastle.jcajce;version="1.77.0", | ||
org.bouncycastle.jcajce.interfaces;version="1.77.0", | ||
org.bouncycastle.jcajce.io;version="1.77.0", | ||
org.bouncycastle.jcajce.spec;version="1.77.0", | ||
org.bouncycastle.jcajce.util;version="1.77.0", | ||
org.bouncycastle.jce.provider;version="1.77.0", | ||
org.bouncycastle.openpgp;version="1.77.0", | ||
org.bouncycastle.openpgp.jcajce;version="1.77.0", | ||
org.bouncycastle.openpgp.operator.jcajce;version="1.77.0", | ||
org.bouncycastle.util;version="1.77.0", | ||
org.bouncycastle.util.encoders;version="1.77.0", | ||
org.bouncycastle.util.io;version="1.77.0", | ||
org.eclipse.kura;version="[1.0,2.0)", | ||
org.eclipse.kura.ai.inference;version="[1.0,1.1)", | ||
org.eclipse.kura.configuration;version="[1.1,2.0)", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The referenced iplab issues probably need update