Skip to content

Commit

Permalink
chore(deps): upgrade to Quarkus 3.13.2 (#917)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm authored Aug 9, 2024
1 parent 4be8545 commit 1ab3641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Java Operator SDK Extension
release:
current-version: 6.7.2
next-version: 6.7.3-SNAPSHOT
current-version: 6.7.3
next-version: 6.7.4-SNAPSHOT

2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:project-version: 6.7.2
:project-version: 6.7.3

:examples-dir: ./../examples/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>pom</packaging>
<name>Quarkus - Operator SDK - Parent</name>
<properties>
<quarkus.version>3.13.1</quarkus.version>
<quarkus.version>3.13.2</quarkus.version>
<java-operator-sdk.version>4.9.2</java-operator-sdk.version>
</properties>
<scm>
Expand Down

0 comments on commit 1ab3641

Please sign in to comment.