Skip to content

Commit 8184bcb

Browse files
authored
Merge pull request zaproxy#9180 from thc202/update-dep
2 parents 964757e + 785d2b5 commit 8184bcb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LEGALNOTICE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ and subject to their respective licenses.
4343
| commons-logging-1.3.5.jar | Apache 2.0 |
4444
| commons-text-1.14.0.jar | Apache 2.0 |
4545
| ezmorph-1.0.6.jar | Apache 2.0 |
46-
| flatlaf-3.6.2.jar | Apache 2.0 |
47-
| flatlaf-swingx-3.6.2.jar | Apache 2.0 |
46+
| flatlaf-3.7.jar | Apache 2.0 |
47+
| flatlaf-swingx-3.7.jar | Apache 2.0 |
4848
| harlib-1.1.3.jar | Apache 2.0 |
4949
| hsqldb-2.7.4.jar | BSD |
5050
| jackson-core-asl-1.9.13.jar | Apache 2.0 |
@@ -55,7 +55,7 @@ and subject to their respective licenses.
5555
| jgrapht-core-0.9.2.jar | LGPL 2.1 |
5656
| json-lib-2.4-jdk15.jar | MIT + "Good, Not Evil" |
5757
| log4j-1.2-api-2.25.2.jar | Apache 2.0 |
58-
| log4j-api-2.25.2".jar | Apache 2.0 |
58+
| log4j-api-2.25.2.jar | Apache 2.0 |
5959
| log4j-core-2.25.2.jar | Apache 2.0 |
6060
| log4j-jul-2.25.2.jar | Apache 2.0 |
6161
| rsyntaxtextarea-3.6.0.jar | BSD-3 clause |

zap/zap.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ dependencies {
113113
api("org.jgrapht:jgrapht-core:0.9.2")
114114
api("org.swinglabs.swingx:swingx-all:1.6.5-1")
115115

116-
implementation("com.formdev:flatlaf:3.6.2")
117-
implementation("com.formdev:flatlaf-swingx:3.6.2")
116+
implementation("com.formdev:flatlaf:3.7")
117+
implementation("com.formdev:flatlaf-swingx:3.7")
118118

119119
runtimeOnly("commons-logging:commons-logging:1.3.5")
120120
runtimeOnly("xom:xom:1.3.9") {

0 commit comments

Comments
 (0)