Skip to content
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

new keys for dependencies of svnkit-1.10.5 #634

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion pgp-keys-map-test1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,11 @@
<artifactId>mysql-connector-java</artifactId>
<version>[8.0.28]</version>
</dependency>
<dependency>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
<version>[0.3.0]</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
Expand Down Expand Up @@ -612,6 +617,11 @@
<artifactId>org.apache.servicemix.bundles.antlr</artifactId>
<version>[3.5.2_1]</version>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-common</artifactId>
<version>[2.8.0]</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
Expand Down Expand Up @@ -906,7 +916,7 @@
<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>svnkit</artifactId>
<version>[1.10.4]</version>
<version>[1.10.5]</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down
4 changes: 4 additions & 0 deletions resources/pgp-keys-map.list
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ net.bytebuddy = \
0xB4AC8CDC141AF0AE468D16921DA784CCB5C46DD5, \
0xF42B96B8648B5C4A1C43A62FBB2914C1FA0811C3

net.i2p.crypto = 0x43C79B4BBD131821E17D2CA77B2F0491728B8E02

net.java.dev.javacc = noSig

net.java.dev.jna = \
Expand Down Expand Up @@ -660,6 +662,8 @@ org.apache.santuario = 0xDB45ECD19B97514F727105AE67BF80B10AD53983

org.apache.servicemix.bundles = 0x1AA8CF92D409A73393D0B736BFF2EE42C8282E76

org.apache.sshd = 0xDC98224C6421A7A5BB87F346ED2378CD09A08CDE

org.apache.struts = \
0xCE4460D20B66C7E1687475BAD388AD829F3E96F7, \
0x0E008698344E62B90633B7C62841610663AFBB1F
Expand Down