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

Bump version.antlr4 from 4.9.2 to 4.9.3 #325

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2021

Bumps version.antlr4 from 4.9.2 to 4.9.3.
Updates antlr4 from 4.9.2 to 4.9.3

Release notes

Sourced from antlr4's releases.

4.9.3 bug fix release

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

go target

java target

python2 target

swift target

... (truncated)

Commits
  • e4c1a74 latest js npm run
  • fad484d [maven-release-plugin] prepare for next development iteration
  • fb661e8 [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 052b828 [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 5ef43e6 [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 1d6cd2e [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 2d445f5 update version
  • a8e048a ignore PHP runtime, copied over when releasing
  • 0802afb mv to ST4 4.3.1
  • 7373e89 Merge pull request #3192 from skef/utfcppgit
  • Additional commits viewable in compare view

Updates antlr4-runtime from 4.9.2 to 4.9.3

Release notes

Sourced from antlr4-runtime's releases.

4.9.3 bug fix release

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

go target

java target

python2 target

swift target

... (truncated)

Commits
  • e4c1a74 latest js npm run
  • fad484d [maven-release-plugin] prepare for next development iteration
  • fb661e8 [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 052b828 [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 5ef43e6 [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 1d6cd2e [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 2d445f5 update version
  • a8e048a ignore PHP runtime, copied over when releasing
  • 0802afb mv to ST4 4.3.1
  • 7373e89 Merge pull request #3192 from skef/utfcppgit
  • Additional commits viewable in compare view

Updates antlr4-maven-plugin from 4.9.2 to 4.9.3

Release notes

Sourced from antlr4-maven-plugin's releases.

4.9.3 bug fix release

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

go target

java target

python2 target

swift target

... (truncated)

Commits
  • e4c1a74 latest js npm run
  • fad484d [maven-release-plugin] prepare for next development iteration
  • fb661e8 [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 052b828 [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 5ef43e6 [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 1d6cd2e [maven-release-plugin] prepare release antlr4-master-4.9.3
  • 2d445f5 update version
  • a8e048a ignore PHP runtime, copied over when releasing
  • 0802afb mv to ST4 4.3.1
  • 7373e89 Merge pull request #3192 from skef/utfcppgit
  • 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 the dependencies Pull requests that update a dependency file label Nov 8, 2021
Bumps `version.antlr4` from 4.9.2 to 4.9.3.

Updates `antlr4` from 4.9.2 to 4.9.3
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
- [Commits](antlr/antlr4@4.9.2...4.9.3)

Updates `antlr4-runtime` from 4.9.2 to 4.9.3
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
- [Commits](antlr/antlr4@4.9.2...4.9.3)

Updates `antlr4-maven-plugin` from 4.9.2 to 4.9.3
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
- [Commits](antlr/antlr4@4.9.2...4.9.3)

---
updated-dependencies:
- dependency-name: org.antlr:antlr4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.antlr:antlr4-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.antlr:antlr4-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/version.antlr4-4.9.3 branch from b8b8573 to 70065b3 Compare November 12, 2021 07:15
@CarstenHollmann CarstenHollmann merged commit 1d69b4e into master Nov 12, 2021
@dependabot dependabot bot deleted the dependabot/maven/version.antlr4-4.9.3 branch November 12, 2021 07:41
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