Skip to content

Commit 09c253b

Browse files
authored
Merge pull request #1623 from DependencyTrack/replace-github-api
2 parents afd76ac + d1ac40d commit 09c253b

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<lib.conscrypt.version>2.5.2</lib.conscrypt.version>
7272
<lib.cvss-calculator.version>1.4.3</lib.cvss-calculator.version>
7373
<lib.failsafe.version>3.3.2</lib.failsafe.version>
74-
<lib.github-api.version>1.324</lib.github-api.version>
7574
<lib.greenmail.version>2.1.2</lib.greenmail.version>
7675
<lib.java-uuid-generator.version>5.1.0</lib.java-uuid-generator.version>
7776
<lib.json-unit.version>4.0.0</lib.json-unit.version>
@@ -86,6 +85,7 @@
8685
<lib.open.vulnerability.clients.version>7.1.0</lib.open.vulnerability.clients.version>
8786
<lib.packageurl-java.version>1.5.0</lib.packageurl-java.version>
8887
<lib.protobuf-java.version>4.29.3</lib.protobuf-java.version>
88+
<lib.quarkus-github-api.version>1.322.0</lib.quarkus-github-api.version>
8989
<lib.quarkus-mailpit.version>1.3.0</lib.quarkus-mailpit.version>
9090
<lib.snappy-java.version>1.1.10.7</lib.snappy-java.version>
9191
<lib.testcontainers-minio.version>1.20.4</lib.testcontainers-minio.version>
@@ -178,12 +178,6 @@
178178
<version>${lib.failsafe.version}</version>
179179
</dependency>
180180

181-
<dependency>
182-
<groupId>org.kohsuke</groupId>
183-
<artifactId>github-api</artifactId>
184-
<version>${lib.github-api.version}</version>
185-
</dependency>
186-
187181
<dependency>
188182
<groupId>io.github.jeremylong</groupId>
189183
<artifactId>open-vulnerability-clients</artifactId>
@@ -277,6 +271,12 @@
277271
<version>${project.version}</version>
278272
</dependency>
279273

274+
<dependency>
275+
<groupId>io.quarkiverse.githubapi</groupId>
276+
<artifactId>quarkus-github-api</artifactId>
277+
<version>${lib.quarkus-github-api.version}</version>
278+
</dependency>
279+
280280
<dependency>
281281
<groupId>io.quarkiverse.wiremock</groupId>
282282
<artifactId>quarkus-wiremock</artifactId>

repository-meta-analyzer/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@
121121
<scope>test</scope>
122122
</dependency>
123123

124+
<dependency>
125+
<groupId>io.quarkiverse.githubapi</groupId>
126+
<artifactId>quarkus-github-api</artifactId>
127+
<version>${lib.quarkus-github-api.version}</version>
128+
</dependency>
129+
124130
<dependency>
125131
<groupId>io.quarkiverse.wiremock</groupId>
126132
<artifactId>quarkus-wiremock</artifactId>
@@ -149,11 +155,6 @@
149155
<artifactId>assertj-core</artifactId>
150156
<scope>test</scope>
151157
</dependency>
152-
153-
<dependency>
154-
<groupId>org.kohsuke</groupId>
155-
<artifactId>github-api</artifactId>
156-
</dependency>
157158
</dependencies>
158159

159160
<profiles>

0 commit comments

Comments
 (0)