Skip to content

Commit

Permalink
bump deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe7s committed Aug 15, 2024
1 parent fdf7bf5 commit c8f5805
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,17 @@ def getAppVersion = { ->
ext {
VERSION = getAppVersion()
VCS_URL = 'https://github.com/sava-software/anchor-programs'

bouncycastleMinor = 'jdk18on'
bouncycastlePatch = '1.78.1' // https://www.bouncycastle.org/latest_releases.html#LATEST

jsoniter = '2.11.+'
sava = '1.0.7'

sava = '1.0.9'
sava_solana_web2 = '1.0.5'
sava_solana_programs = '1.0.7'
sava_anchor_src_gen = '1.0.4'
bouncycastleMinor = 'jdk18on'
bouncycastlePatch = '1.78.1' // https://www.bouncycastle.org/latest_releases.html#LATEST
sava_anchor_programs = '1.0.8'
}

subprojects {
Expand Down

0 comments on commit c8f5805

Please sign in to comment.