Skip to content

Commit

Permalink
dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 30, 2024
1 parent c0c2603 commit 1b46c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
<selenium.devtools.artifactId>selenium-devtools-v127</selenium.devtools.artifactId>

<jetty.version>9.4.56.v20240826</jetty.version>
<log4j.version>2.24.0</log4j.version>
<log4j.version>2.24.1</log4j.version>
<slf4j.version>2.0.16</slf4j.version>

<!-- As a property, as it is included in Checkstyle build -->
<checkstyle.version>10.18.1</checkstyle.version>
<checkstyle.version>10.18.2</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>
<pmd.version>7.6.0</pmd.version>
<junit.version>4.13.2</junit.version>
Expand Down Expand Up @@ -220,7 +220,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit 1b46c0d

Please sign in to comment.