Skip to content

Commit

Permalink
Merge pull request #2772 from guwirth/fix-org.sonar.api.internal.apac…
Browse files Browse the repository at this point in the history
…hecommons.lang

fix org.sonar.api.internal.apachecommons.lang
  • Loading branch information
guwirth authored Oct 8, 2024
2 parents bcc9bb6 + 9bf2c11 commit bff2690
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import org.sonar.api.internal.apachecommons.lang.StringUtils;
import org.sonar.api.internal.apachecommons.lang3.StringUtils;

/**
* Helper class to evaluate preprocessor numbers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import static org.assertj.core.api.Assertions.*;
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.Test;
import org.sonar.api.internal.apachecommons.lang.SystemUtils;
import org.sonar.api.internal.apachecommons.lang3.SystemUtils;

class JsonCompilationDatabaseTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.sonar.api.internal.apachecommons.lang.SystemUtils;
import org.sonar.api.internal.apachecommons.lang3.SystemUtils;

/**
* These tests ensure that the relative paths in the INCLUDES are correctly converted to absolute paths. The project
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@

<!-- we depend on API ${sonar.version} but we keep backward compatibility with LTS -->
<sonar.version>10.7.0.96327</sonar.version>
<sonar.plugin.api.version>10.6.0.2114</sonar.plugin.api.version>
<sonar.plugin.api.version>10.11.0.2468</sonar.plugin.api.version>
<pluginApiMinVersion>9.14.0.375</pluginApiMinVersion>

<!-- dependencies -->
Expand Down

0 comments on commit bff2690

Please sign in to comment.