Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 27, 2024
1 parent c6d84a5 commit 68d4e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ default String getProfileID ()
* non-<code>null</code> it is NO indicator, whether a message was
* signed or not.
* @see #isSoapSignatureChecked()
* @since 3.0.0-beta6
* @since 2.9.0
*/
@Nullable
IAS4CryptoFactory getCryptoFactorySign ();
Expand All @@ -486,7 +486,7 @@ default String getProfileID ()
* message. May be <code>null</code>. If this is non-<code>null</code>
* it is NO indicator, whether a message was encrypted or not.
* @see #isSoapDecrypted()
* @since 3.0.0-beta6
* @since 2.9.0
*/
@Nullable
IAS4CryptoFactory getCryptoFactoryCrypt ();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<log4j.version>2.24.1</log4j.version>
<ph-xsds.version>3.0.0</ph-xsds.version>
<peppol-commons.version>9.6.0</peppol-commons.version>
<peppol-reporting.version>3.0.1</peppol-reporting.version>
<peppol-reporting.version>3.0.3</peppol-reporting.version>
<ph-commons.version>11.1.10</ph-commons.version>
<ph-ubl.version>9.0.3</ph-ubl.version>
<ph-schematron.version>8.0.3</ph-schematron.version>
Expand Down

0 comments on commit 68d4e68

Please sign in to comment.