Skip to content

Commit

Permalink
Merge pull request #689 from focus-shift/dependabot/maven/net.jqwik-j…
Browse files Browse the repository at this point in the history
…qwik-1.9.2

build(deps): bump net.jqwik:jqwik from 1.9.1 to 1.9.2
  • Loading branch information
derTobsch authored Dec 6, 2024
2 parents 2218938 + c3f329a commit 134a9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
sonarqube:
name: SonarQube Cloud
runs-on: ubuntu-24.04
if: ${{ github.repository == 'focus-shift/jollyday' && (github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')) }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<junit.version>5.11.3</junit.version>
<mockito.version>5.14.2</mockito.version>
<assertj.version>3.26.3</assertj.version>
<jqwik.version>1.9.1</jqwik.version>
<jqwik.version>1.9.2</jqwik.version>
<jmh.version>1.37</jmh.version>

<!--suppress UnresolvedMavenProperty - for IDEA-->
Expand Down

0 comments on commit 134a9fa

Please sign in to comment.