File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 4646 <quarkus-helm.version>1.2.7</quarkus-helm.version>
4747 <surefire-plugin.version>3.5.4</surefire-plugin.version>
4848 <assertj.version>3.27.0</assertj.version>
49+ <github-api.version>1.330</github-api.version>
4950 </properties>
5051 <dependencyManagement>
5152 <dependencies>
6465 <artifactId>quarkus-github-app</artifactId>
6566 <version>${quarkus-github-app.version}</version>
6667 </dependency>
68+ <!-- Remove management of the github-api dependency when quarkus-github-app ^ is updated to the next version compatible with Quarkus 3.28+ -->
69+ <dependency>
70+ <groupId>org.kohsuke</groupId>
71+ <artifactId>github-api</artifactId>
72+ <version>${github-api.version}</version>
73+ </dependency>
6774 <dependency>
6875 <groupId>io.quarkus</groupId>
6976 <artifactId>quarkus-arc</artifactId>
You can’t perform that action at this time.
0 commit comments