-
Notifications
You must be signed in to change notification settings - Fork 0
Release 0.3.2 #38
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
Merged
Merged
Release 0.3.2 #38
Conversation
This file contains hidden or 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
Bumps `jjwt.version` from 0.12.5 to 0.12.6. Updates `io.jsonwebtoken:jjwt-api` from 0.12.5 to 0.12.6 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.12.5...0.12.6) Updates `io.jsonwebtoken:jjwt-impl` from 0.12.5 to 0.12.6 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.12.5...0.12.6) Updates `io.jsonwebtoken:jjwt-jackson` from 0.12.5 to 0.12.6 --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.jsonwebtoken:jjwt-impl dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…-0.12.6 Bump jjwt.version from 0.12.5 to 0.12.6
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.32...v1.18.34) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ombok-lombok-1.18.34 Bump org.projectlombok:lombok from 1.18.32 to 1.18.34
…piter-junit-jupiter-api-5.10.3 Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3
@rultor release, tag is |
@JavaCoDED78 OK, I will release it now. Please check the progress here |
@JavaCoDED78 Done! FYI, the full log is here (took me 10min) |
JavaCoDED78
added a commit
that referenced
this pull request
Jul 2, 2024
Merge pull request #38 from JavaCoDED78/main
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.
PR-Codex overview
The focus of this PR is to update dependencies in the
pom.xml
file, specifically upgradingjjwt
to version 0.12.6 andlombok
to version 1.18.34.Detailed summary
jjwt
version from 0.12.5 to 0.12.6lombok
version from 1.18.32 to 1.18.34junit
version from 5.10.2 to 5.10.3