Skip to content

Commit 1ab3641

Browse files
authored
chore(deps): upgrade to Quarkus 3.13.2 (#917)
Signed-off-by: Chris Laprun <[email protected]>
1 parent 4be8545 commit 1ab3641

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Java Operator SDK Extension
22
release:
3-
current-version: 6.7.2
4-
next-version: 6.7.3-SNAPSHOT
3+
current-version: 6.7.3
4+
next-version: 6.7.4-SNAPSHOT
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:project-version: 6.7.2
1+
:project-version: 6.7.3
22

33
:examples-dir: ./../examples/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<packaging>pom</packaging>
1313
<name>Quarkus - Operator SDK - Parent</name>
1414
<properties>
15-
<quarkus.version>3.13.1</quarkus.version>
15+
<quarkus.version>3.13.2</quarkus.version>
1616
<java-operator-sdk.version>4.9.2</java-operator-sdk.version>
1717
</properties>
1818
<scm>

0 commit comments

Comments
 (0)