Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2021

Bumps burst.version from 1.0.2 to 1.2.0.
Updates burst-junit4 from 1.0.2 to 1.2.0

Changelog

Sourced from burst-junit4's changelog.

Version 1.2.0 (2017-08-26)

  • New: @Name annotation allows you to control the enum prefix in the test name. When no name is provided the enum name is no longer used.

Version 1.1.1 (2016-12-07)

  • Fix: Pass method annotations when creating JUnit Descriptions.
  • Fix: Do not invoke BeforeClass/AfterClass/ClassRule for each variation.

Version 1.1.0 (2015-04-15)

  • New: Support for JUnit 4.12.
  • JUnit 3 support has been dropped. If you are on Android, use the new 'testing-support-lib' for JUnit 4 on-device tests. This also moves to forbidding default constructors in addition to a burst-enabled constructor.
Commits
  • 6abf2e2 [maven-release-plugin] prepare release burst-parent-1.2.0
  • e880c55 Prepare version 1.2.0.
  • dbe2dad Add @Name annotation support (#54)
  • 19cd814 Add missing semicolon to enum.
  • d361e99 [maven-release-plugin] prepare for next development iteration
  • 874b924 [maven-release-plugin] prepare release burst-parent-1.1.1
  • 4359040 Prepare version 1.1.1.
  • d047ee1 Merge pull request #57 from artem-zinnatullin/az/description-annotations
  • c128a57 Pass annotations for description.getAnnotations()
  • 763e34d Merge pull request #53 from square/dlubarov.issue_52
  • Additional commits viewable in compare view

Updates burst from 1.0.2 to 1.2.0

Changelog

Sourced from burst's changelog.

Version 1.2.0 (2017-08-26)

  • New: @Name annotation allows you to control the enum prefix in the test name. When no name is provided the enum name is no longer used.

Version 1.1.1 (2016-12-07)

  • Fix: Pass method annotations when creating JUnit Descriptions.
  • Fix: Do not invoke BeforeClass/AfterClass/ClassRule for each variation.

Version 1.1.0 (2015-04-15)

  • New: Support for JUnit 4.12.
  • JUnit 3 support has been dropped. If you are on Android, use the new 'testing-support-lib' for JUnit 4 on-device tests. This also moves to forbidding default constructors in addition to a burst-enabled constructor.
Commits
  • 6abf2e2 [maven-release-plugin] prepare release burst-parent-1.2.0
  • e880c55 Prepare version 1.2.0.
  • dbe2dad Add @Name annotation support (#54)
  • 19cd814 Add missing semicolon to enum.
  • d361e99 [maven-release-plugin] prepare for next development iteration
  • 874b924 [maven-release-plugin] prepare release burst-parent-1.1.1
  • 4359040 Prepare version 1.1.1.
  • d047ee1 Merge pull request #57 from artem-zinnatullin/az/description-annotations
  • c128a57 Pass annotations for description.getAnnotations()
  • 763e34d Merge pull request #53 from square/dlubarov.issue_52
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 6, 2021
Bumps `burst.version` from 1.0.2 to 1.2.0.

Updates `burst-junit4` from 1.0.2 to 1.2.0
- [Release notes](https://github.com/square/burst/releases)
- [Changelog](https://github.com/square/burst/blob/master/CHANGELOG.md)
- [Commits](square/burst@burst-parent-1.0.2...burst-parent-1.2.0)

Updates `burst` from 1.0.2 to 1.2.0
- [Release notes](https://github.com/square/burst/releases)
- [Changelog](https://github.com/square/burst/blob/master/CHANGELOG.md)
- [Commits](square/burst@burst-parent-1.0.2...burst-parent-1.2.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/burst.version-1.2.0 branch from eb18493 to dc9128c Compare March 3, 2021 07:20
@pooyaj pooyaj merged commit c46e3b3 into master Mar 3, 2021
@pooyaj pooyaj deleted the dependabot/maven/burst.version-1.2.0 branch March 3, 2021 19:37
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants