build.gradle: update Jakarta Annotations to 3.0.0

This commit is contained in:
Andreas Schildbach 2024-08-03 09:59:17 +02:00
parent e6c08f5df1
commit 78631379f2

View File

@ -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"