Skip to content

Commit 31fc957

Browse files
authored
Merge pull request #102 from fransjacobs/99-virtual-mode-revisited
Version updates
2 parents 9017ac0 + 15dfb8b commit 31fc957

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@
135135
<dependency>
136136
<groupId>com.formdev</groupId>
137137
<artifactId>flatlaf</artifactId>
138-
<version>3.5.2</version>
138+
<version>3.5.4</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>org.httprpc</groupId>
142142
<artifactId>sierra</artifactId>
143-
<version>2.3.1</version>
143+
<version>2.3.2</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>eu.hansolo</groupId>
@@ -167,6 +167,11 @@
167167
<artifactId>hola</artifactId>
168168
<version>0.2.3</version>
169169
</dependency>
170+
<dependency>
171+
<groupId>ch.qos.logback</groupId>
172+
<artifactId>logback-classic</artifactId>
173+
<version>1.2.13</version>
174+
</dependency>
170175
<dependency>
171176
<groupId>org.netbeans.external</groupId>
172177
<artifactId>AbsoluteLayout</artifactId>

0 commit comments

Comments
 (0)