Skip to content

Commit 027dda5

Browse files
committed
Update dependencies
1 parent 7666953 commit 027dda5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>org.eclipse.lsp4j</groupId>
1313
<artifactId>org.eclipse.lsp4j.debug</artifactId>
14-
<version>0.19.0</version>
14+
<version>0.21.0</version>
1515
</dependency>
1616

1717
<!-- lsp4j json rpc -->
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.kohlschutter.junixsocket</groupId>
5454
<artifactId>junixsocket-core</artifactId>
55-
<version>2.6.1</version>
55+
<version>2.6.2</version>
5656
<type>pom</type>
5757
</dependency>
5858

@@ -81,12 +81,12 @@
8181
<dependency>
8282
<groupId>org.apache.logging.log4j</groupId>
8383
<artifactId>log4j-api</artifactId>
84-
<version>2.19.0</version>
84+
<version>2.20.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.apache.logging.log4j</groupId>
8888
<artifactId>log4j-core</artifactId>
89-
<version>2.19.0</version>
89+
<version>2.20.0</version>
9090
</dependency>
9191

9292
</dependencies>

0 commit comments

Comments
 (0)