Skip to content

Commit

Permalink
Merge 70db4c7 into 69bdd5d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 29, 2022
2 parents 69bdd5d + 70db4c7 commit 9f6ceb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -124,7 +124,7 @@
<junit.jupiter.version>5.6.1</junit.jupiter.version>
<maven.version.rules>file:///${project.basedir}/maven-version-rules.xml</maven.version.rules>
<spring.version>5.3.22</spring.version>
<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.0</slf4j.version>
<seleniumDevtools.artifactId>selenium-devtools-v102</seleniumDevtools.artifactId>
<fluentlenium.capabilities.default>{"goog:chromeOptions": {"args": ["headless","no-sandbox", "disable-gpu", "disable-dev-shm-usage"]}}</fluentlenium.capabilities.default>
</properties>
Expand Down Expand Up @@ -334,13 +334,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.11</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9f6ceb8

Please sign in to comment.