Skip to content

Commit

Permalink
Bump JUnit from junit:junit:4.13.2
Browse files Browse the repository at this point in the history
org.junit.vintage:junit-vintage-engine from parent POM
  • Loading branch information
garydgregory committed Aug 25, 2024
1 parent beaa154 commit 915be77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<commons.componentid>fileupload</commons.componentid>
<commons.module.name>org.apache.commons.fileupload</commons.module.name>
<commons.release.version>1.6.0</commons.release.version>
<commons.next.version>1.6.1</commons.next.version>
<commons.release.desc>(requires Java ${maven.compiler.target} or later)</commons.release.desc>
<commons.jira.id>FILEUPLOAD</commons.jira.id>
<commons.jira.pid>12310476</commons.jira.pid>
Expand Down Expand Up @@ -87,9 +88,8 @@
<commons.jacoco.complexityRatio>0.66</commons.jacoco.complexityRatio> </properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update">Bump commons-parent from 62 to 73.</action>
<action dev="ggregory" type="update">Bump commons-io from 2.11.0 to 2.16.1.</action>
<action dev="ggregory" type="update">Bump javax.servlet:servlet-api from 2.4 to 2.5.</action>
<action dev="ggregory" type="update">Bump JUnit from junit:junit:4.13.2 org.junit.vintage:junit-vintage-engine from parent POM.</action>
</release>
<release version="1.5" date="2023-02-13" description="1.5 Release">
<action dev="markt" type="update">Bump Commons IO to 2.11.0</action>
Expand Down

0 comments on commit 915be77

Please sign in to comment.