Skip to content

Commit 58f286d

Browse files
committed
Update IDL clients.
1 parent 8381463 commit 58f286d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

solana-version-catalog/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = providers.gradleProperty("version").getOrElse("")
1313
// Plugins
1414

1515
// https://github.com/beryx/badass-jlink-plugin
16-
val jlink = "3.2.0"
16+
val jlink = "3.2.1"
1717

1818
// https://plugins.gradle.org/plugin/com.google.protobuf
1919
val googleProtobufPlugin = "0.9.6"
@@ -32,15 +32,15 @@ val savaJsonIterator = "21.0.11"
3232

3333
// https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk18on
3434
// https://www.bouncycastle.org/download/bouncy-castle-java/#latest
35-
val bouncyCastle = "1.81"
35+
val bouncyCastle = "1.83"
3636

3737
// https://central.sonatype.com/search?namespace=software.sava
3838
val sava = "25.3.0"
3939
val savaWeb2 = "25.1.0"
4040
val savaPrograms = "25.0.0"
4141
val savaAnchorPrograms = "25.1.4"
4242

43-
val savaIDLClients = "25.10.2"
43+
val savaIDLClients = "25.10.3"
4444
val savaIDLClientsCore = savaIDLClients
4545
val savaIDLClientsCCTP = savaIDLClients
4646
val savaIDLClientsDrift = savaIDLClients
@@ -56,12 +56,12 @@ val glamIxProxy = "25.0.2"
5656
val glamSDK = "25.4.0"
5757

5858
// https://central.sonatype.com/artifact/org.eclipse.jetty/jetty-server
59-
val jetty = "12.1.5"
59+
val jetty = "12.1.6"
6060
// https://mvnrepository.com/artifact/io.fusionauth/java-http
6161
val fusionauthHttp = "1.4.0"
6262

6363
// https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kms
64-
val googleCloudKms = "2.83.0"
64+
val googleCloudKms = "2.85.0"
6565
val savaRavina = "25.1.1"
6666

6767
// https://mvnrepository.com/artifact/io.grpc

0 commit comments

Comments
 (0)