Skip to content

Commit

Permalink
Merge pull request #44 from timja/bump-jcasc
Browse files Browse the repository at this point in the history
Bump jcasc version to post security fixes
  • Loading branch information
jvz authored Sep 9, 2019
2 parents be13b34 + 9791823 commit f8a3b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.138.4</jenkins.version>
<java.level>8</java.level>
<jcasc.version>1.20</jcasc.version>
<jcasc.version>1.30</jcasc.version>
</properties>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ public void assertConfiguredAsExpected(RestartableJenkinsRule restartableJenkins

@Override
public String stringInLogExpected() {
return "passphrase = passphrase-of-userid2";
return "Setting class com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.passphrase = ****";
}
}

0 comments on commit f8a3b98

Please sign in to comment.