We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797c3b4 commit 9bcae44Copy full SHA for 9bcae44
2 files changed
pom.xml
@@ -81,6 +81,10 @@
81
<groupId>io.jenkins.plugins</groupId>
82
<artifactId>commons-lang3-api</artifactId>
83
</dependency>
84
+ <dependency>
85
+ <groupId>io.jenkins.plugins</groupId>
86
+ <artifactId>commons-text-api</artifactId>
87
+ </dependency>
88
<dependency>
89
90
<artifactId>emoji-symbols-api</artifactId>
src/main/java/com/jenkinsci/plugins/badge/action/BadgeSummaryAction.java
@@ -24,8 +24,8 @@
24
package com.jenkinsci.plugins.badge.action;
25
26
import java.io.Serial;
27
-import org.apache.commons.lang3.StringEscapeUtils;
28
import org.apache.commons.lang3.StringUtils;
+import org.apache.commons.text.StringEscapeUtils;
29
import org.jenkinsci.plugins.scriptsecurity.sandbox.whitelists.Whitelisted;
30
31
/**
0 commit comments