Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
upgrade core to 3.15.29
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeriabuddy committed Apr 14, 2022
1 parent 3eab2a1 commit e200fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<properties>
<!-- Dependencies -->
<com.capitalone.dashboard.core.version>3.15.26</com.capitalone.dashboard.core.version>
<com.capitalone.dashboard.core.version>3.15.29</com.capitalone.dashboard.core.version>
<spring-security.version>4.2.18.RELEASE</spring-security.version>
<tomcat.version>8.5.70</tomcat.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public AutoDiscoveryServiceImpl(AutoDiscoveryRepository autoDiscoveryRepository,
@Override
public AutoDiscovery save(AutoDiscoveryRemoteRequest request) throws HygieiaException {
String autoDiscoveryId = request.getAutoDiscoveryId();
request.getMetaData().getProperties();
if (autoDiscoveryId==null || !ObjectId.isValid(autoDiscoveryId)) {
throw new HygieiaException("Invalid Auto Discovery Object ID: [" + autoDiscoveryId + "] received.", HygieiaException.BAD_DATA);
}
Expand Down

0 comments on commit e200fe6

Please sign in to comment.