Skip to content

Commit ea5a110

Browse files
Update dependency woodstox:wstx-asl to v3
1 parent 082a237 commit ea5a110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/sample-all-deactivated/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ dependencies {
249249
implementation("servletapi:servletapi:2.4")
250250
implementation("stax:stax-api:1.0.1")
251251
implementation("velocity:velocity:1.5")
252-
implementation("woodstox:wstx-asl:2.9.3")
252+
implementation("woodstox:wstx-asl:3.2.7")
253253
implementation("woodstox:wstx-lgpl:2.9")
254254

255255
// moved down: https://github.com/gradle/gradle/issues/22326

samples/sample-all/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ dependencies {
252252
implementation("servletapi:servletapi:2.4")
253253
implementation("stax:stax-api:1.0.1")
254254
implementation("velocity:velocity:1.5")
255-
implementation("woodstox:wstx-asl:2.9.3")
255+
implementation("woodstox:wstx-asl:3.2.7")
256256
implementation("woodstox:wstx-lgpl:2.9")
257257

258258
// moved down: https://github.com/gradle/gradle/issues/22326

0 commit comments

Comments
 (0)