Skip to content

Commit

Permalink
Update jackson-databind, bcprov-jdk15on, commons-compress (via #304)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianladisch authored Feb 7, 2022
1 parent 37fe789 commit 6cdf1d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ dependencies {
compile 'org.jenkins-ci:symbol-annotation:1.5'
compile 'de.schlichtherle.truezip:truezip-file:7.7.10'
compile 'de.schlichtherle.truezip:truezip-driver-zip:7.7.10'
compile 'com.fasterxml.jackson.core:jackson-databind:2.7.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1'
compile 'org.bouncycastle:bcprov-jdk15on:1.70'
compile 'org.apache.commons:commons-compress:1.21'

jenkinsPlugins 'org.jenkins-ci.plugins:script-security:1.25@jar'
jenkinsPlugins 'org.jenkins-ci.plugins:matrix-project:1.11@jar'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
public class AddTestRunInfoTest {

private static final TypeReference TYPE_REFERENCE = new TypeReference<Map<String, Object>>() {
private static final TypeReference<Map<String, Object>> TYPE_REFERENCE = new TypeReference<Map<String, Object>>() {
};

@Rule
Expand Down

0 comments on commit 6cdf1d7

Please sign in to comment.