Skip to content

Commit

Permalink
chore(deps): update sonar-orchestrator.version to v4.6.0.1748 (#892)
Browse files Browse the repository at this point in the history
* chore(deps): update sonar-orchestrator.version to v4.6.0.1748

* chore (deps) Fix logging as slf4j needs to be 2.0.10 now

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Landis <[email protected]>
  • Loading branch information
renovate[bot] and hazendaz authored Dec 29, 2023
1 parent 4a1565e commit ece1d2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<sonar-plugin-api.groupId>org.sonarsource.sonarqube</sonar-plugin-api.groupId>
<sonar-java.version>5.14.0.18788</sonar-java.version>

<sonar-orchestrator.version>4.4.0.1640</sonar-orchestrator.version>
<sonar-orchestrator.version>4.6.0.1748</sonar-orchestrator.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand All @@ -88,8 +88,8 @@
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -110,7 +110,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>2.0.10</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -211,7 +211,7 @@
<version>${sonar-orchestrator.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-ws</artifactId>
Expand Down

0 comments on commit ece1d2e

Please sign in to comment.