Skip to content

Commit bdaa3d1

Browse files
committed
Update github-api to 2.0-rc.3
1 parent a0f025d commit bdaa3d1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<commons-codec.version>1.18.0</commons-codec.version>
6363
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
6464
<jgit.version>7.2.0.202503040940-r</jgit.version>
65-
<github-api.version>2.0-rc.1</github-api.version>
65+
<github-api.version>2.0-rc.3</github-api.version>
6666
<commons-compress.version>1.27.1</commons-compress.version>
6767
<guava.version>33.4.8-jre</guava.version>
6868
<byte-buddy.version>1.17.5</byte-buddy.version>
@@ -260,6 +260,10 @@
260260
<groupId>com.fasterxml.jackson.core</groupId>
261261
<artifactId>jackson-databind</artifactId>
262262
</exclusion>
263+
<exclusion>
264+
<groupId>com.fasterxml.jackson.datatype</groupId>
265+
<artifactId>jackson-datatype-jsr310</artifactId>
266+
</exclusion>
263267
</exclusions>
264268
</dependency>
265269
<dependency>

0 commit comments

Comments
 (0)