Skip to content

Commit

Permalink
Merge pull request #343 from JohT/renovate/equalsverifier.version
Browse files Browse the repository at this point in the history
Update dependency nl.jqno.equalsverifier:equalsverifier to v3.18
  • Loading branch information
JohT authored Dec 26, 2024
2 parents fb0bbb4 + 997237a commit 07bd886
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
java: [17]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

jobs:
native-image-build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
java: ['java17']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Label of the container job
postgresql-build:
# Containers must run in Linux based operating systems
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Docker Hub image that `postgresql-build` executes in
container: maven:3.8.7-openjdk-18

Expand Down
2 changes: 1 addition & 1 deletion showcase-quarkus-eventsourcing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<reactor-core.version>3.7.1</reactor-core.version>

<archunit.version>1.3.0</archunit.version>
<equalsverifier.version>3.17.5</equalsverifier.version>
<equalsverifier.version>3.18</equalsverifier.version>
<hamcrest.version>3.0</hamcrest.version>
</properties>

Expand Down

0 comments on commit 07bd886

Please sign in to comment.