This is an automated email from the ASF dual-hosted git repository.
chanholee pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.12 by this push:
new 61f7d9817e Bump com.nimbusds:nimbus-jose-jwt from 9.37.2 to 9.37.4 in
/zeppelin-server
61f7d9817e is described below
commit 61f7d9817e4b6037ff4f746c500dec3f66327283
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 11 21:24:14 2025 +0900
Bump com.nimbusds:nimbus-jose-jwt from 9.37.2 to 9.37.4 in /zeppelin-server
Bumps
[com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt)
from 9.37.2 to 9.37.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/2432c09121add9fe6b2db9173131dd777939bfee"><code>2432c09</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/fa9737c49f1ae706d8929abfcb6f346b04275e03"><code>fa9737c</code></a>
Bumps Tink and BC deps</li>
<li><a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/431f492225d8812cc6e57c6ebe1363e2fab2baba"><code>431f492</code></a>
[maven-release-plugin] prepare release 9.37.3</li>
<li><a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/f7fb882cc08f027c9ceb874acec3b51c6222861c"><code>f7fb882</code></a>
Backports fixes to issues <a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/583">#583</a>, <a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/577">#577</a>, <a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/547">#547</a>, <a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/issues/549">#549</a>, <a
hre [...]
<li><a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/ee7f3f9093c833987c67a67e574581e61240dfb0"><code>ee7f3f9</code></a>
Fixes HTML markup error in JavaDoc overview.html</li>
<li><a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/392252c7a8f2e0c089f6537be32c440ea4e32ed1"><code>392252c</code></a>
[maven-release-plugin] prepare release 9.37.4</li>
<li>See full diff in <a
href="https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.4..9.37.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`<at>dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `<at>dependabot rebase` will rebase this PR
- `<at>dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `<at>dependabot merge` will merge this PR after your CI passes on it
- `<at>dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `<at>dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `<at>dependabot reopen` will reopen this PR if it is closed
- `<at>dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `<at>dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `<at>dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the PR
or upgrade to it yourself)
- `<at>dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the PR
or upgrade to it yourself)
- `<at>dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR or
upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security
Alerts page](https://github.com/apache/zeppelin/network/alerts).
</details>
Closes #5023 from
dependabot[bot]/dependabot/maven/zeppelin-server/com.nimbusds-nimbus-jose-jwt-9.37.4.
Signed-off-by: ChanHo Lee <[email protected]>
(cherry picked from commit 66b1617c5b7053ae65551a247eea501222c3cf4c)
Signed-off-by: ChanHo Lee <[email protected]>
---
zeppelin-server/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml
index 5ae5feed62..4d7ee67c66 100644
--- a/zeppelin-server/pom.xml
+++ b/zeppelin-server/pom.xml
@@ -38,7 +38,7 @@
<javax.ws.rsapi.version>2.1</javax.ws.rsapi.version>
<libpam4j.version>1.11</libpam4j.version>
<jna.version>4.1.0</jna.version>
- <nimbus.version>9.37.2</nimbus.version>
+ <nimbus.version>9.37.4</nimbus.version>
<kerberos.version>2.0.0-M15</kerberos.version>
<!--test library versions-->