Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump junit from 4.12 to 4.13.1 in /basyx.hello_world #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 5, 2022

Bumps junit from 4.12 to 4.13.1.

Release notes

Sourced from junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 5, 2022
mdanish98 added a commit that referenced this pull request Apr 11, 2023
* Update and rename README to README.md

* Update readme.txt

Default password for streamsheet admin account is 1234

* Update and rename CONTRIBUTING to CONTRIBUTING.md

* Updates examples to 1.2.0

Signed-off-by: Frank Schnicke <[email protected]>

* Corrects 1.2.0 to 1.1.0 for examples

* upgrade basyx dependencies

- update AuthorizedRegistryScenario to accomodate updated components
- restructure keycloak configuration

Signed-off-by: wege <[email protected]>

* replace KeycloakServiceProvider::deleteRealm by deleteRealmIfExists

- remove some commented out code
- remove some unnecessary imports

Signed-off-by: wege <[email protected]>

* Integrates dependabot for Github Actions and Maven (eclipse-basyx#18)

* Fixes javadoc error

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>

* Integrates dependabot

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>

Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>

* Update dependabot.yml

* Spike new authorization scenarios after extending auth facilities

Signed-off-by: wege <[email protected]>

* Up BaSyx dependencies, add logback dependency and add logback.xml

Signed-off-by: wege <[email protected]>

* Progress new authorization scenarios

Signed-off-by: wege <[email protected]>

* Fix or improve combined authorization scenario

- Change security.properties authorization to SimpleRbac
- Adapt RbacRuleSet deserialization
- Add docker keycloak script to README

Signed-off-by: wege <[email protected]>

* Use internal authorization classes and interfaces

Signed-off-by: wege <[email protected]>

* Add scopes to client in KeycloakSetup, use GrantedAuthority on default

Signed-off-by: wege <[email protected]>

* Format and add license headers

Signed-off-by: wege <[email protected]>

* Remove AuthorizedSubmodelScenario

Signed-off-by: wege <[email protected]>

* Add GrantedAuthority support to combined auth scenario

- add some license headers and format

Signed-off-by: wege <[email protected]>

* Reformat

Signed-off-by: wege <[email protected]>

* Lift versions in basyx.examples/pom.xml to 1.3.0-SNAPSHOT again

Signed-off-by: wege <[email protected]>

* Match SDK and Components

- add Javadoc to classes
- make example models factory classes

Signed-off-by: wege <[email protected]>

* Factory use fix

Signed-off-by: wege <[email protected]>

* Revert CloudEdgeDeploymentScenarion

Signed-off-by: wege <[email protected]>

* Revert StaticDynamicScenario

Signed-off-by: wege <[email protected]>

* Revert AuthorizationProvider

Signed-off-by: wege <[email protected]>

* Revert AuthorizedComponentFactory

Signed-off-by: wege <[email protected]>

* Revert KeycloakServiceProvider

Signed-off-by: wege <[email protected]>

* Revert AuthorizedRegistryContext.properties

Signed-off-by: wege <[email protected]>

* Revert CloudEdgeDeploymentScenarioAASContext

Signed-off-by: wege <[email protected]>

* Remove superfluous properties files

Signed-off-by: wege <[email protected]>

* Revert basyx.hello_world/pom.xml

Signed-off-by: wege <[email protected]>

* Remove superfluous AuthorizedAASServerContext.properties

Signed-off-by: wege <[email protected]>

* Moved AuthorizedRegistryScenarion and test back

Signed-off-by: wege <[email protected]>

* Revert AuthorizedRegistryScenarion and test

Signed-off-by: wege <[email protected]>

* Revert readmes

Signed-off-by: wege <[email protected]>

* Revert readmes #2

Signed-off-by: wege <[email protected]>

* Use new internal authorization classes in properties files

Signed-off-by: wege <[email protected]>

* Reformat

Signed-off-by: wege <[email protected]>

* Make AuthorizedRegistryScenario use right kc and no security.properties

Signed-off-by: wege <[email protected]>

* GitHub workflow pin keycloak docker image version

Signed-off-by: wege <[email protected]>

* Fixes keycloak container port

Signed-off-by: Frank Schnicke <[email protected]>
Signed-off-by: wege <[email protected]>
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
Co-authored-by: Frank Schnicke <[email protected]>
Co-authored-by: Daniele <[email protected]>
Co-authored-by: Jannik Fried <[email protected]>
Co-authored-by: Frank Schnicke <[email protected]>
Co-authored-by: Mohammad Ghazanfar Ali Danish <[email protected]>
mdanish98 pushed a commit that referenced this pull request Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants