Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/178 upgrade dependencies #179

Merged
merged 35 commits into from
Feb 19, 2024

Merge remote-tracking branch

ce524a5
Select commit
Loading
Failed to load commit list.
Merged

Issue/178 upgrade dependencies #179

Merge remote-tracking branch
ce524a5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 19, 2024 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 106 in dsf-fhir/dsf-fhir-server/src/main/java/dev/dsf/fhir/adapter/ResourceQuestionnaireResponse.java

See this annotation in the file changed.

Code scanning / CodeQL

Chain of 'instanceof' tests Note

This if block performs a chain of 10 type tests - consider alternatives, e.g. polymorphism or the visitor pattern.

Check notice on line 269 in dsf-fhir/dsf-fhir-server/src/main/java/dev/dsf/fhir/adapter/ResourceTask.java

See this annotation in the file changed.

Code scanning / CodeQL

Chain of 'instanceof' tests Note

This if block performs a chain of 8 type tests - consider alternatives, e.g. polymorphism or the visitor pattern.

Check notice on line 223 in dsf-fhir/dsf-fhir-server/src/main/java/dev/dsf/fhir/adapter/ResourceTask.java

See this annotation in the file changed.

Code scanning / CodeQL

Chain of 'instanceof' tests Note

This if block performs a chain of 11 type tests - consider alternatives, e.g. polymorphism or the visitor pattern.