From cd071a5e07c8202c66db2e077ea43bea76d55511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 15:45:25 +0200 Subject: Bump jsoup from 1.12.1 to 1.13.1 (#1783) --- plugins/mathjax/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mathjax') diff --git a/plugins/mathjax/build.gradle.kts b/plugins/mathjax/build.gradle.kts index 448d9e6d..1d92c0be 100644 --- a/plugins/mathjax/build.gradle.kts +++ b/plugins/mathjax/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.registerDokkaArtifactPublication dependencies { - testImplementation("org.jsoup:jsoup:1.12.1") + testImplementation("org.jsoup:jsoup:1.13.1") testImplementation(project(":plugins:base")) testImplementation(project(":plugins:base:base-test-utils")) testImplementation(project(":core:content-matcher-test-utils")) -- cgit