diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index 880fb0529..4509830da 100644
--- a/.github/workflows/pr.yaml
+++ b/.github/workflows/pr.yaml
@@ -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}}
@@ -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',
diff --git a/pom.xml b/pom.xml
index 41d642733..5c454e46d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
1.11.0
quarkus-bom
io.quarkus
- 3.14.3
+ 3.15.2
quarkus-cli
**/*IT.java
**/OpenShift*IT.java
@@ -301,7 +301,7 @@
quarkus-ide-config
io.quarkus
- 3.15.1
+ 3.15.2