Skip to content

Commit 0e83e32

Browse files
authored
deps: update dependency org.junit.platform:junit-platform-launcher to v1.9.0 (#3724)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.junit.platform:junit-platform-launcher](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | `1.6.2` -> `1.9.0` | [![age](https://badges.renovateapi.com/packages/maven/org.junit.platform:junit-platform-launcher/1.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.junit.platform:junit-platform-launcher/1.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.junit.platform:junit-platform-launcher/1.9.0/compatibility-slim/1.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.junit.platform:junit-platform-launcher/1.9.0/confidence-slim/1.6.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigtable-hbase). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
1 parent b345c55 commit 0e83e32

File tree

3 files changed

+3
-3
lines changed
  • hbase-migration-tools/mirroring-client
    • bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests
    • bigtable-hbase-mirroring-client-2.x-parent
      • bigtable-hbase-mirroring-client-1.x-2.x-integration-tests
      • bigtable-hbase-mirroring-client-2.x-integration-tests

3 files changed

+3
-3
lines changed

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-1.x-parent/bigtable-hbase-mirroring-client-1.x-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ limitations under the License.
292292
<dependency>
293293
<groupId>org.junit.platform</groupId>
294294
<artifactId>junit-platform-launcher</artifactId>
295-
<version>1.6.2</version>
295+
<version>1.9.0</version>
296296
<scope>test</scope>
297297
</dependency>
298298
<dependency>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-1.x-2.x-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ limitations under the License.
283283
<dependency>
284284
<groupId>org.junit.platform</groupId>
285285
<artifactId>junit-platform-launcher</artifactId>
286-
<version>1.6.2</version>
286+
<version>1.9.0</version>
287287
<scope>test</scope>
288288
</dependency>
289289
<dependency>

hbase-migration-tools/mirroring-client/bigtable-hbase-mirroring-client-2.x-parent/bigtable-hbase-mirroring-client-2.x-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ limitations under the License.
288288
<dependency>
289289
<groupId>org.junit.platform</groupId>
290290
<artifactId>junit-platform-launcher</artifactId>
291-
<version>1.6.2</version>
291+
<version>1.9.0</version>
292292
<scope>test</scope>
293293
</dependency>
294294
<dependency>

0 commit comments

Comments
 (0)