Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit 9e4aa60

Browse files
committed
revert Jackson BOM and lock at 2.19.2 due to OpenAI lib
1 parent ba27444 commit 9e4aa60

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@
8686
<dependency>
8787
<groupId>com.fasterxml.jackson</groupId>
8888
<artifactId>jackson-bom</artifactId>
89-
<version>2.20.0</version>
89+
<!-- Pinned at 2.19.2 because OpenAI client 0.18.2 still references
90+
PropertyNamingStrategy.SNAKE_CASE (removed in 2.20.0).
91+
TODO: update once legacy OpenAI lib is retired. -->
92+
<version>2.19.2</version>
9093
<type>pom</type>
9194
<scope>import</scope>
9295
</dependency>

0 commit comments

Comments
 (0)