Skip to content

Commit

Permalink
Bump Quarkus to 3.15.2 (pom and CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedla97 authored and jcarranzan committed Nov 26, 2024
1 parent 1bd1aaa commit 2bbf61a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
path: maven-repo.tgz
retention-days: 1
linux-build-jvm-released:
name: Linux - JVM build - 3.15.1
name: Linux - JVM build - 3.15.2
runs-on: ubuntu-latest
needs: validate-format
strategy:
matrix:
quarkus-version: ["3.15.1"]
quarkus-version: ["3.15.2"]
java: [ 17 ]
outputs:
has-flaky-tests: ${{steps.flaky-test-detector.outputs.has-flaky-tests}}
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
needs: validate-format
strategy:
matrix:
quarkus-version: [ "3.15.1" ]
quarkus-version: [ "3.15.2" ]
java: [ 17 ]
examples: [
'examples/pingpong,examples/restclient,examples/greetings,examples/blocking-reactive-model,examples/https,examples/grpc,examples/consul,examples/infinispan,examples/microprofile,examples/keycloak,examples/kafka,examples/kafka-registry,examples/kafka-streams',
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<impsort-maven-plugin.version>1.11.0</impsort-maven-plugin.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.14.3</quarkus.platform.version>
<quarkus.platform.version>3.15.2</quarkus.platform.version>
<exclude.tests.with.tags>quarkus-cli</exclude.tests.with.tags>
<include.tests>**/*IT.java</include.tests>
<exclude.openshift.tests>**/OpenShift*IT.java</exclude.openshift.tests>
Expand Down Expand Up @@ -301,7 +301,7 @@
<dependency>
<artifactId>quarkus-ide-config</artifactId>
<groupId>io.quarkus</groupId>
<version>3.15.1</version>
<version>3.15.2</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 2bbf61a

Please sign in to comment.