Skip to content

Commit 5d27cde

Browse files
committed
Update Ravina.
1 parent d76285c commit 5d27cde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
rootProject.name = "solana-version-catalog"
2+
13
pluginManagement {
24
repositories {
35
gradlePluginPortal()
@@ -20,6 +22,4 @@ plugins {
2022
id("software.sava.build") version "21.3.2"
2123
}
2224

23-
rootProject.name = "solana-version-catalog"
24-
2525
include("solana-version-catalog")

solana-version-catalog/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ val fusionauthHttp = "1.4.0"
6262

6363
// https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kms
6464
val googleCloudKms = "2.83.0"
65-
val savaRavina = "25.1.0"
65+
val savaRavina = "25.1.1"
6666

6767
// https://mvnrepository.com/artifact/io.grpc
6868
val grpc = "1.76.0"

0 commit comments

Comments
 (0)