File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/main/java/org/jenkinsci/plugins/github/webhook Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 81
81
<artifactId >commons-lang3</artifactId >
82
82
<version >3.9</version >
83
83
</dependency >
84
-
84
+ <dependency >
85
+ <groupId >org.apache.commons</groupId >
86
+ <artifactId >commons-text</artifactId >
87
+ <version >1.7</version >
88
+ </dependency >
85
89
<dependency >
86
90
<groupId >org.jenkins-ci.plugins</groupId >
87
91
<artifactId >github-api</artifactId >
Original file line number Diff line number Diff line change 2
2
3
3
import hudson .util .Secret ;
4
4
import org .apache .commons .codec .binary .Hex ;
5
- import org .apache .commons .lang3 .StringEscapeUtils ;
5
+ import org .apache .commons .text .StringEscapeUtils ;
6
6
import org .apache .commons .lang3 .StringUtils ;
7
7
import org .slf4j .Logger ;
8
8
import org .slf4j .LoggerFactory ;
You can’t perform that action at this time.
0 commit comments