We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08020f commit 3756c94Copy full SHA for 3756c94
solana-version-catalog/build.gradle.kts
@@ -23,7 +23,7 @@ val googleProtobufPlugin = "0.9.5"
23
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
24
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
25
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params
26
-val junit = "6.0.1"
+val junit = "6.0.2"
27
28
// Compile & Implementation
29
@@ -40,7 +40,7 @@ val savaWeb2 = "25.1.0"
40
val savaPrograms = "25.0.0"
41
val savaAnchorPrograms = "25.1.4"
42
43
-val savaIDLClients = "25.9.1"
+val savaIDLClients = "25.9.2"
44
val savaIDLClientsCore = savaIDLClients
45
val savaIDLClientsCCTP = savaIDLClients
46
val savaIDLClientsDrift = savaIDLClients
0 commit comments