mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
build.gradle: update Jakarta Annotations to 3.0.0
This commit is contained in:
parent
e6c08f5df1
commit
78631379f2
@ -9,7 +9,7 @@ dependencies {
|
||||
implementation 'de.jensd:fontawesomefx:8.0.0'
|
||||
implementation 'com.google.zxing:core:3.5.3'
|
||||
implementation 'org.slf4j:slf4j-jdk14:2.0.13'
|
||||
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
|
||||
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
|
||||
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.3"
|
||||
|
Loading…
Reference in New Issue
Block a user