Skip to content

Conversation

@dependabot
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] <support@github.com>
@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 <frank.schnicke@iese.fraunhofer.de>

* 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 <florian.wege@iese.fraunhofer.de>

* replace KeycloakServiceProvider::deleteRealm by deleteRealmIfExists

- remove some commented out code
- remove some unnecessary imports

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

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

* Fixes javadoc error

Signed-off-by: Mohammad Ghazanfar Ali Danish <ghazanfar.danish@iese.fraunhofer.de>

* Integrates dependabot

Signed-off-by: Mohammad Ghazanfar Ali Danish <ghazanfar.danish@iese.fraunhofer.de>

Signed-off-by: Mohammad Ghazanfar Ali Danish <ghazanfar.danish@iese.fraunhofer.de>

* Update dependabot.yml

* Spike new authorization scenarios after extending auth facilities

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

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

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Progress new authorization scenarios

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* 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 <florian.wege@iese.fraunhofer.de>

* Use internal authorization classes and interfaces

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

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

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Format and add license headers

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Remove AuthorizedSubmodelScenario

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Add GrantedAuthority support to combined auth scenario

- add some license headers and format

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Reformat

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

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

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Match SDK and Components

- add Javadoc to classes
- make example models factory classes

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Factory use fix

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert CloudEdgeDeploymentScenarion

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert StaticDynamicScenario

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert AuthorizationProvider

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert AuthorizedComponentFactory

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert KeycloakServiceProvider

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert AuthorizedRegistryContext.properties

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert CloudEdgeDeploymentScenarioAASContext

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Remove superfluous properties files

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert basyx.hello_world/pom.xml

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Remove superfluous AuthorizedAASServerContext.properties

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Moved AuthorizedRegistryScenarion and test back

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert AuthorizedRegistryScenarion and test

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert readmes

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Revert readmes #2

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Use new internal authorization classes in properties files

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Reformat

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Make AuthorizedRegistryScenario use right kc and no security.properties

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* GitHub workflow pin keycloak docker image version

Signed-off-by: wege <florian.wege@iese.fraunhofer.de>

* Fixes keycloak container port

Signed-off-by: Frank Schnicke <frank.schnicke@iese.fraunhofer.de>
Signed-off-by: wege <florian.wege@iese.fraunhofer.de>
Signed-off-by: Mohammad Ghazanfar Ali Danish <ghazanfar.danish@iese.fraunhofer.de>
Co-authored-by: Frank Schnicke <77283144+FrankSchnicke@users.noreply.github.com>
Co-authored-by: Daniele <50317336+DendoD96@users.noreply.github.com>
Co-authored-by: Jannik Fried <Jannik.Fried@iese.fraunhofer.de>
Co-authored-by: Frank Schnicke <frank.schnicke@iese.fraunhofer.de>
Co-authored-by: Mohammad Ghazanfar Ali Danish <62088117+mdanish98@users.noreply.github.com>
mdanish98 pushed a commit that referenced this pull request Jan 8, 2024
Signed-off-by: Maximilian Conradi <maximilian.conradi@iese.fraunhofer.de>
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.

1 participant