Skip to content

Commit ec2a959

Browse files
committed
Manage github-api version
to resolve incompatibilities with Jackson coming from Quarkus and github-api/app
1 parent a78013d commit ec2a959

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
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>
@@ -64,6 +65,12 @@
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>

0 commit comments

Comments
 (0)