Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit a802a7d

Browse files
authored
fix: upgrade jetty plugin (#98)
1 parent 2bb2aae commit a802a7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
version=7.4.3
16+
version=7.4.4
1717
groupId=com.nike
1818
artifactId=cerberus-client

gradle/dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ configurations.all {
3030
force "net.sourceforge.pmd:pmd-java:6.21.0"
3131

3232
dependencySubstitution {
33-
substitute module("org.mortbay.jetty:jetty") with module("org.eclipse.jetty:jetty-server:9.4.34.v20201102")
34-
substitute module("org.mortbay.jetty:jetty-util") with module("org.eclipse.jetty:jetty-util:9.4.34.v20201102")
33+
substitute module("org.mortbay.jetty:jetty") with module("org.eclipse.jetty:jetty-server:9.4.38.v20210224")
34+
substitute module("org.mortbay.jetty:jetty-util") with module("org.eclipse.jetty:jetty-util:9.4.38.v20210224")
3535
substitute module("dom4j:dom4j:1.6.1") with module("org.dom4j:dom4j:2.1.3")
3636
}
3737
}

0 commit comments

Comments
 (0)