Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhekim committed Nov 25, 2024
1 parent 18ea127 commit 074e7af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/demo-group7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<properties>
<java.version>20</java.version>
<mockito.version>5.14.2</mockito.version>
<junit.version>5.10.0</junit.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -49,13 +50,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.0</version>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.14.2</version>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 074e7af

Please sign in to comment.