Skip to content

Commit 794b4e2

Browse files
authored
Merge pull request #57 from irockel/renovate/non-major-dependencies
fix(deps): update non-major dependencies to v3.7.1
2 parents 1c65242 + 303e33b commit 794b4e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tda/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
<dependency>
3434
<groupId>com.formdev</groupId>
3535
<artifactId>flatlaf</artifactId>
36-
<version>3.7</version>
36+
<version>3.7.1</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.formdev</groupId>
4040
<artifactId>flatlaf-extras</artifactId>
41-
<version>3.7</version>
41+
<version>3.7.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.code.gson</groupId>
@@ -87,15 +87,15 @@
8787
<artifactItem>
8888
<groupId>com.formdev</groupId>
8989
<artifactId>flatlaf</artifactId>
90-
<version>3.7</version>
90+
<version>3.7.1</version>
9191
<type>jar</type>
9292
<includes>META-INF/LICENSE</includes>
9393
<outputDirectory>${project.build.directory}/licenses/flatlaf</outputDirectory>
9494
</artifactItem>
9595
<artifactItem>
9696
<groupId>com.formdev</groupId>
9797
<artifactId>flatlaf-extras</artifactId>
98-
<version>3.7</version>
98+
<version>3.7.1</version>
9999
<type>jar</type>
100100
<includes>META-INF/LICENSE</includes>
101101
<outputDirectory>${project.build.directory}/licenses/flatlaf-extras</outputDirectory>

visualvm-lib-component/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>com.formdev</groupId>
2424
<artifactId>flatlaf</artifactId>
25-
<version>3.7</version>
25+
<version>3.7.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.formdev</groupId>
2929
<artifactId>flatlaf-extras</artifactId>
30-
<version>3.7</version>
30+
<version>3.7.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.swinglabs</groupId>

0 commit comments

Comments
 (0)