-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix #131: Merge upstream #132
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix #939: Custom Spring Boot Banner
- add equals and hashcode - make ActivationOtpErrorResponse immutable
Fix #945: Coverity: Eq: Problems with implementation of equals()
Bumps io.swagger.core.v3:swagger-annotations-jakarta from 2.2.15 to 2.2.19. --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-annotations-jakarta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [net.javacrumbs.shedlock:shedlock-bom](https://github.com/lukas-krecan/ShedLock) from 5.10.0 to 5.10.2. - [Commits](lukas-krecan/ShedLock@shedlock-parent-5.10.0...shedlock-parent-5.10.2) --- updated-dependencies: - dependency-name: net.javacrumbs.shedlock:shedlock-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps org.openapitools:openapi-generator-maven-plugin from 7.0.0 to 7.1.0. --- updated-dependencies: - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…-openapi-generator-maven-plugin-7.1.0
…hedlock-shedlock-bom-5.10.2
…v3-swagger-annotations-jakarta-2.2.19
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps `spring-statemachine.version` from 3.2.1 to 4.0.0. Updates `org.springframework.statemachine:spring-statemachine-starter` from 3.2.1 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-statemachine/releases) - [Commits](spring-projects/spring-statemachine@v3.2.1...v4.0.0) Updates `org.springframework.statemachine:spring-statemachine-test` from 3.2.1 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-statemachine/releases) - [Commits](spring-projects/spring-statemachine@v3.2.1...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.statemachine:spring-statemachine-starter dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.statemachine:spring-statemachine-test dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ringdoc-openapi-starter-webmvc-ui-2.3.0
…ine.version-4.0.0
Fix #947: Update logback
* Fix #911: Expose API to upload presence check data
* Fix #907: Innovatrics DocumentVerificationProvider * Merge providers * Do not check consistency of each attribute of a document
banterCZ
approved these changes
Dec 14, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #131
Merge upstream after implementing Innovatrics provider