File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ plugins.withType(JavaPlugin).configureEach {
2424
2525repositories {
2626 maven {
27- url = " https://maven.pkg.github.com/comodal /json-iterator"
27+ url = " https://maven.pkg.github.com/sava-software /json-iterator"
2828 credentials {
2929 username = GPR_USER
3030 password = GPR_TOKEN
@@ -42,7 +42,7 @@ repositories {
4242
4343dependencies {
4444 implementation libs. bouncycastle
45- implementation libs. json. iterator
45+ implementation libs. sava . json. iterator
4646 implementation libs. sava. core
4747
4848 testImplementation libs. junit. jupiter
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencyResolutionManagement {
2020 }
2121 versionCatalogs {
2222 libs {
23- from(" software.sava:solana-version-catalog:0.6.36 " )
23+ from(" software.sava:solana-version-catalog:0.6.48 " )
2424 }
2525 }
2626}
You can’t perform that action at this time.
0 commit comments