Skip to content

Commit

Permalink
Upgrade jsoup to 1.16.2 (#3296)
Browse files Browse the repository at this point in the history
## 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._
  • Loading branch information
ysaito1001 authored and rcoh committed Dec 8, 2023
1 parent 237ca06 commit 83e2add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/sdk-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion codegen-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 83e2add

Please sign in to comment.