Skip to content

Commit 1a2e2f5

Browse files
committed
Bump json-smart and oauth2-oidc-sdk
1 parent 24afbe3 commit 1a2e2f5

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

gradle/verification-metadata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,11 @@
10061006
<sha256 value="9e51b2c17503cdd3eb97f41491c712aff7783bb3c67185d789f44ccf2a603b26" origin="Generated by Gradle"/>
10071007
</artifact>
10081008
</component>
1009+
<component group="com.nimbusds" name="oauth2-oidc-sdk" version="11.22.2">
1010+
<artifact name="oauth2-oidc-sdk-11.22.2.jar">
1011+
<sha256 value="64fab42f17bf8e0efb193dd34da716ef7abb7515234036119df1776b808dc066" origin="Generated by Gradle"/>
1012+
</artifact>
1013+
</component>
10091014
<component group="com.nimbusds" name="oauth2-oidc-sdk" version="11.9.1">
10101015
<artifact name="oauth2-oidc-sdk-11.9.1.jar">
10111016
<sha256 value="0820c9690966304d075347b88e81ae490213440fc4d2c84f3d370d41941b2b9c" origin="Generated by Gradle"/>
@@ -1809,6 +1814,11 @@
18091814
<sha256 value="86c0c189581b79b57b0719f443a724e9f628ffbb9eef645cf79194f5973a1001" origin="Generated by Gradle"/>
18101815
</artifact>
18111816
</component>
1817+
<component group="net.minidev" name="json-smart" version="2.5.2">
1818+
<artifact name="json-smart-2.5.2.jar">
1819+
<sha256 value="4fbdedb0105cedc7f766b95c297d2e88fb6a560da48f3bbaa0cc538ea8b7bf71" origin="Generated by Gradle"/>
1820+
</artifact>
1821+
</component>
18121822
<component group="net.nextencia" name="rrdiagram" version="0.9.4">
18131823
<artifact name="rrdiagram-0.9.4.jar">
18141824
<sha256 value="8f0855addca5320cfadedbf7d3d46b681f3f308b6e87d5d82f32637ba72256b6" origin="Generated by Gradle"/>

modules/repository-azure/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ dependencies {
6666
api("com.nimbusds:nimbus-jose-jwt:9.37.3"){
6767
exclude group: 'com.google.crypto.tink', module: 'tink' // it's an optional dependency on which we don't rely
6868
}
69-
api("com.nimbusds:oauth2-oidc-sdk:11.9.1"){
69+
api("com.nimbusds:oauth2-oidc-sdk:11.22.2"){
7070
exclude group: 'com.google.crypto.tink', module: 'tink' // it's an optional dependency on which we don't rely
7171
}
7272
api "jakarta.activation:jakarta.activation-api:1.2.1"
7373
api "jakarta.xml.bind:jakarta.xml.bind-api:2.3.3"
7474
api "net.java.dev.jna:jna-platform:${versions.jna}" // Maven says 5.14.0 but this aligns with the Elasticsearch-wide version
7575
api "net.java.dev.jna:jna:${versions.jna}" // Maven says 5.14.0 but this aligns with the Elasticsearch-wide version
7676
api "net.minidev:accessors-smart:2.5.0"
77-
api "net.minidev:json-smart:2.5.0"
77+
api "net.minidev:json-smart:2.5.2"
7878
api "org.codehaus.woodstox:stax2-api:4.2.2"
7979
api "org.ow2.asm:asm:9.3"
8080

x-pack/plugin/security/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
runtimeOnly "joda-time:joda-time:2.10.10"
8080

8181
// Dependencies for oidc
82-
api "com.nimbusds:oauth2-oidc-sdk:11.10.1"
82+
api "com.nimbusds:oauth2-oidc-sdk:11.22.2"
8383
api project(path: xpackModule('security:lib:nimbus-jose-jwt-modified'), configuration: 'shadow')
8484
if (isEclipse) {
8585
/*
@@ -91,7 +91,7 @@ dependencies {
9191
api "com.nimbusds:lang-tag:1.4.4"
9292
api "com.sun.mail:jakarta.mail:1.6.3"
9393
api "net.jcip:jcip-annotations:1.0"
94-
api "net.minidev:json-smart:2.5.1"
94+
api "net.minidev:json-smart:2.5.2"
9595
api "net.minidev:accessors-smart:2.4.2"
9696
api "org.ow2.asm:asm:8.0.1"
9797

0 commit comments

Comments
 (0)