Skip to content

Commit 9dd9e65

Browse files
Bump the junit group in /cnf with 7 updates (#3810)
* Bump the junit group in /cnf with 7 updates Bumps the junit group in /cnf with 7 updates: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.junit.platform:junit-platform-engine](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | Updates `org.junit.jupiter:junit-jupiter-api` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) Updates `org.junit.jupiter:junit-jupiter-params` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) Updates `org.junit.platform:junit-platform-commons` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) Updates `org.junit.platform:junit-platform-engine` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) Updates `org.junit.platform:junit-platform-launcher` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) Updates `org.junit.vintage:junit-vintage-engine` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-engine dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.vintage:junit-vintage-engine dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com> * Update bnd --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier <stefan.feilmeier@fenecon.de>
1 parent 11bfb86 commit 9dd9e65

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

cnf/build.bnd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ buildpath: \
4242
com.google.gson;version='2.14.0',\
4343

4444
testpath: \
45-
junit-jupiter-api;version=6.1.0,\
46-
junit-jupiter-engine;version=6.1.0,\
47-
junit-jupiter-params;version=6.1.0,\
48-
junit-platform-engine;version=6.1.0,\
49-
junit-platform-commons;version=6.1.0,\
50-
junit-platform-launcher;version=6.1.0,\
51-
junit-vintage-engine;version=6.1.0,\
45+
junit-jupiter-api;version=6.1.1,\
46+
junit-jupiter-engine;version=6.1.1,\
47+
junit-jupiter-params;version=6.1.1,\
48+
junit-platform-engine;version=6.1.1,\
49+
junit-platform-commons;version=6.1.1,\
50+
junit-platform-launcher;version=6.1.1,\
51+
junit-vintage-engine;version=6.1.1,\
5252
org.apache.servicemix.bundles.junit;version=4.12,\
5353
org.mockito.mockito-core;version=5.23.0,\
5454
org.mockito.junit-jupiter;version=5.23.0,\

cnf/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
-->
626626
<groupId>org.junit.jupiter</groupId>
627627
<artifactId>junit-jupiter-api</artifactId>
628-
<version>6.1.0</version>
628+
<version>6.1.1</version>
629629
</dependency>
630630
<dependency>
631631
<!--
@@ -636,7 +636,7 @@
636636
-->
637637
<groupId>org.junit.jupiter</groupId>
638638
<artifactId>junit-jupiter-engine</artifactId>
639-
<version>6.1.0</version>
639+
<version>6.1.1</version>
640640
</dependency>
641641
<dependency>
642642
<!--
@@ -647,7 +647,7 @@
647647
-->
648648
<groupId>org.junit.jupiter</groupId>
649649
<artifactId>junit-jupiter-params</artifactId>
650-
<version>6.1.0</version>
650+
<version>6.1.1</version>
651651
</dependency>
652652
<dependency>
653653
<!--
@@ -658,7 +658,7 @@
658658
-->
659659
<groupId>org.junit.platform</groupId>
660660
<artifactId>junit-platform-commons</artifactId>
661-
<version>6.1.0</version>
661+
<version>6.1.1</version>
662662
</dependency>
663663
<dependency>
664664
<!--
@@ -669,7 +669,7 @@
669669
-->
670670
<groupId>org.junit.platform</groupId>
671671
<artifactId>junit-platform-engine</artifactId>
672-
<version>6.1.0</version>
672+
<version>6.1.1</version>
673673
</dependency>
674674
<dependency>
675675
<!--
@@ -680,7 +680,7 @@
680680
-->
681681
<groupId>org.junit.platform</groupId>
682682
<artifactId>junit-platform-launcher</artifactId>
683-
<version>6.1.0</version>
683+
<version>6.1.1</version>
684684
</dependency>
685685
<dependency>
686686
<!--
@@ -691,7 +691,7 @@
691691
-->
692692
<groupId>org.junit.vintage</groupId>
693693
<artifactId>junit-vintage-engine</artifactId>
694-
<version>6.1.0</version>
694+
<version>6.1.1</version>
695695
</dependency>
696696
<dependency>
697697
<!--

0 commit comments

Comments
 (0)