Skip to content

Commit

Permalink
update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Aug 27, 2024
1 parent 030bc68 commit 3ac9cd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson.version>2.16.2</jackson.version>
<main.dir>${project.basedir}</main.dir>
<junit.version>5.10.2</junit.version>
<mockito.version>5.11.0</mockito.version>
<junit.version>5.11.0</junit.version>
<mockito.version>5.12.0</mockito.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<assertj.version>3.25.3</assertj.version>
<assertj.version>3.26.3</assertj.version>
<maven-surefire-plugin.version>3.4.0</maven-surefire-plugin.version>
</properties>

<scm>
Expand Down Expand Up @@ -181,15 +182,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<argLine>-Duser.timezone=UTC</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
<version>${maven-surefire-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down
2 changes: 1 addition & 1 deletion unirest-bdd-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>6.1.3</version>
<version>6.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3ac9cd9

Please sign in to comment.