This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 6e99587a8 Bump nimbus-jose-jwt from 7.9 to 9.30.1 (#1195)
6e99587a8 is described below
commit 6e99587a873617c7fd78fe7a2f68858dee97c05a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 6 21:34:36 2023 +0100
Bump nimbus-jose-jwt from 7.9 to 9.30.1 (#1195)
Bumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt)
from 7.9 to 9.30.1.
-
[Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
-
[Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.30.1..7.9)
---
updated-dependencies:
- dependency-name: com.nimbusds:nimbus-jose-jwt
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fd4006358..4caba014a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
<guice.version>5.1.0</guice.version>
<eclipse.milo.version>0.6.3</eclipse.milo.version>
<netty.version>4.1.72.Final</netty.version>
- <nimbus-jose-jwt.version>7.9</nimbus-jose-jwt.version>
+ <nimbus-jose-jwt.version>9.30.1</nimbus-jose-jwt.version>
<opencsv.version>5.5.2</opencsv.version>
<plc4x.version>0.10.0</plc4x.version>
<protobuf.version>3.21.12</protobuf.version>