Skip to content

Commit 5851af2

Browse files
Bump org.jsoup:jsoup from 1.18.1 to 1.18.3 in /prime-router
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.1 to 1.18.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.18.1...jsoup-1.18.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 164926e commit 5851af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prime-router/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ dependencies {
954954
implementation("commons-io:commons-io:2.17.0")
955955
implementation("com.anyascii:anyascii:0.3.2")
956956
// force jsoup since [email protected]+ has not updated
957-
implementation("org.jsoup:jsoup:1.18.1")
957+
implementation("org.jsoup:jsoup:1.18.3")
958958
// https://mvnrepository.com/artifact/io.swagger/swagger-annotations
959959
implementation("io.swagger:swagger-annotations:1.6.14")
960960
implementation("io.swagger.core.v3:swagger-jaxrs2:2.2.23")

0 commit comments

Comments
 (0)