Skip to content

Commit 58e294e

Browse files
committed
#2271 Remove Space in Version Strings
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 9f29ae7 commit 58e294e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/persistence-defectdojo/hook/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation group: "org.springframework", name: "spring-web", version: "5.3.28"
2929
implementation group: "com.fasterxml.jackson.core", name: "jackson-core", version: "2.16.1"
3030
implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.16.1"
31-
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.16.1 "
31+
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.16.1"
3232
implementation group: "com.fasterxml.jackson.datatype", name: "jackson-datatype-jsr310", version: "2.16.1"
3333
implementation group: "org.slf4j", name: "slf4j-api", version: "2.0.12"
3434
implementation group: "org.slf4j", name: "slf4j-log4j12", version: "2.0.12"

0 commit comments

Comments
 (0)