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 46
46
<quarkus-helm .version>1.2.7</quarkus-helm .version>
47
47
<surefire-plugin .version>3.5.4</surefire-plugin .version>
48
48
<assertj .version>3.27.0</assertj .version>
49
+ <github-api .version>1.330</github-api .version>
49
50
</properties >
50
51
<dependencyManagement >
51
52
<dependencies >
64
65
<artifactId >quarkus-github-app</artifactId >
65
66
<version >${quarkus-github-app.version} </version >
66
67
</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 >
67
74
<dependency >
68
75
<groupId >io.quarkus</groupId >
69
76
<artifactId >quarkus-arc</artifactId >
You can’t perform that action at this time.
0 commit comments