Unverified Commit bb2c1294 authored by ysaito1001's avatar ysaito1001 Committed by GitHub
Browse files

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._
parent bd9ad10e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ val smithyVersion: String by project
dependencies {
    implementation(project(":codegen-core"))
    implementation(project(":codegen-client"))
    implementation("org.jsoup:jsoup:1.15.3")
    implementation("org.jsoup:jsoup:1.16.2")
    implementation("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
    implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
    implementation("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ val smithyVersion: String by project

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