Skip to content

Commit

Permalink
raise version to 2020.4.2 and update vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
majdmah committed Oct 20, 2020
1 parent a528983 commit 46f22bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ dependencies {
'org.jenkins-ci.plugins:credentials:2.1.19@jar'


testCompile 'junit:junit:4.12',
testCompile 'junit:junit:4.13.1',
'org.eclipse.sisu:org.eclipse.sisu.plexus:0.0.0.M5',
'org.jmockit:jmockit:1.16'


// Fails with Gradle 2.12 and up without it. Related to https://issues.jenkins-ci.org/browse/JENKINS-17129
jenkinsTest 'org.jenkins-ci.plugins:ant:1.2@jar',
'org.jenkins-ci.plugins:mailer:1.1@jar',
'org.jenkins-ci.plugins:matrix-project:1.14@jar'
'org.jenkins-ci.plugins:mailer:1.32.1@jar',
'org.jenkins-ci.plugins:matrix-project:1.18@jar'

testImplementation('org.junit.jupiter:junit-jupiter-api:5.4.2',
'org.mockito:mockito-junit-jupiter:2.23.0')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = Provides automatic scan of code by Checkmarx server and shows results summary and trend in Jenkins interface.
group = com.checkmarx.jenkins
version = 2020.4.1
version = 2020.4.2

repositoryVersion=

Expand Down

0 comments on commit 46f22bf

Please sign in to comment.