Skip to content

Commit

Permalink
Update pom.xml with the latest dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzSalein authored May 14, 2024
1 parent 6cf50dd commit 20d3f60
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@
<dependency>
<groupId>de.qytera</groupId>
<artifactId>qtaf-core</artifactId>
<version>LOCAL_2024_04_10_010</version>
<version>0.2.16</version>
</dependency>
<dependency>
<groupId>de.qytera</groupId>
<artifactId>qtaf-html-report-plugin</artifactId>
<version>LOCAL_2024_04_10_010</version>
<version>0.2.16</version>
</dependency>
<dependency>
<groupId>de.qytera</groupId>
<artifactId>qtaf-xray-plugin</artifactId>
<version>LOCAL_2024_04_10_010</version>
<version>0.2.16</version>
</dependency>
<dependency>
<groupId>de.qytera</groupId>
<artifactId>qtaf-allure-plugin</artifactId>
<version>LOCAL_2024_04_10_010</version>
<version>0.2.16</version>
</dependency>
<dependency>
<groupId>de.qytera</groupId>
<artifactId>qtaf-rest-assured</artifactId>
<version>LOCAL_2024_04_10_010</version>
<version>0.2.16</version>
</dependency>
<dependency>
<groupId>com.github.javafaker</groupId>
Expand All @@ -47,13 +47,13 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
<version>1.18.32</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.8.0</version>
<version>7.10.2</version>
<scope>test</scope>
</dependency>

Expand All @@ -71,14 +71,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
</plugin>

<!-- Plugin to build a JAR file -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<version>3.4.1</version>
<configuration>
<archive>
<manifest>
Expand All @@ -94,4 +94,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 20d3f60

Please sign in to comment.