Skip to content

Commit

Permalink
Merge camunda#1842
Browse files Browse the repository at this point in the history
1842: chore(deps): bump version.sbe from 1.10.1 to 1.10.2 r=menski a=dependabot[bot]

Bumps `version.sbe` from 1.10.1 to 1.10.2.

Updates `sbe-tool` from 1.10.1 to 1.10.2
<details>
<summary>Release notes</summary>

*Sourced from [sbe-tool's releases](https://github.com/real-logic/simple-binary-encoding/releases).*

> ## 1.10.2
> * Only generate lower bounds check in C++ codecs when necessary to add compile warning.
> * Improve C++ OTF code to be more strict and eliminate build warnings.
> * Improve build for optional build and include JAR dependency. [PR [camunda#623](https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/623)](https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/pull/623).
> * Upgrade to Checkstyle 8.15.
> * Upgrade to Agrona 0.9.29.
> 
> Java binaries can be found [here...](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22uk.co.real-logic%22%20sbe)
</details>
<details>
<summary>Commits</summary>

- [`177021c`](aeron-io/simple-binary-encoding@177021c) 1.10.2 released.
- [`e0ae492`](aeron-io/simple-binary-encoding@e0ae492) [Java] Upgrade to Checkstyle 8.16.
- [`be70448`](aeron-io/simple-binary-encoding@be70448) [Java] Reuse local variable in var data generation.
- [`80615fc`](aeron-io/simple-binary-encoding@80615fc) [Java] Only generate lower bounds check on group wrap when min is greater tha...
- [`f8fd142`](aeron-io/simple-binary-encoding@f8fd142) [c++] Formatting and use of const.
- [`67df80c`](aeron-io/simple-binary-encoding@67df80c) [c++] Improve IR and OTF code by reducing warnings and avoiding unnecessary c...
- [`2dc17fb`](aeron-io/simple-binary-encoding@2dc17fb) [Java] Be specific with JDK in Travis matrix.
- [`81f5395`](aeron-io/simple-binary-encoding@81f5395) Reduce noise in native build for JAR dependency.
- [`9bcbfd1`](aeron-io/simple-binary-encoding@9bcbfd1) Speed up native build.
- [`66ae25b`](aeron-io/simple-binary-encoding@66ae25b) [Java] Be more flexible with javadoc version.
- Additional commits viewable in [compare view](aeron-io/simple-binary-encoding@1.10.1...1.10.2)
</details>
<br />

Updates `sbe-all` from 1.10.1 to 1.10.2
<details>
<summary>Release notes</summary>

*Sourced from [sbe-all's releases](https://github.com/real-logic/simple-binary-encoding/releases).*

> ## 1.10.2
> * Only generate lower bounds check in C++ codecs when necessary to add compile warning.
> * Improve C++ OTF code to be more strict and eliminate build warnings.
> * Improve build for optional build and include JAR dependency. [PR [camunda#623](https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/issues/623)](https://github-redirect.dependabot.com/real-logic/simple-binary-encoding/pull/623).
> * Upgrade to Checkstyle 8.15.
> * Upgrade to Agrona 0.9.29.
> 
> Java binaries can be found [here...](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22uk.co.real-logic%22%20sbe)
</details>
<details>
<summary>Commits</summary>

- [`177021c`](aeron-io/simple-binary-encoding@177021c) 1.10.2 released.
- [`e0ae492`](aeron-io/simple-binary-encoding@e0ae492) [Java] Upgrade to Checkstyle 8.16.
- [`be70448`](aeron-io/simple-binary-encoding@be70448) [Java] Reuse local variable in var data generation.
- [`80615fc`](aeron-io/simple-binary-encoding@80615fc) [Java] Only generate lower bounds check on group wrap when min is greater tha...
- [`f8fd142`](aeron-io/simple-binary-encoding@f8fd142) [c++] Formatting and use of const.
- [`67df80c`](aeron-io/simple-binary-encoding@67df80c) [c++] Improve IR and OTF code by reducing warnings and avoiding unnecessary c...
- [`2dc17fb`](aeron-io/simple-binary-encoding@2dc17fb) [Java] Be specific with JDK in Travis matrix.
- [`81f5395`](aeron-io/simple-binary-encoding@81f5395) Reduce noise in native build for JAR dependency.
- [`9bcbfd1`](aeron-io/simple-binary-encoding@9bcbfd1) Speed up native build.
- [`66ae25b`](aeron-io/simple-binary-encoding@66ae25b) [Java] Be more flexible with javadoc version.
- Additional commits viewable in [compare view](aeron-io/simple-binary-encoding@1.10.1...1.10.2)
</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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>

Co-authored-by: dependabot[bot] <[email protected]>
  • Loading branch information
zeebe-bors[bot] and dependabot-support committed Jan 7, 2019
2 parents e557eb5 + 47f2683 commit c2cedd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<version.protobuf>3.6.1</version.protobuf>
<version.protoc>3.6.0</version.protoc>
<version.rocksdbjni>5.17.2</version.rocksdbjni>
<version.sbe>1.10.1</version.sbe>
<version.sbe>1.10.2</version.sbe>
<version.scala-parser>1.0.6</version.scala-parser>
<version.scala>2.12.2</version.scala>
<version.slf4j>1.7.25</version.slf4j>
Expand Down

0 comments on commit c2cedd6

Please sign in to comment.