Skip to content

Commit

Permalink
Merge pull request #5039 from jdi-testing/update_guava
Browse files Browse the repository at this point in the history
Update versions - security
  • Loading branch information
pnatashap authored Aug 12, 2023
2 parents 38f4eb2 + efdbae8 commit bdefa9b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
5 changes: 5 additions & 0 deletions jdi-light-material-ui-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<artifactId>log4j-1.2-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.5.1</version>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jdi-light-selenium3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version>
<version>32.1.2-jre</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions jdi-light-vuetify-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.14.3</version>
<version>7.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.5.2</version>
<version>5.8</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion jdi-light/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version>
<version>32.1.2-jre</version>
</dependency>
</dependencies>

Expand Down
5 changes: 0 additions & 5 deletions test-templates/jdi-light-junit-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
<version>${jdi.version}</version>
</dependency>
<!-- Require for run WebDriver -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.0-jre</version>
</dependency>
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-junit5</artifactId>
Expand Down

0 comments on commit bdefa9b

Please sign in to comment.