Skip to content

Commit

Permalink
Combined dependency updates (2023-09-08) (#21)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/checkout from 3 to 4](#18)
- [Bump org.seleniumhq.selenium:selenium-java from 4.12.0 to 4.12.1](#20)
- [Bump slf4j.version from 2.0.7 to 2.0.9](#19)
  • Loading branch information
giis-qabot committed Sep 8, 2023
1 parent 3f161a3 commit b10e2f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
build:
runs-on: ubuntu-latest
#if: ${{ false }} # disable for now
permissions:
statuses: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<selenium-jupiter.version>4.3.7</selenium-jupiter.version>

<slf4j.version>2.0.7</slf4j.version>
<slf4j.version>2.0.9</slf4j.version>

<junit-jupiter-engine.version>5.10.0</junit-jupiter-engine.version>

Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.12.0</version>
<version>4.12.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit b10e2f9

Please sign in to comment.