This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.12 by this push:
new 7e598ee Bump jjwt-api from 0.10.7 to 0.11.2 (#4124)
7e598ee is described below
commit 7e598eef9d41b6341369a8c7d3c80ed32845ca6d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 12 16:19:00 2021 +0800
Bump jjwt-api from 0.10.7 to 0.11.2 (#4124)
Bumps [jjwt-api](https://github.com/jwtk/jjwt) from 0.10.7 to 0.11.2.
- [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.10.7...0.11.2)
---
updated-dependencies:
- dependency-name: io.jsonwebtoken:jjwt-api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
server/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/pom.xml b/server/pom.xml
index baa7b82..aaf29d5 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -148,7 +148,7 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
- <version>0.10.7</version>
+ <version>0.11.2</version>
</dependency>
<!-- Impl -->
<dependency>