Skip to content

Commit

Permalink
Merge pull request #471 from RADAR-base/release-2.4.2
Browse files Browse the repository at this point in the history
Merge back changes from release branch to dev
  • Loading branch information
mpgxvii authored Jun 10, 2024
2 parents b722d22 + 9550850 commit 00ad614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'io.spring.dependency-management'
apply plugin: 'scala'

group = 'org.radarbase'
version = '2.4.1'
version = '2.4.2'

java {
toolchain {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class AssessmentProtocol {

private ClinicalProtocol clinicalProtocol;

private NotificationProtocol notification;
private NotificationProtocol notification = new NotificationProtocol();

@JsonDeserialize(using = ReferenceTimestampDeserializer.class)
public void setReferenceTimestamp(Object responseObject) {
Expand Down

0 comments on commit 00ad614

Please sign in to comment.