Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(maven): bump version.sbe from 1.25.1 to 1.25.2 #8941

Merged
merged 1 commit into from
Mar 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2022

Bumps version.sbe from 1.25.1 to 1.25.2.
Updates sbe-tool from 1.25.1 to 1.25.2

Release notes

Sourced from sbe-tool's releases.

1.25.2

  • [Java] Calling toString() on decoder should not disturb repeating group. PR #892.
  • [All] Generate NULL_VALUE for enums based on correct type. Issue #889.
  • [C++] Check for version before outputting to stream for composites and bitsets. PR #888.
  • [Java] Charset handling improvements for more efficient string decoding. PR #887.
  • Add descriptions to schema for IR.
  • Set warnings as errors in build and clean up existing warnings.
  • Add ability to set the error stream in ParserOptions.
  • Remove some unnecessary checks in XmlSchemaParser to improve generation performance.
  • Upgrade to Versions 0.42.0.
  • Upgrade to Checkstyle 9.3.
  • Upgrade to JMH 1.34.
  • Upgrade to Mockito 4.4.0.
  • Upgrade to Shadow 7.1.2.
  • Upgrade to JUnit 5.8.2.
  • Upgrade to Gradle 7.4.1.
  • Upgrade to Agrona 1.15.0.

Java binaries can be found here...

Commits
  • ce68063 1.25.2 released.
  • 488167b [Java] Upgrade to Agrona 1.15.0.
  • 05d9c45 [Java] Upgrade to Gradle 7.4.1.
  • 36ca5b4 [Java] Upgrade to Mockito 4.4.0.
  • c24b793 [Java] Tidy up generated code style. PR #892.
  • 9b8c5db toString() shouldn't disturb repeating groups #890 (#892)
  • 595d73c [C] Check for specialised null value when generated enum. PR #889.
  • 71bb045 [C++] Check for specialised null value when generated enum. PR #889.
  • 2f1b555 [Java] Generate null value for enums based on specialised type when provided ...
  • 585cb9d [Java] Avoid use of String.format.
  • Additional commits viewable in compare view

Updates sbe-all from 1.25.1 to 1.25.2

Release notes

Sourced from sbe-all's releases.

1.25.2

  • [Java] Calling toString() on decoder should not disturb repeating group. PR #892.
  • [All] Generate NULL_VALUE for enums based on correct type. Issue #889.
  • [C++] Check for version before outputting to stream for composites and bitsets. PR #888.
  • [Java] Charset handling improvements for more efficient string decoding. PR #887.
  • Add descriptions to schema for IR.
  • Set warnings as errors in build and clean up existing warnings.
  • Add ability to set the error stream in ParserOptions.
  • Remove some unnecessary checks in XmlSchemaParser to improve generation performance.
  • Upgrade to Versions 0.42.0.
  • Upgrade to Checkstyle 9.3.
  • Upgrade to JMH 1.34.
  • Upgrade to Mockito 4.4.0.
  • Upgrade to Shadow 7.1.2.
  • Upgrade to JUnit 5.8.2.
  • Upgrade to Gradle 7.4.1.
  • Upgrade to Agrona 1.15.0.

Java binaries can be found here...

Commits
  • ce68063 1.25.2 released.
  • 488167b [Java] Upgrade to Agrona 1.15.0.
  • 05d9c45 [Java] Upgrade to Gradle 7.4.1.
  • 36ca5b4 [Java] Upgrade to Mockito 4.4.0.
  • c24b793 [Java] Tidy up generated code style. PR #892.
  • 9b8c5db toString() shouldn't disturb repeating groups #890 (#892)
  • 595d73c [C] Check for specialised null value when generated enum. PR #889.
  • 71bb045 [C++] Check for specialised null value when generated enum. PR #889.
  • 2f1b555 [Java] Generate null value for enums based on specialised type when provided ...
  • 585cb9d [Java] Avoid use of String.format.
  • Additional commits viewable in compare view

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 commands and options

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)

Bumps `version.sbe` from 1.25.1 to 1.25.2.

