Skip to content

Bump annotations from 19.0.0 to 20.1.0#257

Merged
devgianlu merged 1 commit intodevfrom
dependabot/maven/org.jetbrains-annotations-20.1.0
Nov 17, 2020
Merged

Bump annotations from 19.0.0 to 20.1.0#257
devgianlu merged 1 commit intodevfrom
dependabot/maven/org.jetbrains-annotations-20.1.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps annotations from 19.0.0 to 20.1.0.

Release notes

Sourced from annotations's releases.

20.1.0

  • Added TYPE_USE target for PropertyKey annotation.

20.0.0

  • Added new annotation: @MustBeInvokedByOverriders.
  • Added new annotation: @VisibleForTesting.
  • Added TYPE_USE target for NonNls annotation.
  • String attributes of annotations are marked as @NonNls where applicable.
  • Documentation for @Nls and @NonNls updated: now they could be used as meta-annotations.
  • Documentation added for @Subst annotation.
Changelog

Sourced from annotations's changelog.

Version 20.1.0

  • Added TYPE_USE target for PropertyKey annotation.

Version 20.0.0

  • Added new annotation: @MustBeInvokedByOverriders.
  • Added new annotation: @VisibleForTesting.
  • Added TYPE_USE target for NonNls annotation.
  • String attributes of annotations are marked as @NonNls where applicable.
  • Documentation for @Nls and @NonNls updated: now they could be used as meta-annotations.
  • Documentation added for @Subst annotation.
Commits
  • f8f0b6e Version 20.1.0
  • eb11f76 PropertyKey: changed METHOD to TYPE_USE
  • 31bd1a1 PropertyKey: add METHOD target; rectify the documentation
  • d57aec6 Version 20.0.0
  • 51e8e97 CHANGELOG updated for version 20.0.0
  • d158407 NonNls: TYPE_USE annotation
  • c981a46 Fixed Java 5 package explanation
  • 1cd1676 Deduplicate Nls/NotNull/Nullable; automatically strip ElementType.TYPE_USE fo...
  • 7b09124 Better 'last resort' explanation
  • f9463dd Nullable value @NonNls
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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:

  • Update frequency (including time of day and day of week)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 17, 2020
@devgianlu devgianlu merged commit 5362828 into dev Nov 17, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.jetbrains-annotations-20.1.0 branch November 17, 2020 09:16
devgianlu added a commit that referenced this pull request Nov 17, 2020
* [ci skip] Bump to snapshot version

* Added #waitReady() method to avoid using player before initialization

* Updated disclaimer

* Make sure that cache files and queue entries are closed

* Fixed NPE

* Added cacheHandler checking (#253)

+ Added check in CdnManager.java
+ Added check in AudioFileStreaming.java

* Fixed NPE when skipping before song loaded

* Added pass through endpoint to API (#255)

* Handle null `player_options_override` (#254)

* Do not pause if not specified (#254)

* Fixed tests path

* Added hash check for first chunk of cached data

* Bump commons-net from 3.6 to 3.7.2 (#256)

Bumps commons-net from 3.6 to 3.7.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump annotations from 19.0.0 to 20.1.0 (#257)

Bumps [annotations](https://github.com/JetBrains/java-annotations) from 19.0.0 to 20.1.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@19.0.0...20.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump protobuf-java from 3.12.2 to 3.14.0 (#258)

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.12.2 to 3.14.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.12.2...v3.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump junit-jupiter from 5.6.2 to 5.7.0 (#259)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.6.2 to 5.7.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.6.2...r5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Bump maven-javadoc-plugin from 3.1.1 to 3.2.0 (#260)

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.1.1...maven-javadoc-plugin-3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* Release 1.5.2

Co-authored-by: Jordi735 <jordidorren@gmail.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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.

1 participant