Skip to content

Commit f99f3c3

Browse files
authored
Merge pull request #40 from simple-robot/dependabot/gradle/dev/main/org.jsoup-jsoup-1.18.1
build(deps): bump org.jsoup:jsoup from 1.17.2 to 1.18.1
2 parents c4cad4c + d9e659a commit f99f3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simbot-component-telegram-type/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ kotlin {
6767
jvmTest.dependencies {
6868
// for gen
6969
// https://jsoup.org/download
70-
implementation("org.jsoup:jsoup:1.17.2")
70+
implementation("org.jsoup:jsoup:1.18.1")
7171
// poet
7272
// https://square.github.io/kotlinpoet/
7373
implementation(libs.kotlinPoet)

0 commit comments

Comments
 (0)