Skip to content

Commit

Permalink
Bump JUnit from 5.10.2 to 5.11.0-M1
Browse files Browse the repository at this point in the history
* Bump org.junit.jupiter:junit-jupiter .................. 5.10.2 ->
5.11.0-M1
* Bump org.junit.jupiter:junit-jupiter-api .............. 5.10.2 ->
5.11.0-M1
* Bump org.junit.jupiter:junit-jupiter-engine ........... 5.10.2 ->
5.11.0-M1
* Bump org.junit.jupiter:junit-jupiter-migrationsupport ..5.10.2 ->
5.11.0-M1
* Bump org.junit.jupiter:junit-jupiter-params ........... 5.10.2 ->
5.11.0-M1
* Bump org.junit.platform:junit-platform-commons ........ 1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-console ........ 1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-engine ......... 1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-jfr ............ 1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-launcher ....... 1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-reporting ...... 1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-runner ......... 1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-suite .......... 1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-suite-api ...... 1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-suite-commons ...1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-suite-engine ... 1.10.2 ->
1.11.0-M1
* Bump org.junit.platform:junit-platform-testkit ........ 1.10.2 ->
1.11.0-M1
* Bump org.junit.vintage:junit-vintage-engine ........... 5.10.2 ->
5.11.0-M1
  • Loading branch information
garydgregory committed Apr 29, 2024
1 parent b53dd82 commit 76bbce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -166,7 +166,7 @@
<commons.moditect-maven-plugin.addServiceUses>true</commons.moditect-maven-plugin.addServiceUses>
<!-- Warning: org.apache.felix:maven-bundle-plugin does not yet support bndlib 7 -->
<commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version>
<commons.junit.version>5.10.2</commons.junit.version>
<commons.junit.version>5.11.0-M1</commons.junit.version>
<commons.jmh.version>1.37</commons.jmh.version>
<!--
Note: Maven site plugin 3.5.1 is the latest version but is not a direct replacement:
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -76,6 +76,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 #404.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.pmd-impl.version from 6.55.0 to 7.1.0 #388, #408.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.bcel:bcel from 6.8.2 to 6.9.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.junit.jupiter:junit-* from 5.10.2 to 5.11.0-M1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.junit.platform:junit-platform-* from 5.10.2 to 5.11.0-M1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.junit.vintage:junit-vintage-engine from 5.10.2 to 5.11.0-M1.</action>
</release>
<release version="69" date="2024-03-29" description="Version 69: Maintenance and update dependencies">
<!-- UPDATE -->
Expand Down

0 comments on commit 76bbce4

Please sign in to comment.