Skip to content

Commit b5ed059

Browse files
authored
Merge pull request #19 from wurstbrot/feat/newModels
fix attribute expiration_date_warned
2 parents b3a79d4 + 4375c34 commit b5ed059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/securecodebox/persistence/defectdojo/models/RiskAcceptance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class RiskAcceptance extends DefectDojoModel {
5555
String expiration_date;
5656

5757
@JsonProperty
58-
Long expiration_date_warned;
58+
LocalDateTime expiration_date_warned;
5959

6060
@JsonProperty
6161
Boolean expiration_date_handled;

0 commit comments

Comments
 (0)