Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.codehaus.groovy-groov…
Browse files Browse the repository at this point in the history
…y-all-3.0.9
  • Loading branch information
Mjl33 authored Dec 18, 2021
2 parents bdd29a2 + cc8f643 commit 4a1f880
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<threads>1</threads>
<groups />
<aspectj.version>1.9.7</aspectj.version>
<allure.version>2.16.1</allure.version>
<allure.version>2.17.2</allure.version>
<truth.version>1.1.3</truth.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.saucelabs</groupId>
<artifactId>saucerest</artifactId>
<version>1.0.47</version>
<version>1.1.0</version>
</dependency>

<!-- Test related -->
Expand Down Expand Up @@ -120,12 +120,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
<version>20211205</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -199,13 +199,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.1</version>
<version>5.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.31.0</version>
<version>2.32.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -247,7 +247,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>9.1</version>
<version>9.2</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 4a1f880

Please sign in to comment.