Skip to content

Commit

Permalink
Bump sonar-orchestrator.version from 4.7.1.1872 to 4.9.0.1920
Browse files Browse the repository at this point in the history
Bumps `sonar-orchestrator.version` from 4.7.1.1872 to 4.9.0.1920.

Updates `org.sonarsource.orchestrator:sonar-orchestrator` from 4.7.1.1872 to 4.9.0.1920
- [Release notes](https://github.com/SonarSource/orchestrator/releases)
- [Commits](SonarSource/orchestrator@4.7.1.1872...4.9.0.1920)

Updates `org.sonarsource.orchestrator:sonar-orchestrator-junit4` from 4.7.1.1872 to 4.9.0.1920
- [Release notes](https://github.com/SonarSource/orchestrator/releases)
- [Commits](SonarSource/orchestrator@4.7.1.1872...4.9.0.1920)

---
updated-dependencies:
- dependency-name: org.sonarsource.orchestrator:sonar-orchestrator
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.sonarsource.orchestrator:sonar-orchestrator-junit4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent a287374 commit 24e3e22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator</artifactId>
<version>4.7.1.1872</version>
<version>4.9.0.1920</version>
</dependency>
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator-junit4</artifactId>
<version>4.7.1.1872</version>
<version>4.9.0.1920</version>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<!-- Sonar settings -->
<version.sonar-packaging.plugin>1.21.0.505</version.sonar-packaging.plugin>
<sonar-plugin-api.version>9.13.0.360</sonar-plugin-api.version>
<sonar-orchestrator.version>4.7.1.1872</sonar-orchestrator.version>
<sonar-orchestrator.version>4.9.0.1920</sonar-orchestrator.version>
<sonar-ws-client.version>5.1</sonar-ws-client.version>
<!-- Technical settings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 24e3e22

Please sign in to comment.