Skip to content

Commit

Permalink
update to latest sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmurp committed Jul 15, 2024
1 parent c8c4aa9 commit 8e2311b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.hcl</groupId>
<artifactId>appscan.sdk</artifactId>
<version>1.1.1</version>
<version>1.1.3</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# (c) Copyright IBM Corp. 2016.
# (c) Copyright HCL Technologies Ltd. 2017.
# (c) Copyright HCL Technologies Ltd. 2017, 2024.
#

# NLS_MESSAGEFORMAT_VAR
Expand All @@ -10,7 +10,6 @@ ir.gen.failed=IRX file generation failed.\n{0}
generate.config.failed=Failed to generate the appscan-config.xml: {0}
ir.gen.success=Successfully generated {0}.
ir.analyze.failed=Failed to submit for security analysis. Please ensure that you have set the appscanKey and appscanSecret parameters.\n{0}
ir.analyze.success=Successfully uploaded {0} for analysis.
missing.output.arg=No IRX file was specified. Using {0}.
scan.file.invalid=The specified location {0} is invalid. Using {1}.
scan.file.is.directory=The specified location {0} is an existing directory. Using {1}.
Expand Down

0 comments on commit 8e2311b

Please sign in to comment.