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

dependabot: bump quarkus.platform.version from 2.12.3.Final to 2.13.2.Final #31

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2022

Bumps quarkus.platform.version from 2.12.3.Final to 2.13.2.Final.
Updates quarkus-bom from 2.12.3.Final to 2.13.2.Final

Commits
  • b3ddf16 [maven-release-plugin] prepare release 2.13.2.Final
  • 51a3c13 Merge pull request #651 from gsmet/quarkus-2.13.2
  • 0db090d Upgrade to Quarkus 2.13.2.Final
  • 2dcecc2 Merge pull request #648 from brunobat/jaeger-remove-2-13
  • 1be53a2 drop quarkus-opentelemetry-exporter-jaeger
  • d3793ff Merge pull request #645 from cescoffier/2.13-mailer-supported
  • 81454e7 Mark the mailer extension as supported
  • 26dbf63 [maven-release-plugin] prepare for next development iteration
  • ba84f6d [maven-release-plugin] prepare release 2.13.1.Final
  • 55df0c0 Merge pull request #643 from gsmet/quarkus-2.13.1
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 2.12.3.Final to 2.13.2.Final

Commits
  • b3ddf16 [maven-release-plugin] prepare release 2.13.2.Final
  • 51a3c13 Merge pull request #651 from gsmet/quarkus-2.13.2
  • 0db090d Upgrade to Quarkus 2.13.2.Final
  • 2dcecc2 Merge pull request #648 from brunobat/jaeger-remove-2-13
  • 1be53a2 drop quarkus-opentelemetry-exporter-jaeger
  • d3793ff Merge pull request #645 from cescoffier/2.13-mailer-supported
  • 81454e7 Mark the mailer extension as supported
  • 26dbf63 [maven-release-plugin] prepare for next development iteration
  • ba84f6d [maven-release-plugin] prepare release 2.13.1.Final
  • 55df0c0 Merge pull request #643 from gsmet/quarkus-2.13.1
  • 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 Oct 19, 2022
@github-actions
Copy link

github-actions bot commented Oct 19, 2022

✅ Released version to SNAPSHOT repository: 1.1.1-aaecd07-SNAPSHOT

Parent POM Usage:

<parent>
  <groupId>com.abavilla</groupId>
  <artifactId>fpi-framework-pom</artifactId>
  <version>1.1.1-aaecd07-SNAPSHOT</version>
</parent>

BOM Usage:

<dependencyManagement>
  <dependency>
    <groupId>com.abavilla</groupId>
    <artifactId>fpi-framework-bom</artifactId>
    <version>1.1.1-aaecd07-SNAPSHOT</version>
    <type>pom</type>
    <scope>import</scope>
  </dependency>
</dependencyManagement>

@dependabot dependabot bot force-pushed the dependabot/maven/development/quarkus.platform.version-2.13.2.Final branch 6 times, most recently from edf6365 to 6f0372f Compare October 19, 2022 11:48
Bumps `quarkus.platform.version` from 2.12.3.Final to 2.13.2.Final.

Updates `quarkus-bom` from 2.12.3.Final to 2.13.2.Final
- [Release notes](https://github.com/quarkusio/quarkus-platform/releases)
- [Commits](quarkusio/quarkus-platform@2.12.3.Final...2.13.2.Final)

Updates `quarkus-maven-plugin` from 2.12.3.Final to 2.13.2.Final
- [Release notes](https://github.com/quarkusio/quarkus-platform/releases)
- [Commits](quarkusio/quarkus-platform@2.12.3.Final...2.13.2.Final)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/development/quarkus.platform.version-2.13.2.Final branch from 6f0372f to eaa8180 Compare October 19, 2022 12:10
@vincejv vincejv self-requested a review October 19, 2022 12:16
@@ -39,7 +39,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>2.12.3.Final</quarkus.platform.version>
<quarkus.platform.version>2.13.2.Final</quarkus.platform.version>
Copy link
Owner

Choose a reason for hiding this comment

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

Fix #19 first

@vincejv
Copy link
Owner

vincejv commented Oct 19, 2022

Hi @fpibot need your approval

Copy link
Collaborator

@fpibot fpibot left a comment

Choose a reason for hiding this comment

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

Hi @dependabot[bot], your code changes are approved! 🥳

@vincejv vincejv added the fix in upstream Needs to be fixed in upstream before FPI label Oct 19, 2022
@vincejv vincejv requested a review from fpibot October 19, 2022 12:54
@vincejv
Copy link
Owner

vincejv commented Oct 19, 2022

@fpibot, re-review please

@vincejv vincejv requested review from vincejv and fpibot and removed request for fpibot and vincejv October 19, 2022 12:57
@vincejv vincejv marked this pull request as draft October 19, 2022 13:00
@vincejv vincejv marked this pull request as ready for review October 19, 2022 13:01
@vincejv
Copy link
Owner

vincejv commented Oct 19, 2022

@fpibot

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2022

Superseded by #47.

@dependabot dependabot bot closed this Oct 19, 2022
@dependabot dependabot bot deleted the dependabot/maven/development/quarkus.platform.version-2.13.2.Final branch October 19, 2022 22:18
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 fix in upstream Needs to be fixed in upstream before FPI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants