@@ -3,7 +3,7 @@ slf4j-version = "2.0.17"
33log4j2-version = " 2.25.1"
44picocli-version = " 4.7.7"
55jackson-version = " 2.20.0"
6- jetbrains-annotations- version = " 26 .0.2 "
6+ jspecify- version = " 1 .0.0 "
77metadata-extractor-version = " 2.19.0"
88pointlocation6709-version = " 4.2.2"
99unirest-version = " 4.0.0-RC2"
@@ -26,7 +26,7 @@ jacksonBom = { group = "com.fasterxml.jackson", name = "jackson-bom", version.re
2626jackson-core = { group = " com.fasterxml.jackson.core" , name = " jackson-core" }
2727jackson-annotations = { group = " com.fasterxml.jackson.core" , name = " jackson-annotations" }
2828jackson-databind = { group = " com.fasterxml.jackson.core" , name = " jackson-databind" }
29- jetbrainsAnnotations = { group = " org.jetbrains " , name = " annotations " , version.ref = " jetbrains-annotations -version" }
29+ jSpecify = { group = " org.jspecify " , name = " jspecify " , version.ref = " jspecify -version" }
3030metadataExtractor = { group = " com.drewnoakes" , name = " metadata-extractor" , version.ref = " metadata-extractor-version" }
3131pointLocation = { group = " us.fatehi" , name = " pointlocation6709" , version.ref = " pointlocation6709-version" }
3232unirest = { group = " com.konghq" , name = " unirest-java" , version.ref = " unirest-version" }
0 commit comments