Skip to content

Commit b03c4dd

Browse files
committed
Merge remote-tracking branch 'upstream/master'
* upstream/master: Bump jsoup from 1.12.2 to 1.13.1 (#6052) Bump checkstyle from 8.29 to 8.30 (#6051)
2 parents 74ea799 + e6e2da3 commit b03c4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ dependencies {
170170
implementation 'com.jfoenix:jfoenix:9.0.9'
171171
implementation 'org.controlsfx:controlsfx:11.0.1'
172172

173-
implementation 'org.jsoup:jsoup:1.12.2'
173+
implementation 'org.jsoup:jsoup:1.13.1'
174174
implementation 'com.konghq:unirest-java:3.6.00'
175175

176176
implementation 'org.slf4j:slf4j-api:2.0.0-alpha1'
@@ -213,7 +213,7 @@ dependencies {
213213
testImplementation "org.testfx:testfx-junit5:4.0.17-alpha-SNAPSHOT"
214214
testImplementation "org.hamcrest:hamcrest-library:2.2"
215215

216-
checkstyle 'com.puppycrawl.tools:checkstyle:8.29'
216+
checkstyle 'com.puppycrawl.tools:checkstyle:8.30'
217217
xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '2.3.2'
218218
jython 'org.python:jython-standalone:2.7.1'
219219
}

0 commit comments

Comments
 (0)