Skip to content

Commit

Permalink
Merge branch 'main' into 1645-fix-read-most-recent-per-word
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Jul 3, 2024
2 parents 2eb3ddd + fde4088 commit f11d725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
java: [11, 17]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220320</version>
<version>20231013</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f11d725

Please sign in to comment.