Skip to content

Commit

Permalink
chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine…
Browse files Browse the repository at this point in the history
… to v5.11.2 (#1984)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sri Harsha <[email protected]>
  • Loading branch information
renovate[bot] and harsha509 authored Oct 11, 2024
1 parent 65c61d5 commit deb9b07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {

dependencies {
testImplementation 'org.seleniumhq.selenium:selenium-java:4.25.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion examples/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.1</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<slf4j.version>2.0.16</slf4j.version>
<logback.version>1.5.9</logback.version>

<junit5.version>5.11.1</junit5.version>
<junit5.version>5.11.2</junit5.version>
<wdm.version>5.2.3</wdm.version>

<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
Expand Down

0 comments on commit deb9b07

Please sign in to comment.