Skip to content

Commit c5914d2

Browse files
Bump com.fasterxml.jackson:jackson-bom from 2.19.2 to 2.20.0 in /twilio (#257)
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.19.2 to 2.20.0. - [Commits](FasterXML/jackson-bom@jackson-bom-2.19.2...jackson-bom-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7acf681 commit c5914d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

twilio/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
<dependency>
3838
<groupId>com.fasterxml.jackson</groupId>
3939
<artifactId>jackson-bom</artifactId>
40-
<!-- Pinned at 2.19.2 because OpenAI client 0.18.2 still references
40+
<!-- Pinned at 2.20.0 because OpenAI client 0.18.2 still references
4141
PropertyNamingStrategy.SNAKE_CASE (removed in 2.20.0).
4242
TODO: update once legacy OpenAI lib is retired. -->
43-
<version>2.19.2</version>
43+
<version>2.20.0</version>
4444
<type>pom</type>
4545
<scope>import</scope>
4646
</dependency>

0 commit comments

Comments
 (0)