Skip to content

Commit

Permalink
dependabot: bump org.cryptacular:cryptacular from 1.2.4 to 1.2.5 (#3071)
Browse files Browse the repository at this point in the history
Bumps
[org.cryptacular:cryptacular](https://github.com/vt-middleware/cryptacular)
from 1.2.4 to 1.2.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vt-middleware/cryptacular/releases">org.cryptacular:cryptacular's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.5 release</h2>
<p>See <a
href="https://www.cryptacular.org/download.html">https://www.cryptacular.org/download.html</a>
for change log and binaries.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vt-middleware/cryptacular/commit/39eead746e18a49a8bbb108457b8879c1b7f6bce"><code>39eead7</code></a>
Update version for 1.2.5 release.</li>
<li><a
href="https://github.com/vt-middleware/cryptacular/commit/75b6c398dce88dafc22c85938ff0685c9d57906a"><code>75b6c39</code></a>
Remove travis config.</li>
<li><a
href="https://github.com/vt-middleware/cryptacular/commit/ae821d23f8e76ef50e57a1592a2d2def89a4eb8d"><code>ae821d2</code></a>
Update plugin and library dependencies.</li>
<li><a
href="https://github.com/vt-middleware/cryptacular/commit/f7dbd7a0b47c1eb70e89626d286dd8ef87940e5a"><code>f7dbd7a</code></a>
Improve release script.</li>
<li><a
href="https://github.com/vt-middleware/cryptacular/commit/5b28d50122737c19ab4eb5852bdf8be1fa905208"><code>5b28d50</code></a>
Update plugin versions.</li>
<li><a
href="https://github.com/vt-middleware/cryptacular/commit/3419f66009b1a9e4cb6e2ff9bc9a40be96b99771"><code>3419f66</code></a>
Use variable for computing buffer length. (<a
href="https://redirect.github.com/vt-middleware/cryptacular/issues/60">#60</a>)</li>
<li><a
href="https://github.com/vt-middleware/cryptacular/commit/bef8a9f3e736ea1d704b878008e5807eef9f3ae5"><code>bef8a9f</code></a>
Add publish snapshot script.</li>
<li><a
href="https://github.com/vt-middleware/cryptacular/commit/5285b5ef57f0a253b1ee0680b04b72292b27979e"><code>5285b5e</code></a>
Update plugin and library dependencies.</li>
<li><a
href="https://github.com/vt-middleware/cryptacular/commit/04e243c61d35e3ec69617ae12d9742112fa3c80e"><code>04e243c</code></a>
Formatting fix.</li>
<li><a
href="https://github.com/vt-middleware/cryptacular/commit/99d4d9072898af5a1232eba34bf53af3919652cc"><code>99d4d90</code></a>
Update copyright year.</li>
<li>Additional commits viewable in <a
href="https://github.com/vt-middleware/cryptacular/compare/v1.2.4...v1.2.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.cryptacular:cryptacular&package-manager=gradle&previous-version=1.2.4&new-version=1.2.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent cca77be commit c0e50da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ dependencies {
runtimeOnly 'com.sun.activation:jakarta.activation:1.2.2'
runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
runtimeOnly 'commons-codec:commons-codec:1.16.0'
runtimeOnly 'org.cryptacular:cryptacular:1.2.4'
runtimeOnly 'org.cryptacular:cryptacular:1.2.5'
runtimeOnly 'com.google.errorprone:error_prone_annotations:2.20.0'
runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0'
runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0'
Expand Down

0 comments on commit c0e50da

Please sign in to comment.