File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 36
36
<maven .compiler.target>21</maven .compiler.target>
37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
<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>
40
40
<quarkus-openapi-generator .version>2.12.1-lts</quarkus-openapi-generator .version>
41
41
<!-- Using a single property for both plugin and platform, so that GitHub's Dependabot doesn't get confused -->
42
42
<quarkus .version>3.28.0</quarkus .version>
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>
50
49
</properties >
51
50
<dependencyManagement >
52
51
<dependencies >
65
64
<artifactId >quarkus-github-app</artifactId >
66
65
<version >${quarkus-github-app.version} </version >
67
66
</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 >
74
67
<dependency >
75
68
<groupId >io.quarkus</groupId >
76
69
<artifactId >quarkus-arc</artifactId >
You can’t perform that action at this time.
0 commit comments