Skip to content

Commit bb2c129

Browse files
authored
Upgrade jsoup to 1.16.2 (#3296)
## Motivation and Context Upgrades `jsoup` to 1.16.2, a version that we know is supported internally. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent bd9ad10 commit bb2c129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws/sdk-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ val smithyVersion: String by project
2323
dependencies {
2424
implementation(project(":codegen-core"))
2525
implementation(project(":codegen-client"))
26-
implementation("org.jsoup:jsoup:1.15.3")
26+
implementation("org.jsoup:jsoup:1.16.2")
2727
implementation("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
2828
implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
2929
implementation("software.amazon.smithy:smithy-rules-engine:$smithyVersion")

codegen-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ val smithyVersion: String by project
2323

2424
dependencies {
2525
implementation(kotlin("stdlib-jdk8"))
26-
implementation("org.jsoup:jsoup:1.15.3")
26+
implementation("org.jsoup:jsoup:1.16.2")
2727
api("software.amazon.smithy:smithy-codegen-core:$smithyVersion")
2828
api("com.moandjiezana.toml:toml4j:0.7.2")
2929
implementation("software.amazon.smithy:smithy-aws-traits:$smithyVersion")

0 commit comments

Comments
 (0)