File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 7373 <junit-jupiter-version >5.10.3</junit-jupiter-version >
7474 <logback-version >1.5.6</logback-version >
7575 <lombok-version >1.18.24</lombok-version >
76+ <github-api-version >1.123</github-api-version >
7677 <maven-plugin-annotations-version >3.13.1</maven-plugin-annotations-version >
7778 <!-- Can't update to 3.9.5: sisu-inject usage in maven-plugin-testing-hardness is broken -->
7879 <maven-plugin-dependencies-version >3.8.1</maven-plugin-dependencies-version >
333334 <artifactId >logback-core</artifactId >
334335 <version >${logback-version} </version >
335336 </dependency >
337+ <dependency >
338+ <groupId >org.kohsuke</groupId >
339+ <artifactId >github-api</artifactId >
340+ <version >${github-api-version} </version >
341+ </dependency >
336342 <dependency >
337343 <groupId >org.apache.maven.plugin-tools</groupId >
338344 <artifactId >maven-plugin-annotations</artifactId >
You can’t perform that action at this time.
0 commit comments