Skip to content

Commit

Permalink
build(deps): Bump junit from 5.9.3 to 5.10.0 (#4)
Browse files Browse the repository at this point in the history
* Bump junit from 5.9.3 to 5.10.0

Bumps `junit` from 5.9.3 to 5.10.0.

Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.3 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.0)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.3 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.0)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.3 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.0)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Run Trigger build only on main

* remove duplicated issue and pull request templates

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ndr_brt <[email protected]>
  • Loading branch information
dependabot[bot] and ndr-brt authored Aug 1, 2023
1 parent 595ef34 commit ee8395e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 163 deletions.
58 changes: 0 additions & 58 deletions .github/ISSUE_TEMPLATE/adoption_request.md

This file was deleted.

47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
Trigger-Snapshot:
runs-on: ubuntu-latest
# forks cannot trigger Jenkins
if: github.repository == 'eclipse-edc/Runtime-Metamodel' && github.event_name == 'push'
if: github.repository == 'eclipse-edc/Runtime-Metamodel' && github.event_name == 'push' && github.ref_name == 'main'
needs: [Checkstyle, Javadoc, Unit-Tests]
steps:
# Trigger EF Jenkins. This job waits for Jenkins to complete the publishing, which may take a long time, because every
Expand All @@ -71,4 +71,4 @@ jobs:
"REPO": "https://github.com/eclipse-edc/Runtime-Metamodel"
}
job_name: "Publish-Component"
job_timeout: "3600" # Default 30 sec. (optional)
job_timeout: "3600" # Default 30 sec. (optional)
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ format.version = "1.1"
assertj = "3.24.2"
jackson = "2.15.2"
jetbrainsAnnotation = "24.0.1"
junit = "5.9.3"
junit = "5.10.0"
mockito = "5.4.0"

[libraries]
Expand Down

0 comments on commit ee8395e

Please sign in to comment.