Skip to content

Commit 459e637

Browse files
Bump com.fasterxml.jackson.core:jackson-core in /scala/ppml (#5232)
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.15.0 to 2.18.6. - [Commits](FasterXML/jackson-core@jackson-core-2.15.0...jackson-core-2.18.6) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.18.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5fcd7d commit 459e637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<thrift.version>0.9.2</thrift.version>
170170
<slf4j.version>1.7.7</slf4j.version>
171171
<log4j.version>2.17.1</log4j.version>
172-
<jackson.version>2.15.0</jackson.version>
172+
<jackson.version>2.18.6</jackson.version>
173173
<jetty.version>6.1.26</jetty.version>
174174
<jetty.jspapi.version>6.1.14</jetty.jspapi.version>
175175
<commons-cli.version>1.2</commons-cli.version>

scala/ppml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.fasterxml.jackson.core</groupId>
2424
<artifactId>jackson-core</artifactId>
25-
<version>2.15.0</version>
25+
<version>2.18.6</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.scala-lang</groupId>

0 commit comments

Comments
 (0)