Skip to content

Commit

Permalink
chore(deps): update JUnit version to 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Aug 19, 2024
1 parent 8d6a29d commit 6a9902a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

testImplementation("com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests")
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<jersey.version>3.1.8</jersey.version>
<jackson.version>2.17.2</jackson.version>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0</junit.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

testImplementation("com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests")
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<spring.version>6.1.11</spring.version>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0</junit.version>
<log4j.version>2.23.1</log4j.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

testImplementation("com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests")
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<properties>
<java.version>17</java.version>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0</junit.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

testImplementation("com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests")
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation('org.apache.struts:struts2-junit-plugin:7.0.0-M8') {
exclude group: 'org.apache.struts', module: 'struts2-core'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<struts.version>7.0.0-M8</struts.version>
<jackson.version>2.17.2</jackson.version>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0</junit.version>
<log4j.version>2.23.1</log4j.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependencyCheck.version>10.0.3</dependencyCheck.version>
<jackson.version>2.17.2</jackson.version>
<slf4j.version>2.0.16</slf4j.version>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.0</junit.version>
<mockito.version>5.12.0</mockito.version>
<hamcrest.version>1.3</hamcrest.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 6a9902a

Please sign in to comment.