We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6b78c commit 1012c24Copy full SHA for 1012c24
rascal-lsp/pom.xml
@@ -35,7 +35,7 @@
35
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36
<junit.version>4.13.2</junit.version>
37
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
38
- <log4j2.version>2.25.0</log4j2.version>
+ <log4j2.version>2.25.1</log4j2.version>
39
<lsp4j.version>0.24.0</lsp4j.version>
40
<sonar.organization>usethesource</sonar.organization>
41
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
@@ -331,7 +331,7 @@
331
<plugin>
332
<groupId>org.apache.maven.plugins</groupId>
333
<artifactId>maven-enforcer-plugin</artifactId>
334
- <version>3.5.0</version>
+ <version>3.6.1</version>
335
<executions>
336
<execution>
337
<id>enforce-maven</id>
0 commit comments