Skip to content

Commit

Permalink
Update orchestrator to 4.9.0.1920 (#4585)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck authored Mar 4, 2024
1 parent d5c08fb commit c008b43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions its/plugin/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<slf4j.version>1.7.21</slf4j.version>
<sonar.version>10.1.0.73491</sonar.version>
<sonar.api.version>10.1.0.809</sonar.api.version>
<sonar-orchestrator.version>4.1.0.495</sonar-orchestrator.version>
<sonar-orchestrator.version>4.9.0.1920</sonar-orchestrator.version>
<gson.version>2.8.9</gson.version>
<analyzer-commons.version>2.7.0.1482</analyzer-commons.version>
<sslr.version>1.22</sslr.version>
Expand Down

0 comments on commit c008b43

Please sign in to comment.