Skip to content

Commit

Permalink
build(deps): bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jendrik Johannes <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jendrik Johannes <[email protected]>
  • Loading branch information
dependabot[bot] and jjohannes authored Dec 17, 2024
1 parent d088d8d commit 055e01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/zxc-build-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

- name: Publish JUnit Test Report
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
if: ${{ github.actor != 'dependabot[bot]' }}
with:
check_name: JUnit Test Report
time_unit: seconds
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

implementation(platform("org.jetbrains.kotlin:kotlin-bom:${embeddedKotlinVersion}"))

testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("org.junit.jupiter:junit-jupiter-params")
}
Expand Down

0 comments on commit 055e01d

Please sign in to comment.