Skip to content

Commit

Permalink
updated dependencies in pom.xml (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaisalkhatri authored Aug 26, 2023
1 parent d8d2fd4 commit 206f79d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
/allure-results/
/allure-report/
/.allure/
/*.iml
/*.iml
/.DS_Store
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<log4jcore.version>3.0.0-alpha1</log4jcore.version>
<log4japi.version>3.0.0-alpha1</log4japi.version>
<json-schema-validator.version>5.3.1</json-schema-validator.version>
<allure.version>2.23.0</allure.version>
<allure.version>2.24.0</allure.version>
<awaitility.version>4.2.0</awaitility.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<aspectj.version>1.9.19</aspectj.version>
<commons-lang3.version>3.13.0</commons-lang3.version>
<aspectj.version>1.9.20</aspectj.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-enforcer.version>3.3.0</maven-enforcer.version>
<maven-enforcer.version>3.4.0</maven-enforcer.version>
<java-release.version>17</java-release.version>
<suite-xml>test-suite/testng.xml</suite-xml>
</properties>
Expand Down

0 comments on commit 206f79d

Please sign in to comment.