mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
build.gradle: update protobuf-javalite to 3.22.5
This commit is contained in:
parent
7b6f48a739
commit
fe6382d850
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ version = '0.17-SNAPSHOT'
|
|||
dependencies {
|
||||
api 'org.bouncycastle:bcprov-jdk15to18:1.77'
|
||||
api 'com.google.guava:guava:32.1.3-android'
|
||||
api 'com.google.protobuf:protobuf-javalite:3.22.3'
|
||||
api 'com.google.protobuf:protobuf-javalite:3.22.5'
|
||||
implementation 'org.slf4j:slf4j-api:2.0.9'
|
||||
implementation 'net.jcip:jcip-annotations:1.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
|
@ -39,7 +39,7 @@ compileJava {
|
|||
|
||||
protobuf {
|
||||
protoc {
|
||||
artifact = 'com.google.protobuf:protoc:3.22.3'
|
||||
artifact = 'com.google.protobuf:protoc:3.22.5'
|
||||
}
|
||||
generateProtoTasks {
|
||||
all().each { task ->
|
||||
|
|
Loading…
Add table
Reference in a new issue