Barcode license not valid

Just renewed our “Aspose Total for Java” license and the license is valid with pdf, cells, words, email, but fails on the call to the barcode library.

com.aspose.barcode.PleaseReportException: The license signature is invalid.
at com.aspose.barcode.License$a.a(Unknown Source)
at com.aspose.barcode.License.setLicense(Unknown Source)

Any ideas?

Rick

	com.aspose.pdf.License pdfLicense = new com.aspose.pdf.License();
    	pdfLicense.setLicense( is );
    	pdfClass = pdfLicense.getClass();
    	
    	is.reset();
    	com.aspose.cells.License cellsLicense = new com.aspose.cells.License();
    	cellsLicense.setLicense( is );
    	cellsClass = cellsLicense.getClass();
    	
    	is.reset();
    	com.aspose.words.License wordsLicense = new com.aspose.words.License();
    	wordsLicense.setLicense( is );
    	wordsClass = wordsLicense.getClass();
    	
    	is.reset();
    	com.aspose.email.License emailLicense = new com.aspose.email.License();
    	emailLicense.setLicense( is );
    	emailClass = emailLicense.getClass();

    	is.reset();
	com.aspose.barcode.License barcodeLicense = new com.aspose.barcode.License();
	barcodeLicense.setLicense( is );
	barCodeClass = barcodeLicense.getClass();

@trickster,

Please forward us your license file via mail. We will investigate the issue at our end and will share our findings. In order to share your license file with us, please follow the instructions provided in the following link:
How to send your license file to an Aspose staff member?

@trickster,

We have evaluated the issue at our end. Latest version of barcode JAR i.e. Aspose.BarCode for Java 17.9 was used for testing. We are unable to reproduce the issue. It is always recommended to use latest version of the API. Please try the latest version of the API and share your feedback.