Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.junit.jupiter-junit-ju…
Browse files Browse the repository at this point in the history
…piter-5.11.3
  • Loading branch information
paullatzelsperger authored Dec 2, 2024
2 parents 904d913 + 8bb309e commit 258819b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: false
steps:
- uses: agilepathway/[email protected].54
- uses: agilepathway/[email protected].56
with:
any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring
repo_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
format.version = "1.1"

[versions]
junit = "1.10.3"
junit = "1.11.3"
jupiter = "5.11.3"
tck = "0.0.1-SNAPSHOT"

Expand All @@ -20,4 +20,4 @@ nexuspublishing = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0
docker = { id = "com.bmuschko.docker-remote-api", version = "9.4.0" }
# needed to build a fat JAR
shadow = { id = "com.gradleup.shadow", version = "8.3.5" }
gradle-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
gradle-publish = { id = "com.gradle.plugin-publish", version = "1.3.0" }

0 comments on commit 258819b

Please sign in to comment.