We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc2dc5 commit 1cd4122Copy full SHA for 1cd4122
1 file changed
build.savant
@@ -16,7 +16,9 @@
16
17
fusionauthJWTVersion = "5.2.4"
18
jacksonVersion = "2.21.1"
19
-jacksonAnnotationsVersion = "2.21" // No 2.21.1 version available, annotations dropped patch versioning in 2.20+
+// No 2.21.0 version available, annotations dropped patch versioning in 2.20+
20
+// pom target has hack to maintain this "patchless" version
21
+jacksonAnnotationsVersion = "2.21"
22
jackson5Version = "3.0.1"
23
javaErrorVersion = "2.2.3"
24
restifyVersion = "4.3.0"
0 commit comments