We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f025d commit bdaa3d1Copy full SHA for bdaa3d1
1 file changed
pom.xml
@@ -62,7 +62,7 @@
62
<commons-codec.version>1.18.0</commons-codec.version>
63
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
64
<jgit.version>7.2.0.202503040940-r</jgit.version>
65
- <github-api.version>2.0-rc.1</github-api.version>
+ <github-api.version>2.0-rc.3</github-api.version>
66
<commons-compress.version>1.27.1</commons-compress.version>
67
<guava.version>33.4.8-jre</guava.version>
68
<byte-buddy.version>1.17.5</byte-buddy.version>
@@ -260,6 +260,10 @@
260
<groupId>com.fasterxml.jackson.core</groupId>
261
<artifactId>jackson-databind</artifactId>
262
</exclusion>
263
+ <exclusion>
264
+ <groupId>com.fasterxml.jackson.datatype</groupId>
265
+ <artifactId>jackson-datatype-jsr310</artifactId>
266
+ </exclusion>
267
</exclusions>
268
</dependency>
269
<dependency>
0 commit comments