Skip to content

Commit c11d163

Browse files
authored
Merge pull request zaproxy#9365 from zaproxy/dependabot/gradle/gradle-bff1385ba8
Update dependencies
2 parents 1895be9 + aa34be2 commit c11d163

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

LEGALNOTICE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and subject to their respective licenses.
4040
| commons-io-2.22.0.jar | Apache 2.0 |
4141
| commons-lang-2.6.jar | Apache 2.0 |
4242
| commons-lang3-3.20.0.jar | Apache 2.0 |
43-
| commons-logging-1.3.6.jar | Apache 2.0 |
43+
| commons-logging-1.4.0.jar | Apache 2.0 |
4444
| commons-text-1.15.0.jar | Apache 2.0 |
4545
| ezmorph-1.0.6.jar | Apache 2.0 |
4646
| flatlaf-3.7.1.jar | Apache 2.0 |
@@ -60,4 +60,4 @@ and subject to their respective licenses.
6060
| log4j-jul-2.26.0.jar | Apache 2.0 |
6161
| rsyntaxtextarea-3.6.3.jar | BSD-3 clause |
6262
| swingx-all-1.6.5-1.jar | LGPL 2.1 |
63-
| xom-1.4.5.jar | LGPL |
63+
| xom-1.4.6.jar | LGPL |

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commons-httpclient = "commons-httpclient:commons-httpclient:3.1"
1515
commons-io = "commons-io:commons-io:2.22.0"
1616
commons-lang = "commons-lang:commons-lang:2.6"
1717
commons-lang3 = "org.apache.commons:commons-lang3:3.20.0"
18-
commons-logging = "commons-logging:commons-logging:1.3.6"
18+
commons-logging = "commons-logging:commons-logging:1.4.0"
1919
commons-text = "org.apache.commons:commons-text:1.15.0"
2020
errorprone-core = { module = "com.google.errorprone:error_prone_core", version.ref = "errorprone" }
2121
findbugsAnnotations = "com.google.code.findbugs:findbugs-annotations:3.0.1"
@@ -36,7 +36,7 @@ log4j-jul = { module = "org.apache.logging.log4j:log4j-jul", version.ref = "log4
3636
log4j-slf4j = { module = "org.apache.logging.log4j:log4j-slf4j-impl", version.ref = "log4j" }
3737
rsyntaxtextarea = "com.fifesoft:rsyntaxtextarea:3.6.3"
3838
swingx = "org.swinglabs.swingx:swingx-all:1.6.5-1"
39-
xom = "xom:xom:1.4.5"
39+
xom = "xom:xom:1.4.6"
4040

4141
assertj-core = "org.assertj:assertj-core:3.27.7"
4242
assertj-swing = "org.assertj:assertj-swing:3.17.1"

0 commit comments

Comments
 (0)