Skip to content

Commit

Permalink
[GHWebhookSignature] Use non-deprecated unescapeJava
Browse files Browse the repository at this point in the history
  • Loading branch information
ababushk committed Dec 8, 2020
1 parent 653f8a5 commit a728333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -81,7 +81,11 @@
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-api</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@

import hudson.util.Secret;
import org.apache.commons.codec.binary.Hex;
import org.apache.commons.lang3.StringEscapeUtils;
import org.apache.commons.text.StringEscapeUtils;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit a728333

Please sign in to comment.