Skip to content

Commit

Permalink
Bump quarkus.platform.version from 3.8.6 to 3.15.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Oct 1, 2024
1 parent d2f74e0 commit ea44c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- Dependencies -->
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.8.6</quarkus.platform.version>
<quarkus.platform.version>3.15.1</quarkus.platform.version>
<strimzi-api.version>0.43.0</strimzi-api.version>
<strimzi-oauth.version>0.15.0</strimzi-oauth.version>

Expand Down Expand Up @@ -74,14 +74,6 @@

<dependencyManagement>
<dependencies>
<!-- fabric8 to align with version used by JOSDK -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-bom</artifactId>
<version>6.11.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Manage nimbus-jose-jwt for CVE-2023-52428 -->
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down
1 change: 1 addition & 0 deletions ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ yarn.lock

tests/playwright/.auth/*.json
/test-results/
/.pino-prettyrc

0 comments on commit ea44c43

Please sign in to comment.