Skip to content

Commit

Permalink
Updated to Serenity 4.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Feb 1, 2024
1 parent d2b5882 commit e9ef0ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<name>Sample Serenity BDD project using JUnit 5</name>

<properties>
<serenity.version>4.0.15</serenity.version>
<junit5.version>5.10.0</junit5.version>
<serenity.version>4.0.46</serenity.version>
<junit5.version>5.10.1</junit5.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<encoding>UTF-8</encoding>
<tags></tags>
Expand Down Expand Up @@ -78,14 +78,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
<configuration>
<includes>
<include>**/*Test.java</include>
Expand All @@ -110,7 +110,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.12.1</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down

0 comments on commit e9ef0ce

Please sign in to comment.