-
Notifications
You must be signed in to change notification settings - Fork 144
Release 18.1.2 #850
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
Release 18.1.2 #850
Conversation
Bumps swagger-annotations from 2.2.2 to 2.2.3. --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps swagger-annotations from 1.6.5 to 1.6.7. --- updated-dependencies: - dependency-name: io.swagger:swagger-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps swagger-models from 2.2.2 to 2.2.3. --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-models dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Update MakeFile to generate Checkout Files
…3-swagger-models-2.2.3 Bump swagger-models from 2.2.2 to 2.2.3
…r-annotations-1.6.7 Bump swagger-annotations from 1.6.5 to 1.6.7
…3-swagger-annotations-2.2.3 Bump swagger-annotations from 2.2.2 to 2.2.3
… instance (#818) * Added secure PRNG for ivNonce based on non blocking instance * Small fix * AnOtHer SmAlL fIX * add trycatch block to set to nativePRNG for non unix systems * Whitespace after catch
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* updte templates * update Makefile * update dependencies for new templates * make dependencies more specific
Bumps swagger-models from 2.2.3 to 2.2.4. --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-models dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps swagger-annotations from 2.2.3 to 2.2.4. --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps swagger-annotations from 1.6.7 to 1.6.8. --- updated-dependencies: - dependency-name: io.swagger:swagger-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* PW-7327: Serialise ByteArray into JSON String * PW-7327: Update more byte[] fields
@@ -5,7 +5,7 @@ openapi-generator-cli:=java -jar $(openapi-generator-jar) | |||
|
|||
generator:=java | |||
library:=okhttp-gson | |||
services:=payments | |||
services:=payments checkout |
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.
Do we want to add the checkout or specific service in the makefile
?
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.
I don't see why not. It does not influence this release, and we'll be using it going forwards
This reverts commit c549f7b.
Description