Skip to content

Commit 6c0fdba

Browse files
BadyaSpace Team
authored and
Space Team
committed
Update jsoup to 1.17.2
KTI-1456
1 parent 3535d03 commit 6c0fdba

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

compiler/tests-spec/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testApi(commonDependency("com.google.code.gson:gson"))
1313
testApi(commonDependency("org.jetbrains.intellij.deps:jdom"))
1414

15-
api("org.jsoup:jsoup:1.14.2")
15+
api(libs.jsoup)
1616

1717
testRuntimeOnly(project(":core:descriptors.runtime"))
1818

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gson = { strictly = "2.8.9" } # should be in sync with version.properties
1919
jetbrains-ideaExt = "1.0.1"
2020
jackson = "2.15.2"
2121
jgit = "6.6.0.202305301015-r"
22+
jsoup = "1.17.2"
2223
junit4 = "4.13.2"
2324
junit5 = "5.10.1"
2425
junit-platform = "1.10.0"
@@ -60,6 +61,7 @@ guava = { module = "com.google.guava:guava", version.ref = "guava" }
6061
jetbrains-ideaExt-gradlePlugin = { module = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext", version.ref = "jetbrains-ideaExt" }
6162
jdom2 = { module = "org.jdom:jdom2", version.ref = "jdom2" }
6263
jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version.ref = "jgit" }
64+
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
6365
junit4 = { module = "junit:junit", version.ref = "junit4" }
6466
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit5" }
6567
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit5" }

gradle/verification-metadata.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4405,18 +4405,18 @@
44054405
<sha256 value="0f18192df289114e17aa1a0d0a7f8372cc9f5c7e4f7e39adcf8906fe714fa7d3" origin="Generated by Gradle"/>
44064406
</artifact>
44074407
</component>
4408-
<component group="org.jsoup" name="jsoup" version="1.14.2">
4409-
<artifact name="jsoup-1.14.2.jar">
4410-
<md5 value="fbec0de500bd3b622b178706a3e0a35c" origin="Generated by Gradle"/>
4411-
<sha256 value="a601ba7ce2e2c6e744d4eac793a76707c0121576170ef717ef7a81f2343ada1a" origin="Generated by Gradle"/>
4412-
</artifact>
4413-
</component>
44144408
<component group="org.jsoup" name="jsoup" version="1.15.3">
44154409
<artifact name="jsoup-1.15.3.jar">
44164410
<md5 value="4f16c3b17b8c1b0173b1ed9f99f2c27c" origin="Generated by Gradle"/>
44174411
<sha256 value="e20a5e78b1372f2a4e620832db4442d5077e5cbde280b24c666a3770844999bc" origin="Generated by Gradle"/>
44184412
</artifact>
44194413
</component>
4414+
<component group="org.jsoup" name="jsoup" version="1.17.2">
4415+
<artifact name="jsoup-1.17.2.jar">
4416+
<md5 value="d9dd58c3f8a09f45e57d85e78993be6e" origin="Generated by Gradle"/>
4417+
<sha256 value="f60b33b38e9d7ac93eaaa68a6c70f706bb99036494b2e2add2bfee11d09ac6f5" origin="Generated by Gradle"/>
4418+
</artifact>
4419+
</component>
44204420
<component group="org.junit.jupiter" name="junit-jupiter" version="5.10.1">
44214421
<artifact name="junit-jupiter-5.10.1.jar">
44224422
<md5 value="32fd55a03f648868767c1bebedd198df" origin="Generated by Gradle"/>

libraries/tools/dukat/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010
dependencies {
1111
implementation("org.jetbrains.dukat:dukat:0.5.8-rc.5")
12-
implementation("org.jsoup:jsoup:1.14.2")
12+
implementation(libs.jsoup)
1313
}
1414

1515
task("downloadIDL", JavaExec::class) {

0 commit comments

Comments
 (0)