Skip to content

Commit

Permalink
Bump quarkus version from 3.11 to 3.12 which is now the new default. #…
Browse files Browse the repository at this point in the history
…167

Signed-off-by: cmoulliard <cmoulliard@redhat.com>
  • Loading branch information
cmoulliard committed Jun 26, 2024
1 parent ca4b643 commit bf3359d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"component_id": "my-quarkus-app-job",
"owner": "user:guest",
"native": false,
"quarkusVersion": "io.quarkus.platform:3.11",
"quarkusVersion": "io.quarkus.platform:3.12",
"groupId": "io.quarkus",
"artifactId": "my-quarkus-app-job",
"version": "1.0.0-SNAPSHOT",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-backstage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
-X POST \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $BACKSTAGE_AUTH_SECRET" \
-d @${DATA_TEST_PATH}/quarkus-app-3.11-db.json)
-d @${DATA_TEST_PATH}/quarkus-app-3.12-db.json)
echo $RESPONSE
Expand Down

0 comments on commit bf3359d

Please sign in to comment.