This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10x by this push:
new 5c5e41c2041 Update dependency no.nav.security:mock-oauth2-server to v5
(#3133)
5c5e41c2041 is described below
commit 5c5e41c204135f71b0330904ddb1f1d11fe2d24c
Author: Solr Bot <[email protected]>
AuthorDate: Fri Jun 26 11:39:05 2026 +0200
Update dependency no.nav.security:mock-oauth2-server to v5 (#3133)
Co-authored-by: Jan Høydahl <[email protected]>
(cherry picked from commit 872bdc98ad782135f922a738527c248a964b6530)
---
...3-update-no-nav-security-mock-oauth2-server.yml | 7 +
gradle/libs.versions.toml | 6 +-
solr/licenses/accessors-smart-2.4.9.jar.sha1 | 1 -
solr/licenses/accessors-smart-2.5.2.jar.sha1 | 1 +
solr/licenses/bcpkix-jdk15on-1.70.jar.sha1 | 1 -
solr/licenses/bcprov-jdk15on-1.70.jar.sha1 | 1 -
solr/licenses/bcutil-jdk15on-1.70.jar.sha1 | 1 -
solr/licenses/content-type-2.2.jar.sha1 | 1 -
solr/licenses/content-type-2.3.jar.sha1 | 1 +
solr/licenses/freemarker-2.3.32.jar.sha1 | 1 -
solr/licenses/freemarker-2.3.34.jar.sha1 | 1 +
.../licenses/jackson-module-kotlin-2.21.2.jar.sha1 | 1 -
.../licenses/jackson-module-kotlin-2.21.3.jar.sha1 | 1 +
solr/licenses/json-smart-2.4.10.jar.sha1 | 1 -
solr/licenses/json-smart-2.5.2.jar.sha1 | 1 +
solr/licenses/kotlin-stdlib-2.2.20.jar.sha1 | 1 +
.../licenses/kotlinx-serialization-LICENSE-ASL.txt | 201 ++++++++++++++++++++
solr/licenses/kotlinx-serialization-NOTICE.txt | 2 +
.../kotlinx-serialization-core-jvm-1.11.0.jar.sha1 | 1 +
.../kotlinx-serialization-json-jvm-1.11.0.jar.sha1 | 1 +
solr/licenses/mock-oauth2-server-0.5.10.jar.sha1 | 1 -
solr/licenses/mock-oauth2-server-5.0.1.jar.sha1 | 1 +
solr/licenses/mockwebserver-4.12.0.jar.sha1 | 1 -
solr/licenses/mockwebserver-5.2.1.jar.sha1 | 1 +
solr/licenses/mockwebserver3-5.2.1.jar.sha1 | 1 +
solr/licenses/mockwebserver3-LICENSE-ASL.txt | 202 +++++++++++++++++++++
solr/licenses/mockwebserver3-NOTICE.txt | 13 ++
solr/licenses/nimbus-jose-jwt-10.5.jar.sha1 | 1 -
solr/licenses/nimbus-jose-jwt-10.9.jar.sha1 | 1 +
solr/licenses/oauth2-oidc-sdk-10.10.1.jar.sha1 | 1 -
solr/licenses/oauth2-oidc-sdk-11.37.1.jar.sha1 | 1 +
solr/licenses/okhttp-jvm-5.2.1.jar.sha1 | 1 +
solr/licenses/okio-jvm-3.16.1.jar.sha1 | 1 +
solr/modules/jwt-auth/build.gradle | 1 +
solr/modules/jwt-auth/gradle.lockfile | 44 +++--
35 files changed, 469 insertions(+), 34 deletions(-)
diff --git
a/changelog/unreleased/PR#3133-update-no-nav-security-mock-oauth2-server.yml
b/changelog/unreleased/PR#3133-update-no-nav-security-mock-oauth2-server.yml
new file mode 100644
index 00000000000..6d286df8b65
--- /dev/null
+++ b/changelog/unreleased/PR#3133-update-no-nav-security-mock-oauth2-server.yml
@@ -0,0 +1,7 @@
+title: Update no.nav.security:mock-oauth2-server to v5
+type: dependency_update
+authors:
+- name: solrbot
+links:
+- name: PR#3133
+ url: https://github.com/apache/solr/pull/3133
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 38a530361fb..40978364bb6 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -158,7 +158,7 @@ ltgt-errorprone = "5.1.0"
mockito = "5.23.0"
morethan-jmhreport = "0.9.6"
mvikotlin = "4.3.0"
-navsecurity = "0.5.10"
+navsecurity = "5.0.1"
netty = "4.2.15.Final"
# @keep for version alignment
netty-tcnative = "2.0.75.Final"
@@ -185,7 +185,6 @@ semver4j = "6.0.0"
slf4j = "2.0.17"
spatial4j = "0.8"
spotbugs = "4.9.8"
-squareup-okhttp3-mockwebserver = "4.12.0"
squareup-okhttp3-okhttp = "4.12.0"
squareup-okio = "3.16.0"
stephenc-jcip = "1.0-1"
@@ -494,8 +493,9 @@ slf4j-api = { module = "org.slf4j:slf4j-api", version.ref =
"slf4j" }
slf4j-jcloverslf4j = { module = "org.slf4j:jcl-over-slf4j", version.ref =
"slf4j" }
slf4j-jultoslf4j = { module = "org.slf4j:jul-to-slf4j", version.ref = "slf4j" }
spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations",
version.ref = "spotbugs" }
-squareup-okhttp3-mockwebserver = { module =
"com.squareup.okhttp3:mockwebserver", version.ref =
"squareup-okhttp3-mockwebserver" }
+squareup-okhttp3-mockwebserver = { module =
"com.squareup.okhttp3:mockwebserver" }
squareup-okhttp3-okhttp = { module = "com.squareup.okhttp3:okhttp",
version.ref = "squareup-okhttp3-okhttp" }
+squareup-okhttp3-okhttp-jvm = { module = "com.squareup.okhttp3:okhttp-jvm",
version.ref = "squareup-okhttp3-okhttp" }
squareup-okio = { module = "com.squareup.okio:okio", version.ref =
"squareup-okio" }
stephenc-jcip-annotations = { module =
"com.github.stephenc.jcip:jcip-annotations", version.ref = "stephenc-jcip" }
swagger3-annotations-jakarta = { module =
"io.swagger.core.v3:swagger-annotations-jakarta", version.ref = "swagger3" }
diff --git a/solr/licenses/accessors-smart-2.4.9.jar.sha1
b/solr/licenses/accessors-smart-2.4.9.jar.sha1
deleted file mode 100644
index 4f92fc9a8fc..00000000000
--- a/solr/licenses/accessors-smart-2.4.9.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-32e540749224c22c9b17de8137e916aae9057e22
diff --git a/solr/licenses/accessors-smart-2.5.2.jar.sha1
b/solr/licenses/accessors-smart-2.5.2.jar.sha1
new file mode 100644
index 00000000000..4066b6ec5b4
--- /dev/null
+++ b/solr/licenses/accessors-smart-2.5.2.jar.sha1
@@ -0,0 +1 @@
+ce16fd235cfee48e67eda33e684423bba09f7d07
diff --git a/solr/licenses/bcpkix-jdk15on-1.70.jar.sha1
b/solr/licenses/bcpkix-jdk15on-1.70.jar.sha1
deleted file mode 100644
index 07cad6d4ede..00000000000
--- a/solr/licenses/bcpkix-jdk15on-1.70.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f81e5af49571a9d5a109a88f239a73ce87055417
diff --git a/solr/licenses/bcprov-jdk15on-1.70.jar.sha1
b/solr/licenses/bcprov-jdk15on-1.70.jar.sha1
deleted file mode 100644
index bef2dafc789..00000000000
--- a/solr/licenses/bcprov-jdk15on-1.70.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4636a0d01f74acaf28082fb62b317f1080118371
diff --git a/solr/licenses/bcutil-jdk15on-1.70.jar.sha1
b/solr/licenses/bcutil-jdk15on-1.70.jar.sha1
deleted file mode 100644
index 73d78731359..00000000000
--- a/solr/licenses/bcutil-jdk15on-1.70.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-54280e7195a7430d7911ded93fc01e07300b9526
diff --git a/solr/licenses/content-type-2.2.jar.sha1
b/solr/licenses/content-type-2.2.jar.sha1
deleted file mode 100644
index 77741b906a3..00000000000
--- a/solr/licenses/content-type-2.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-9a894bce7646dd4086652d85b88013229f23724b
diff --git a/solr/licenses/content-type-2.3.jar.sha1
b/solr/licenses/content-type-2.3.jar.sha1
new file mode 100644
index 00000000000..7718175e95f
--- /dev/null
+++ b/solr/licenses/content-type-2.3.jar.sha1
@@ -0,0 +1 @@
+e3aa0be212d7a42839a8f3f506f5b990bcce0222
diff --git a/solr/licenses/freemarker-2.3.32.jar.sha1
b/solr/licenses/freemarker-2.3.32.jar.sha1
deleted file mode 100644
index 60149ea2b7f..00000000000
--- a/solr/licenses/freemarker-2.3.32.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8607259125d4fbe982754227ea4f75dd513c6d19
diff --git a/solr/licenses/freemarker-2.3.34.jar.sha1
b/solr/licenses/freemarker-2.3.34.jar.sha1
new file mode 100644
index 00000000000..295fbbd33db
--- /dev/null
+++ b/solr/licenses/freemarker-2.3.34.jar.sha1
@@ -0,0 +1 @@
+c2fa47a1c3b6dcdfca90e952e51211967a4baa54
diff --git a/solr/licenses/jackson-module-kotlin-2.21.2.jar.sha1
b/solr/licenses/jackson-module-kotlin-2.21.2.jar.sha1
deleted file mode 100644
index bc33b73bf9d..00000000000
--- a/solr/licenses/jackson-module-kotlin-2.21.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fead9c81f170fb041ff014cccf3085e31ccc0726
diff --git a/solr/licenses/jackson-module-kotlin-2.21.3.jar.sha1
b/solr/licenses/jackson-module-kotlin-2.21.3.jar.sha1
new file mode 100644
index 00000000000..27342611e26
--- /dev/null
+++ b/solr/licenses/jackson-module-kotlin-2.21.3.jar.sha1
@@ -0,0 +1 @@
+4758f45e74ed46084652bb17b734992382e74f8c
diff --git a/solr/licenses/json-smart-2.4.10.jar.sha1
b/solr/licenses/json-smart-2.4.10.jar.sha1
deleted file mode 100644
index 5b6f2472c45..00000000000
--- a/solr/licenses/json-smart-2.4.10.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-91cb329e9424bf32131eeb1ce2d17bf31b9899bc
diff --git a/solr/licenses/json-smart-2.5.2.jar.sha1
b/solr/licenses/json-smart-2.5.2.jar.sha1
new file mode 100644
index 00000000000..24ba18aac54
--- /dev/null
+++ b/solr/licenses/json-smart-2.5.2.jar.sha1
@@ -0,0 +1 @@
+95d166b18f95907be0f46cdb9e1c0695eed03387
diff --git a/solr/licenses/kotlin-stdlib-2.2.20.jar.sha1
b/solr/licenses/kotlin-stdlib-2.2.20.jar.sha1
new file mode 100644
index 00000000000..cd6eec602ce
--- /dev/null
+++ b/solr/licenses/kotlin-stdlib-2.2.20.jar.sha1
@@ -0,0 +1 @@
+5380b19fa1924399b62ce3a1faffebb2b4f82272
diff --git a/solr/licenses/kotlinx-serialization-LICENSE-ASL.txt
b/solr/licenses/kotlinx-serialization-LICENSE-ASL.txt
new file mode 100644
index 00000000000..f49a4e16e68
--- /dev/null
+++ b/solr/licenses/kotlinx-serialization-LICENSE-ASL.txt
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
\ No newline at end of file
diff --git a/solr/licenses/kotlinx-serialization-NOTICE.txt
b/solr/licenses/kotlinx-serialization-NOTICE.txt
new file mode 100644
index 00000000000..493a90d2be8
--- /dev/null
+++ b/solr/licenses/kotlinx-serialization-NOTICE.txt
@@ -0,0 +1,2 @@
+kotlinx.serialization
+Copyright 2017-2023 JetBrains s.r.o and respective authors and developers
diff --git a/solr/licenses/kotlinx-serialization-core-jvm-1.11.0.jar.sha1
b/solr/licenses/kotlinx-serialization-core-jvm-1.11.0.jar.sha1
new file mode 100644
index 00000000000..63a141cdda5
--- /dev/null
+++ b/solr/licenses/kotlinx-serialization-core-jvm-1.11.0.jar.sha1
@@ -0,0 +1 @@
+c1905c9bf7452b045d5af9248835abe64ddad6bf
diff --git a/solr/licenses/kotlinx-serialization-json-jvm-1.11.0.jar.sha1
b/solr/licenses/kotlinx-serialization-json-jvm-1.11.0.jar.sha1
new file mode 100644
index 00000000000..56104eea74b
--- /dev/null
+++ b/solr/licenses/kotlinx-serialization-json-jvm-1.11.0.jar.sha1
@@ -0,0 +1 @@
+e7e045e99e56f07599bb9ccb708c2190e2af0606
diff --git a/solr/licenses/mock-oauth2-server-0.5.10.jar.sha1
b/solr/licenses/mock-oauth2-server-0.5.10.jar.sha1
deleted file mode 100644
index da3d7cc1a78..00000000000
--- a/solr/licenses/mock-oauth2-server-0.5.10.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-1d1b2d193db1c5646d530e87b1dd5510b8192ece
diff --git a/solr/licenses/mock-oauth2-server-5.0.1.jar.sha1
b/solr/licenses/mock-oauth2-server-5.0.1.jar.sha1
new file mode 100644
index 00000000000..5fd9a5c2e6b
--- /dev/null
+++ b/solr/licenses/mock-oauth2-server-5.0.1.jar.sha1
@@ -0,0 +1 @@
+5335122cc0f1c4f57bf5af4d8a5f6460f7e848be
diff --git a/solr/licenses/mockwebserver-4.12.0.jar.sha1
b/solr/licenses/mockwebserver-4.12.0.jar.sha1
deleted file mode 100644
index 0d2e676aa66..00000000000
--- a/solr/licenses/mockwebserver-4.12.0.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3bc54cc5c87cd632031d0881f3c313d3799a1476
diff --git a/solr/licenses/mockwebserver-5.2.1.jar.sha1
b/solr/licenses/mockwebserver-5.2.1.jar.sha1
new file mode 100644
index 00000000000..5de8754ba67
--- /dev/null
+++ b/solr/licenses/mockwebserver-5.2.1.jar.sha1
@@ -0,0 +1 @@
+3506708250e4ab1ad57730457ee435b0250afbf0
diff --git a/solr/licenses/mockwebserver3-5.2.1.jar.sha1
b/solr/licenses/mockwebserver3-5.2.1.jar.sha1
new file mode 100644
index 00000000000..c2d952040f7
--- /dev/null
+++ b/solr/licenses/mockwebserver3-5.2.1.jar.sha1
@@ -0,0 +1 @@
+1c402f4adc0e3a272df3154fcf19abf77e487898
diff --git a/solr/licenses/mockwebserver3-LICENSE-ASL.txt
b/solr/licenses/mockwebserver3-LICENSE-ASL.txt
new file mode 100644
index 00000000000..d6456956733
--- /dev/null
+++ b/solr/licenses/mockwebserver3-LICENSE-ASL.txt
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/solr/licenses/mockwebserver3-NOTICE.txt
b/solr/licenses/mockwebserver3-NOTICE.txt
new file mode 100644
index 00000000000..d8bff2eefb0
--- /dev/null
+++ b/solr/licenses/mockwebserver3-NOTICE.txt
@@ -0,0 +1,13 @@
+Copyright 2019 Square, Inc.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
\ No newline at end of file
diff --git a/solr/licenses/nimbus-jose-jwt-10.5.jar.sha1
b/solr/licenses/nimbus-jose-jwt-10.5.jar.sha1
deleted file mode 100644
index d773a439be6..00000000000
--- a/solr/licenses/nimbus-jose-jwt-10.5.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-8ef880fa881a4eb9676dd6c419126aa7753d49f2
diff --git a/solr/licenses/nimbus-jose-jwt-10.9.jar.sha1
b/solr/licenses/nimbus-jose-jwt-10.9.jar.sha1
new file mode 100644
index 00000000000..0506ac6094d
--- /dev/null
+++ b/solr/licenses/nimbus-jose-jwt-10.9.jar.sha1
@@ -0,0 +1 @@
+59fa8df26e59665566d9795036e005d149d1fcf3
diff --git a/solr/licenses/oauth2-oidc-sdk-10.10.1.jar.sha1
b/solr/licenses/oauth2-oidc-sdk-10.10.1.jar.sha1
deleted file mode 100644
index 94aec1b8cf7..00000000000
--- a/solr/licenses/oauth2-oidc-sdk-10.10.1.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a9a0d131feff0f8a059c306bd5fca886bf8195cc
diff --git a/solr/licenses/oauth2-oidc-sdk-11.37.1.jar.sha1
b/solr/licenses/oauth2-oidc-sdk-11.37.1.jar.sha1
new file mode 100644
index 00000000000..e122ddf5687
--- /dev/null
+++ b/solr/licenses/oauth2-oidc-sdk-11.37.1.jar.sha1
@@ -0,0 +1 @@
+c59f93d816c9d18e1afcd72ca511cd1f3314bb2e
diff --git a/solr/licenses/okhttp-jvm-5.2.1.jar.sha1
b/solr/licenses/okhttp-jvm-5.2.1.jar.sha1
new file mode 100644
index 00000000000..38d3d52d5c5
--- /dev/null
+++ b/solr/licenses/okhttp-jvm-5.2.1.jar.sha1
@@ -0,0 +1 @@
+239374c8de427f72657c0145dda769fccb17a7b2
diff --git a/solr/licenses/okio-jvm-3.16.1.jar.sha1
b/solr/licenses/okio-jvm-3.16.1.jar.sha1
new file mode 100644
index 00000000000..46b92f0cc6d
--- /dev/null
+++ b/solr/licenses/okio-jvm-3.16.1.jar.sha1
@@ -0,0 +1 @@
+2c8e9a56ce1a1b30ec920fb93a3a9980cf34b015
diff --git a/solr/modules/jwt-auth/build.gradle
b/solr/modules/jwt-auth/build.gradle
index 89f4f1a4ac7..3d6f1964924 100644
--- a/solr/modules/jwt-auth/build.gradle
+++ b/solr/modules/jwt-auth/build.gradle
@@ -65,5 +65,6 @@ dependencies {
testImplementation libs.nimbusds.josejwt
testImplementation libs.squareup.okhttp3.mockwebserver
testImplementation libs.squareup.okhttp3.okhttp
+ testImplementation libs.squareup.okhttp3.okhttp.jvm
testRuntimeOnly libs.netty.codechttp
}
diff --git a/solr/modules/jwt-auth/gradle.lockfile
b/solr/modules/jwt-auth/gradle.lockfile
index 828f1bfe781..4965ccddf45 100644
--- a/solr/modules/jwt-auth/gradle.lockfile
+++ b/solr/modules/jwt-auth/gradle.lockfile
@@ -9,7 +9,7 @@
com.fasterxml.jackson.core:jackson-databind:2.21.2=jarValidation,permitTestUnuse
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.21.2=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.21.2=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.21.2=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
-com.fasterxml.jackson.module:jackson-module-kotlin:2.21.2=jarValidation,testRuntimeClasspath
+com.fasterxml.jackson.module:jackson-module-kotlin:2.21.3=jarValidation,testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.21.2=compileClasspath,constraintsOnly,jarValidation,permitTestUnusedDeclared,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
com.fasterxml.woodstox:woodstox-core:7.0.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
com.github.ben-manes.caffeine:caffeine:3.2.3=annotationProcessor,errorprone,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testAnnotationProcessor,testRuntimeClasspath
@@ -31,14 +31,16 @@
com.google.protobuf:protobuf-java:4.34.1=annotationProcessor,errorprone,testAnno
com.j256.simplemagic:simplemagic:1.17=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
com.jayway.jsonpath:json-path:2.9.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
com.lmax:disruptor:4.0.0=solrPlatformLibs
-com.nimbusds:content-type:2.2=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.nimbusds:content-type:2.3=jarValidation,testCompileClasspath,testRuntimeClasspath
com.nimbusds:lang-tag:1.7=jarValidation,testCompileClasspath,testRuntimeClasspath
-com.nimbusds:nimbus-jose-jwt:10.5=jarValidation,testCompileClasspath,testRuntimeClasspath
-com.nimbusds:oauth2-oidc-sdk:10.10.1=jarValidation,testCompileClasspath,testRuntimeClasspath
-com.squareup.okhttp3:mockwebserver:4.12.0=jarValidation,testCompileClasspath,testRuntimeClasspath
-com.squareup.okhttp3:okhttp:4.12.0=jarValidation,testCompileClasspath,testRuntimeClasspath
-com.squareup.okio:okio-jvm:3.16.0=jarValidation,testCompileClasspath,testRuntimeClasspath
-com.squareup.okio:okio:3.16.0=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.nimbusds:nimbus-jose-jwt:10.9=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.nimbusds:oauth2-oidc-sdk:11.37.1=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.squareup.okhttp3:mockwebserver3:5.2.1=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.squareup.okhttp3:mockwebserver:5.2.1=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.squareup.okhttp3:okhttp-jvm:5.2.1=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.squareup.okhttp3:okhttp:5.2.1=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.squareup.okio:okio-jvm:3.16.1=jarValidation,testCompileClasspath,testRuntimeClasspath
+com.squareup.okio:okio:3.16.1=jarValidation,testCompileClasspath,testRuntimeClasspath
com.tdunning:t-digest:3.3=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
commons-cli:commons-cli:1.11.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
commons-codec:commons-codec:1.21.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
@@ -89,9 +91,9 @@
jakarta.xml.bind:jakarta.xml.bind-api:4.0.2=jarValidation,runtimeClasspath,runti
javax.inject:javax.inject:1=annotationProcessor,errorprone,testAnnotationProcessor
junit:junit:4.13.2=jarValidation,testCompileClasspath,testRuntimeClasspath
net.bytebuddy:byte-buddy:1.18.8-jdk5=jarValidation,testCompileClasspath,testRuntimeClasspath
-net.minidev:accessors-smart:2.4.9=jarValidation,testCompileClasspath,testRuntimeClasspath
-net.minidev:json-smart:2.4.10=jarValidation,testCompileClasspath,testRuntimeClasspath
-no.nav.security:mock-oauth2-server:0.5.10=jarValidation,testCompileClasspath,testRuntimeClasspath
+net.minidev:accessors-smart:2.5.2=jarValidation,testCompileClasspath,testRuntimeClasspath
+net.minidev:json-smart:2.5.2=jarValidation,testCompileClasspath,testRuntimeClasspath
+no.nav.security:mock-oauth2-server:5.0.1=jarValidation,testCompileClasspath,testRuntimeClasspath
org.antlr:antlr4-runtime:4.13.2=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.commons:commons-exec:1.6.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.apache.commons:commons-lang3:3.20.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
@@ -131,11 +133,8 @@
org.apache.zookeeper:zookeeper-jute:3.9.5=compileClasspath,jarValidation,runtime
org.apache.zookeeper:zookeeper:3.9.5=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.2=jarValidation,testRuntimeClasspath
org.bitbucket.b_c:jose4j:0.9.6=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
-org.bouncycastle:bcpkix-jdk15on:1.70=jarValidation,testRuntimeClasspath
org.bouncycastle:bcpkix-jdk18on:1.84=jarValidation,testCompileClasspath,testRuntimeClasspath
-org.bouncycastle:bcprov-jdk15on:1.70=jarValidation,testRuntimeClasspath
org.bouncycastle:bcprov-jdk18on:1.84=jarValidation,testCompileClasspath,testRuntimeClasspath
-org.bouncycastle:bcutil-jdk15on:1.70=jarValidation,testRuntimeClasspath
org.bouncycastle:bcutil-jdk18on:1.84=jarValidation,testCompileClasspath,testRuntimeClasspath
org.codehaus.woodstox:stax2-api:4.2.2=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.34=jarValidation,testRuntimeClasspath
@@ -156,7 +155,7 @@
org.eclipse.jetty:jetty-security:12.0.34=jarValidation,runtimeClasspath,runtimeL
org.eclipse.jetty:jetty-server:12.0.34=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.eclipse.jetty:jetty-session:12.0.34=jarValidation,testRuntimeClasspath
org.eclipse.jetty:jetty-util:12.0.34=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testCompileClasspath,testRuntimeClasspath
-org.freemarker:freemarker:2.3.32=jarValidation,testRuntimeClasspath
+org.freemarker:freemarker:2.3.34=jarValidation,testRuntimeClasspath
org.glassfish.hk2.external:aopalliance-repackaged:4.0.0-M3=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.glassfish.hk2:hk2-api:4.0.0-M3=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.glassfish.hk2:hk2-locator:4.0.0-M3=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
@@ -173,10 +172,17 @@
org.glassfish.jersey:jersey-bom:4.0.2=jarValidation,runtimeClasspath,runtimeLibs
org.hamcrest:hamcrest:3.0=jarValidation,testCompileClasspath,testRuntimeClasspath
org.javassist:javassist:3.30.2-GA=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:2.1.21=jarValidation,testRuntimeClasspath
-org.jetbrains.kotlin:kotlin-stdlib-common:2.2.0=jarValidation,testRuntimeClasspath
-org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0=jarValidation,testCompileClasspath,testRuntimeClasspath
-org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.0=jarValidation,testCompileClasspath,testRuntimeClasspath
-org.jetbrains.kotlin:kotlin-stdlib:2.2.0=jarValidation,testCompileClasspath,testRuntimeClasspath
+org.jetbrains.kotlin:kotlin-stdlib-common:2.2.20=testRuntimeClasspath
+org.jetbrains.kotlin:kotlin-stdlib-common:2.3.20=jarValidation
+org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0=jarValidation,testRuntimeClasspath
+org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.0=jarValidation,testRuntimeClasspath
+org.jetbrains.kotlin:kotlin-stdlib:2.2.20=testCompileClasspath,testRuntimeClasspath
+org.jetbrains.kotlin:kotlin-stdlib:2.3.20=jarValidation
+org.jetbrains.kotlinx:kotlinx-serialization-bom:1.11.0=jarValidation,testRuntimeClasspath
+org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.11.0=jarValidation,testRuntimeClasspath
+org.jetbrains.kotlinx:kotlinx-serialization-core:1.11.0=jarValidation,testRuntimeClasspath
+org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.11.0=jarValidation,testRuntimeClasspath
+org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0=jarValidation,testRuntimeClasspath
org.jetbrains:annotations:26.0.2=jarValidation,testCompileClasspath,testRuntimeClasspath
org.jspecify:jspecify:1.0.0=annotationProcessor,compileClasspath,errorprone,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.6.2=jarValidation,testRuntimeClasspath