Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed May 24, 2024
1 parent 9c9197a commit b586f8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void onAS4Message (final AbstractAS4Message <?> aMsg)
ESML.DIGIT_TEST))
.rawResponseConsumer (new AS4RawResponseConsumerWriteToFile ())
.validationRegistry (aVESRegistry)
.validationConfiguration (EN16931Validation.VID_UBL_INVOICE_1310,
.validationConfiguration (EN16931Validation.VID_UBL_INVOICE_1312,
new Phase4PeppolValidatonResultHandler ())
.buildMessageCallback (aBuildMessageCallback)
.sendMessageAndCheckForReceipt ();
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@
<bctls.version>1.78.1</bctls.version>
<log4j.version>2.23.1</log4j.version>
<ph-xsds.version>3.0.0</ph-xsds.version>
<peppol-commons.version>9.3.6</peppol-commons.version>
<peppol-commons.version>9.4.0</peppol-commons.version>
<peppol-reporting.version>2.2.5</peppol-reporting.version>
<ph-ubl.version>9.0.1</ph-ubl.version>
<ph-schematron.version>8.0.0</ph-schematron.version>
<ph-web.version>10.1.8</ph-web.version>
<phive.version>9.2.1</phive.version>
<phive-rules.version>3.1.9</phive-rules.version>
<spring-boot.version>3.2.5</spring-boot.version>
<phive-rules.version>3.1.10</phive-rules.version>
<spring-boot.version>3.3.0</spring-boot.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit b586f8e

Please sign in to comment.