aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-02-05 21:29:00 +0000
committerGravatar vitalyster2024-02-06 12:43:27 +0300
commit44760455fbb452100ac442a1f24baf1a53d0882b (patch)
treef78d93d3ed7957ba09765b7580e38c24bf081654 /pom.xml
parent53d6f7103085344b905ebb8dd1f0c54ce95ded03 (diff)
build(deps): bump jjwt.version from 0.12.4 to 0.12.5
Bumps `jjwt.version` from 0.12.4 to 0.12.5. Updates `io.jsonwebtoken:jjwt-api` from 0.12.4 to 0.12.5 - [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.4...0.12.5) Updates `io.jsonwebtoken:jjwt-jackson` from 0.12.4 to 0.12.5 Updates `io.jsonwebtoken:jjwt-impl` from 0.12.4 to 0.12.5 - [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.4...0.12.5) --- 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 470f2961..d9f1d7fa 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.4</jjwt.version>
+ <jjwt.version>0.12.5</jjwt.version>
<rome.version>2.1.0</rome.version>
</properties>
<dependencies>