Skip to content

Commit

Permalink
update 2024-09-27T15:57:49
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Sep 27, 2024
1 parent 3e2f4f7 commit 8888439
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Allure Example

> Example of Allure Report usage with spock, groovy 4.0 and Maven
> Example of Allure Report usage with Spock, Groovy 4.0 and Maven
<!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />-->

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<maven.compiler.release>21</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<allure.version>2.25.0</allure.version>
<aspectj.version>1.9.21</aspectj.version>
<allure.version>2.26.0</allure.version>
<aspectj.version>1.9.22</aspectj.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -128,7 +128,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<release>21</release>
Expand Down

0 comments on commit 8888439

Please sign in to comment.