Skip to content

Commit

Permalink
upgraded operator jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mswiderski committed Jun 22, 2024
1 parent a649046 commit 3985863
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.automatiko.tekton</groupId>
<artifactId>automatiko-approval-task</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>

<name>Automatiko Tekton Approval Task</name>
<description>Tekton Approval task for pipelines based on Automatiko workflows</description>
Expand All @@ -31,6 +31,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.quarkiverse.operatorsdk</groupId>
<artifactId>quarkus-operator-sdk</artifactId>
<version>6.7.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 3985863

Please sign in to comment.