Skip to content

Commit 356ada4

Browse files
authored
Merge pull request zaproxy#9000 from thc202/update-dep
2 parents 6e12aa3 + ceebe04 commit 356ada4

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
@@ -43,8 +43,8 @@ and subject to their respective licenses.
4343
| commons-logging-1.3.5.jar | Apache 2.0 |
4444
| commons-text-1.13.0.jar | Apache 2.0 |
4545
| ezmorph-1.0.6.jar | Apache 2.0 |
46-
| flatlaf-3.6.jar | Apache 2.0 |
47-
| flatlaf-swingx-3.6.jar | Apache 2.0 |
46+
| flatlaf-3.6.1.jar | Apache 2.0 |
47+
| flatlaf-swingx-3.6.1.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 |

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.0")
114114
api("org.swinglabs.swingx:swingx-all:1.6.5-1")
115115

116-
implementation("com.formdev:flatlaf:3.6")
117-
implementation("com.formdev:flatlaf-swingx:3.6")
116+
implementation("com.formdev:flatlaf:3.6.1")
117+
implementation("com.formdev:flatlaf-swingx:3.6.1")
118118

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

0 commit comments

Comments
 (0)