Skip to content

Commit

Permalink
Address comments and bump framework version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeethJJ committed Oct 17, 2024
1 parent 0e01f11 commit 1db3e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class ApplicationsApiServiceImpl implements ApplicationsApiService {
public Response getAllApplications(Integer limit, Integer offset, String filter, String sortOrder, String sortBy,
String requiredAttributes) {

return getAllApplications(limit, offset, filter, sortOrder, sortBy, requiredAttributes, true);
return getAllApplications(limit, offset, filter, sortOrder, sortBy, requiredAttributes, false);
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
<maven.buildnumber.plugin.version>1.4</maven.buildnumber.plugin.version>
<org.apache.felix.annotations.version>1.2.4</org.apache.felix.annotations.version>
<identity.governance.version>1.10.6</identity.governance.version>
<carbon.identity.framework.version>7.5.46</carbon.identity.framework.version>
<carbon.identity.framework.version>7.5.69</carbon.identity.framework.version>
<maven.findbugsplugin.version>3.0.5</maven.findbugsplugin.version>
<findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
<maven.checkstyleplugin.excludes>**/gen/**/*</maven.checkstyleplugin.excludes>
Expand Down

0 comments on commit 1db3e04

Please sign in to comment.