Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FISH-7820 FISH-7827 FISH-7828 FISH-7829 Update Nimbus-Jose-JWT, Accessors Smart, and JSON Smart #6418

Merged
merged 3 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ party licensors listed.
****************************************

---------------------------------------------------
Accessors Smart 2.4.8
Accessors Smart 2.4.11
Apache Ant 1.10.9
Apache BCEL 6.6.1
Apache Felix OSGI 7.x
Expand All @@ -41,10 +41,10 @@ Jackson 2.13.4
JBoss Class File Writer 1.3.0.Final
JBoss Logging 3.5.0.Final
JCIP Annotations 1.0-1
JSON Smart 2.4.8
JSON Smart 2.4.11
JXMPP 0.6.4
Mini DNS 0.3.4
Nimbus Jose JWT 9.23
Nimbus Jose JWT 9.35
OkHttp3 3.14.9
OkIO 1.17.2
Open Telemetry 1.29.0
Expand Down
6 changes: 3 additions & 3 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
<!-- Java API for XML Registries Resource Adapter -->
<jaxr.version>JAXR_RA_20091012</jaxr.version>

<nimbus-jose-jwt.version>9.25</nimbus-jose-jwt.version>
<accessors-smart.version>2.4.8</accessors-smart.version>
<json-smart.version>2.4.10</json-smart.version>
<nimbus-jose-jwt.version>9.35</nimbus-jose-jwt.version>
<accessors-smart.version>2.4.11</accessors-smart.version>
<json-smart.version>2.4.11</json-smart.version>
<reactor-core.version>3.4.4</reactor-core.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<jcip-annotations.version>1.0-1</jcip-annotations.version>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<properties>
<payara.core.version>6.2023.10-SNAPSHOT</payara.core.version>
<!-- BOM dependencies versions -->
<payara.security-connectors.version>3.0.alpha7</payara.security-connectors.version>
<payara.security-connectors.version>3.0.alpha8</payara.security-connectors.version>
<hk2.version>3.0.1.payara-p3</hk2.version>
<osgi.version>7.0.0</osgi.version>
<osgi.dto.version>1.1.1</osgi.dto.version>
Expand Down