Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Dec 3, 2023
1 parent 9104f79 commit 61df579
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<junit.version>4.13.2</junit.version>
<groovy.version>4.0.13</groovy.version>
<spock.version>2.4-M1-groovy-4.0</spock.version>
<byte-buddy.version>1.14.9</byte-buddy.version>
<byte-buddy.version>1.14.10</byte-buddy.version>
<guava.version>32.1.3-jre</guava.version>
<hamcrest.version>2.2</hamcrest.version>
<slf4j.version>2.0.9</slf4j.version>
Expand All @@ -52,18 +52,18 @@
<junit5.version>5.10.0</junit5.version>
<mockito.version>3.3.3</mockito.version>
<assertj.version>3.24.2</assertj.version>
<commons.lang.version>3.13.0</commons.lang.version>
<commons.lang.version>3.14.0</commons.lang.version>
<commons.lang2.version>2.6</commons.lang2.version>
<commons.io.version>2.15.0</commons.io.version>
<commons.io.version>2.15.1</commons.io.version>
<commons.text.version>1.11.0</commons.text.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.collections.version>4.4</commons.collections.version>
<commons.compress.version>1.24.0</commons.compress.version>
<commons.compress.version>1.25.0</commons.compress.version>
<commons.net.version>3.10.0</commons.net.version>
<commons.codec.version>1.16.0</commons.codec.version>
<freemarker.version>2.3.32</freemarker.version>
<selenium.version>4.15.0</selenium.version>
<htmlunit.driver.version>4.14.1</htmlunit.driver.version>
<htmlunit.driver.version>4.15.0</htmlunit.driver.version>
<jsonassert.version>1.5.1</jsonassert.version>
<jsoup.version>1.15.4</jsoup.version>
<joda-time.version>2.12.5</joda-time.version>
Expand All @@ -75,7 +75,7 @@
<freemarker.version>2.3.32</freemarker.version>
<appium.version>9.0.0</appium.version>
<fluentlenium.version>0.10.2</fluentlenium.version>
<htmlunit.version>3.7.0</htmlunit.version>
<htmlunit.version>3.9.0</htmlunit.version>
<filters.version>2.0.235</filters.version>
<ngwebdriver.version>1.1.6</ngwebdriver.version>
<spring.version>5.3.29</spring.version>
Expand All @@ -87,7 +87,7 @@
<wiremock.version>1.58</wiremock.version>
<thymeleaf.version>3.1.2.RELEASE</thymeleaf.version>
<javassist.version>3.29.2-GA</javassist.version>
<jackson.version>2.15.2</jackson.version>
<jackson.version>2.16.0</jackson.version>
<xchart.version>3.5.2</xchart.version>
<ehcache.version>3.10.8</ehcache.version>
<!-- Kotlin config -->
Expand Down
2 changes: 1 addition & 1 deletion serenity-screenplay-playwright/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
<configuration>
<parallel>all</parallel>
<threadCount>8</threadCount>
Expand Down
2 changes: 1 addition & 1 deletion serenity-screenplay-webdriver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
<configuration>
<parallel>all</parallel>
<threadCount>8</threadCount>
Expand Down
2 changes: 1 addition & 1 deletion serenity-smoketests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.1.2</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit 61df579

Please sign in to comment.