Skip to content

Commit f566f1b

Browse files
committed
asconfigc, language-server: update slf4j-nop to match new requirement in lsp4j
1 parent 67ba533 commit f566f1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asconfigc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ limitations under the License.
113113
<dependency>
114114
<groupId>org.slf4j</groupId>
115115
<artifactId>slf4j-nop</artifactId>
116-
<version>1.7.30</version>
116+
<version>2.0.16</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.junit.jupiter</groupId>

language-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ limitations under the License.
135135
<dependency>
136136
<groupId>org.slf4j</groupId>
137137
<artifactId>slf4j-nop</artifactId>
138-
<version>1.7.30</version>
138+
<version>2.0.16</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>com.as3mxml.vscode</groupId>

0 commit comments

Comments
 (0)