Skip to content

Commit

Permalink
NO-JIRA: Update SLCORE
Browse files Browse the repository at this point in the history
To the latest development iteration after the Java 17 migration in SonarLint Core.
  • Loading branch information
thahnen committed Jan 23, 2025
1 parent f632b8b commit e39b18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<tycho.version>4.0.10</tycho.version>

<!-- Sloop embedded CLI version for fragment projects -->
<sloop.version>10.14.0.80036</sloop.version>
<sloop.version>10.14.0.80054</sloop.version>

<!-- SonarQube analysis -->
<sonar.java.source>11</sonar.java.source>
Expand Down
2 changes: 1 addition & 1 deletion target-platforms/commons-build.target
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-java-client-osgi</artifactId>
<version>10.14.0.80036</version>
<version>10.14.0.80054</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit e39b18f

Please sign in to comment.