Skip to content

Commit 4cd9eea

Browse files
Update dependency knip to v5.76.0 (#6105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michal Zgliczynski <mzglicz@gmail.com>
1 parent c97e854 commit 4cd9eea

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

its/plugin/tests/src/test/java/com/sonar/javascript/it/plugin/PRAnalysisTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ static void startOrchestrator() {
207207
.setEdition(Edition.ENTERPRISE_LW)
208208
.activateLicense()
209209
.addPlugin(MavenLocation.of("com.sonarsource.armor", "sonar-jasmin-plugin", version))
210-
.addPlugin(MavenLocation.of("org.sonarsource.config", "sonar-config-plugin", version));
210+
.addPlugin(
211+
MavenLocation.of("org.sonarsource.config", "sonar-config-plugin", "LATEST_RELEASE")
212+
);
211213

212214
for (var projectTestCase : TestProject.values()) {
213215
builder.restoreProfileAtStartup(FileLocation.ofClasspath(projectTestCase.getProfileFile()));

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"glob": "13.0.0",
8989
"husky": "9.1.7",
9090
"json-schema-to-ts": "3.1.1",
91-
"knip": "5.75.2",
91+
"knip": "5.76.0",
9292
"license-checker": "25.0.1",
9393
"memfs": "4.51.1",
9494
"nyc": "17.1.0",

0 commit comments

Comments
 (0)