Skip to content

Commit 6d5d81f

Browse files
Revert "Fix Jackson 2.21.0 incompatibility by upgrading github-api to 1.330"
This reverts commit a37f97e.
1 parent a37f97e commit 6d5d81f

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,23 +81,11 @@
8181
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8282
</properties>
8383

84-
<dependencyManagement>
85-
<dependencies>
86-
<dependency>
87-
<groupId>com.fasterxml.jackson</groupId>
88-
<artifactId>jackson-bom</artifactId>
89-
<version>2.21.0</version>
90-
<type>pom</type>
91-
<scope>import</scope>
92-
</dependency>
93-
</dependencies>
94-
</dependencyManagement>
95-
9684
<dependencies>
9785
<dependency>
9886
<groupId>org.kohsuke</groupId>
9987
<artifactId>github-api</artifactId>
100-
<version>1.330</version>
88+
<version>1.327</version>
10189
</dependency>
10290
<dependency>
10391
<groupId>com.squareup.okhttp3</groupId>

0 commit comments

Comments
 (0)