You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2022/08/20 19:05:59 UTC

[commons-crypto] branch dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.17.0 updated (9908c50 -> cccfb24)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.17.0
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


 discard 9908c50  Bump maven-pmd-plugin from 3.16.0 to 3.17.0
     add 983f10e  Bump actions/cache from 3.0.5 to 3.0.6
     add 6080d9b  Bump spotbugs-maven-plugin from 4.7.1.0 to 4.7.1.1 (#174)
     add f450380  Bump spotbugs-maven-plugin from 4.7.1.0 to 4.7.1.1 #174
     add a9f2fa4  Bump actions/cache from 3.0.6 to 3.0.7
     add 1710976  Private method PositionedCryptoInputStream.resetCipher(CipherState, long, byte[]) does not need to throw IOException
     add c6d1870  Private method PositionedCryptoInputStream.postDecryption(CipherState, ByteBuffer, long, byte[]) does not need to throw IOException
     add 6d74483  Add missing @Override annotations
     add 4936aaf  No tabs
     add 1401375  Add Checkstyle check to default Maven goal.
     add f56c600  Bump jna from 5.11.0 to 5.12.1 (#167)
     add a5e1813  Bump jna from 5.11.0 to 5.12.1 #167
     add cccfb24  Bump maven-pmd-plugin from 3.16.0 to 3.17.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9908c50)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.17.0 (cccfb24)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/coverage.yml                     |  2 +-
 .github/workflows/maven.yml                        |  2 +-
 pom.xml                                            |  6 ++---
 src/changes/changes.xml                            |  6 ++---
 .../commons/crypto/jna/OpenSsl10XNativeJna.java    | 28 ++++++++++++++++++++++
 .../commons/crypto/jna/OpenSsl11XNativeJna.java    | 28 ++++++++++++++++++++++
 .../commons/crypto/jna/OpenSsl20XNativeJna.java    | 28 ++++++++++++++++++++++
 .../commons/crypto/random/JavaCryptoRandom.java    |  6 ++---
 .../crypto/stream/PositionedCryptoInputStream.java |  7 ++----
 9 files changed, 97 insertions(+), 16 deletions(-)