From a782c883a6035992f9d5c3c608b3cbb95695564f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 00:53:43 +0000 Subject: [PATCH] Bump com.formdev:flatlaf from 3.3-SNAPSHOT to 3.4-SNAPSHOT Bumps com.formdev:flatlaf from 3.3-SNAPSHOT to 3.4-SNAPSHOT. --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d2568372..4e5f14f2 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { include 'com.squareup.okhttp3:okhttp:4.12.0' include 'com.google.code.gson:gson:2.10.1' include 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' - include 'com.formdev:flatlaf:3.3-SNAPSHOT' + include 'com.formdev:flatlaf:3.4-SNAPSHOT' include 'co.gongzh.procbridge:procbridge:1.1' include 'commons-io:commons-io:2.15.1' include 'cn.hutool:hutool-crypto:5.8.18'