From 85ec34f1d50f03459586f5c34199982b7aeccd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:08:06 -0400 Subject: [PATCH] Bump quarkus.platform.version from 2.10.2.Final to 2.10.3.Final (#112) * Bump quarkus.platform.version from 2.10.2.Final to 2.10.3.Final Bumps `quarkus.platform.version` from 2.10.2.Final to 2.10.3.Final. Updates `quarkus-bom` from 2.10.2.Final to 2.10.3.Final - [Release notes](https://github.com/quarkusio/quarkus-platform/releases) - [Commits](https://github.com/quarkusio/quarkus-platform/compare/2.10.2.Final...2.10.3.Final) Updates `quarkus-maven-plugin` from 2.10.2.Final to 2.10.3.Final --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update version in docs Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Deandrea --- docs/automation.md | 4 ++-- event-statistics/pom.xml | 2 +- rest-fights/pom.xml | 2 +- rest-heroes/pom.xml | 2 +- rest-villains/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/automation.md b/docs/automation.md index 122b5f6fc..05e6c6993 100644 --- a/docs/automation.md +++ b/docs/automation.md @@ -61,7 +61,7 @@ Each container image created has 4 tags: - `java{{java-version}}-latest-arm64` > - Replace `{{app-version}}` with the application version (i.e. `1.0`). -> - Replace `{{quarkus-version}}` with Quarkus version the application uses (i.e. `2.9.2.Final`). +> - Replace `{{quarkus-version}}` with Quarkus version the application uses (i.e. `2.10.3.Final`). > - Replace `{{java-version}}` with the Java version the application was built with (i.e. `11` or `17`). There are a total of 16 images built (4 applications x 2 JVM versions x 2 platforms). @@ -76,7 +76,7 @@ Each container image created has 2 tags: - `native-java{{java-version}}-latest-amd64` > - Replace `{{app-version}}` with the application version (i.e. `1.0`). -> - Replace `{{quarkus-version}}` with Quarkus version the application uses (i.e. `2.9.2.Final`). +> - Replace `{{quarkus-version}}` with Quarkus version the application uses (i.e. `2.10.3.Final`). > - Replace `{{java-version}}` with the Java version the application was built with (i.e. `11` or `17`). There are a total of 8 images built (4 applications x 2 JVM versions). diff --git a/event-statistics/pom.xml b/event-statistics/pom.xml index 929576939..df48e11f3 100644 --- a/event-statistics/pom.xml +++ b/event-statistics/pom.xml @@ -16,7 +16,7 @@ UTF-8 quarkus-bom io.quarkus.platform - 2.10.2.Final + 2.10.3.Final 3.0.0-M7 diff --git a/rest-fights/pom.xml b/rest-fights/pom.xml index f2cc3104d..9b05d7ffe 100644 --- a/rest-fights/pom.xml +++ b/rest-fights/pom.xml @@ -16,7 +16,7 @@ UTF-8 quarkus-bom io.quarkus.platform - 2.10.2.Final + 2.10.3.Final 3.0.0-M7 2.33.2 diff --git a/rest-heroes/pom.xml b/rest-heroes/pom.xml index e57ec7e19..12ba4d1a8 100644 --- a/rest-heroes/pom.xml +++ b/rest-heroes/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus.platform - 2.10.2.Final + 2.10.3.Final 3.0.0-M7 diff --git a/rest-villains/pom.xml b/rest-villains/pom.xml index 5aa6d8423..435842a06 100644 --- a/rest-villains/pom.xml +++ b/rest-villains/pom.xml @@ -15,7 +15,7 @@ UTF-8 quarkus-bom io.quarkus.platform - 2.10.2.Final + 2.10.3.Final 3.0.0-M7