aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-01-29 21:16:48 +0000
committerGravatar vitalyster2024-01-31 15:05:09 +0300
commite636df69a3a6e5b313c432f6e64bb3aa07ba5eaa (patch)
treef27dde9f067dc7b2e67dcf73819da963ae4d28d4 /pom.xml
parent85c285364b8cae7997a21beec1c0235675944ce7 (diff)
build(deps): bump jjwt.version from 0.12.3 to 0.12.4
Bumps `jjwt.version` from 0.12.3 to 0.12.4. Updates `io.jsonwebtoken:jjwt-api` from 0.12.3 to 0.12.4 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.3...0.12.4) Updates `io.jsonwebtoken:jjwt-jackson` from 0.12.3 to 0.12.4 Updates `io.jsonwebtoken:jjwt-impl` from 0.12.3 to 0.12.4 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.3...0.12.4) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api 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 - dependency-name: io.jsonwebtoken:jjwt-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a942f50a..4e6fcfaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<maven.compiler.target>17</maven.compiler.target>
<babbler.version>0ecd48781b</babbler.version>
<commonmark.version>0.21.0</commonmark.version>
- <jjwt.version>0.12.3</jjwt.version>
+ <jjwt.version>0.12.4</jjwt.version>
<rome.version>2.1.0</rome.version>
</properties>
<dependencies>