Updates `sbe-tool` from 1.25.1 to 1.25.2
- [Release notes](https://github.com/real-logic/simple-binary-encoding/releases)
- [Commits](real-logic/simple-binary-encoding@1.25.1...1.25.2)

Updates `sbe-all` from 1.25.1 to 1.25.2
- [Release notes](https://github.com/real-logic/simple-binary-encoding/releases)
- [Commits](real-logic/simple-binary-encoding@1.25.1...1.25.2)

---
updated-dependencies:
- dependency-name: uk.co.real-logic:sbe-tool
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: uk.co.real-logic:sbe-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2022
Copy link
Member

@npepinpe npepinpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

ghost pushed a commit that referenced this pull request Mar 21, 2022
8941: deps(maven): bump version.sbe from 1.25.1 to 1.25.2 r=npepinpe a=dependabot[bot]

Bumps `version.sbe` from 1.25.1 to 1.25.2.
Updates `sbe-tool` from 1.25.1 to 1.25.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/real-logic/simple-binary-encoding/releases">sbe-tool's releases</a>.</em></p>
<blockquote>
<h2>1.25.2</h2>
<ul>
<li>[Java] Calling <code>toString()</code> on decoder should not disturb repeating group. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/892">#892</a>.</li>
<li>[All] Generate <code>NULL_VALUE</code> for enums based on correct type. Issue <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/889">#889</a>.</li>
<li>[C++] Check for version before outputting to stream for composites and bitsets. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/888">#888</a>.</li>
<li>[Java] Charset handling improvements for more efficient string decoding. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/887">#887</a>.</li>
<li>Add descriptions to schema for IR.</li>
<li>Set warnings as errors in build and clean up existing warnings.</li>
<li>Add ability to set the error stream in <code>ParserOptions</code>.</li>
<li>Remove some unnecessary checks in <code>XmlSchemaParser</code> to improve generation performance.</li>
<li>Upgrade to Versions 0.42.0.</li>
<li>Upgrade to Checkstyle 9.3.</li>
<li>Upgrade to JMH 1.34.</li>
<li>Upgrade to Mockito 4.4.0.</li>
<li>Upgrade to Shadow 7.1.2.</li>
<li>Upgrade to JUnit 5.8.2.</li>
<li>Upgrade to Gradle 7.4.1.</li>
<li>Upgrade to Agrona 1.15.0.</li>
</ul>
<p>Java binaries can be found <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22uk.co.real-logic%22%20sbe">here...</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/ce68063f21a803b451ccff1c616f0ef7ca24bb54"><code>ce68063</code></a> 1.25.2 released.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/488167b321cef2af6958a446ab8f61c87c00a37f"><code>488167b</code></a> [Java] Upgrade to Agrona 1.15.0.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/05d9c4557d8a68ca2178741886fbca4028d1ed7f"><code>05d9c45</code></a> [Java] Upgrade to Gradle 7.4.1.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/36ca5b4bcc044c802dcd64bb12601172c150ac5a"><code>36ca5b4</code></a> [Java] Upgrade to Mockito 4.4.0.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/c24b79336a6cd2fc45b5021de18dbfd2188320c5"><code>c24b793</code></a> [Java] Tidy up generated code style. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/892">#892</a>.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/9b8c5db52e7b2c49bd2086e9beb080a83adcdbf6"><code>9b8c5db</code></a> toString() shouldn't disturb repeating groups <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/890">#890</a> (<a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/892">#892</a>)</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/595d73c4bed41108f101b0dc378b41971661f5a1"><code>595d73c</code></a> [C] Check for specialised null value when generated enum. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/889">#889</a>.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/71bb045085518d06c7a493c93f0873c0fd71203a"><code>71bb045</code></a> [C++] Check for specialised null value when generated enum. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/889">#889</a>.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/2f1b555c2d8e2185ac7c677cc3979fdfa9e857d1"><code>2f1b555</code></a> [Java] Generate null value for enums based on specialised type when provided ...</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/585cb9d90697269882d52f511178b0f0924e0fcd"><code>585cb9d</code></a> [Java] Avoid use of String.format.</li>
<li>Additional commits viewable in <a href="https://github.com/real-logic/simple-binary-encoding/compare/1.25.1...1.25.2">compare view</a></li>
</ul>
</details>
<br />

Updates `sbe-all` from 1.25.1 to 1.25.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/real-logic/simple-binary-encoding/releases">sbe-all's releases</a>.</em></p>
<blockquote>
<h2>1.25.2</h2>
<ul>
<li>[Java] Calling <code>toString()</code> on decoder should not disturb repeating group. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/892">#892</a>.</li>
<li>[All] Generate <code>NULL_VALUE</code> for enums based on correct type. Issue <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/889">#889</a>.</li>
<li>[C++] Check for version before outputting to stream for composites and bitsets. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/888">#888</a>.</li>
<li>[Java] Charset handling improvements for more efficient string decoding. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/887">#887</a>.</li>
<li>Add descriptions to schema for IR.</li>
<li>Set warnings as errors in build and clean up existing warnings.</li>
<li>Add ability to set the error stream in <code>ParserOptions</code>.</li>
<li>Remove some unnecessary checks in <code>XmlSchemaParser</code> to improve generation performance.</li>
<li>Upgrade to Versions 0.42.0.</li>
<li>Upgrade to Checkstyle 9.3.</li>
<li>Upgrade to JMH 1.34.</li>
<li>Upgrade to Mockito 4.4.0.</li>
<li>Upgrade to Shadow 7.1.2.</li>
<li>Upgrade to JUnit 5.8.2.</li>
<li>Upgrade to Gradle 7.4.1.</li>
<li>Upgrade to Agrona 1.15.0.</li>
</ul>
<p>Java binaries can be found <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22uk.co.real-logic%22%20sbe">here...</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/ce68063f21a803b451ccff1c616f0ef7ca24bb54"><code>ce68063</code></a> 1.25.2 released.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/488167b321cef2af6958a446ab8f61c87c00a37f"><code>488167b</code></a> [Java] Upgrade to Agrona 1.15.0.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/05d9c4557d8a68ca2178741886fbca4028d1ed7f"><code>05d9c45</code></a> [Java] Upgrade to Gradle 7.4.1.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/36ca5b4bcc044c802dcd64bb12601172c150ac5a"><code>36ca5b4</code></a> [Java] Upgrade to Mockito 4.4.0.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/c24b79336a6cd2fc45b5021de18dbfd2188320c5"><code>c24b793</code></a> [Java] Tidy up generated code style. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/892">#892</a>.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/9b8c5db52e7b2c49bd2086e9beb080a83adcdbf6"><code>9b8c5db</code></a> toString() shouldn't disturb repeating groups <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/890">#890</a> (<a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/892">#892</a>)</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/595d73c4bed41108f101b0dc378b41971661f5a1"><code>595d73c</code></a> [C] Check for specialised null value when generated enum. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/889">#889</a>.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/71bb045085518d06c7a493c93f0873c0fd71203a"><code>71bb045</code></a> [C++] Check for specialised null value when generated enum. PR <a href="https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/889">#889</a>.</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/2f1b555c2d8e2185ac7c677cc3979fdfa9e857d1"><code>2f1b555</code></a> [Java] Generate null value for enums based on specialised type when provided ...</li>
<li><a href="https://github.com/real-logic/simple-binary-encoding/commit/585cb9d90697269882d52f511178b0f0924e0fcd"><code>585cb9d</code></a> [Java] Avoid use of String.format.</li>
<li>Additional commits viewable in <a href="https://github.com/real-logic/simple-binary-encoding/compare/1.25.1...1.25.2">compare view</a></li>
</ul>
</details>
<br />


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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ghost
Copy link

ghost commented Mar 21, 2022

Build failed:

@npepinpe npepinpe merged commit 8afdfd2 into main Mar 22, 2022
@npepinpe npepinpe deleted the dependabot/maven/version.sbe-1.25.2 branch March 22, 2022 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants