Skip to content

Commit 8bd0ccd

Browse files
marko-bekhtayrodiere
authored andcommitted
Bump quarkus-github-app version
so that there is no need to manage github-api
1 parent 56deb36 commit 8bd0ccd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<maven.compiler.target>21</maven.compiler.target>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
39-
<quarkus-github-app.version>2.11.0</quarkus-github-app.version>
39+
<quarkus-github-app.version>2.12.0</quarkus-github-app.version>
4040
<quarkus-openapi-generator.version>2.12.1-lts</quarkus-openapi-generator.version>
4141
<!-- Using a single property for both plugin and platform, so that GitHub's Dependabot doesn't get confused -->
4242
<quarkus.version>3.28.0</quarkus.version>
@@ -46,7 +46,6 @@
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>
5049
</properties>
5150
<dependencyManagement>
5251
<dependencies>
@@ -65,12 +64,6 @@
6564
<artifactId>quarkus-github-app</artifactId>
6665
<version>${quarkus-github-app.version}</version>
6766
</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>
7467
<dependency>
7568
<groupId>io.quarkus</groupId>
7669
<artifactId>quarkus-arc</artifactId>

0 commit comments

Comments
 (0)