Skip to content

Commit 80ecbe6

Browse files
Bump com.fasterxml.jackson.core:jackson-core from 2.16.2 to 2.18.6 (#17235)
* Bump com.fasterxml.jackson.core:jackson-core from 2.16.2 to 2.18.6 Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.16.2 to 2.18.6. - [Commits](FasterXML/jackson-core@jackson-core-2.16.2...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> * update dependencies.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CritasWang <critas@outlook.com>
1 parent 36c7db8 commit 80ecbe6

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

dependencies.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,9 @@
3333
"com.nimbusds:nimbus-jose-jwt",
3434
"com.nimbusds:oauth2-oidc-sdk",
3535
"com.sun.istack:istack-commons-runtime",
36-
"org.apache.ratis:ratis-client",
37-
"org.apache.ratis:ratis-common",
38-
"org.apache.ratis:ratis-grpc",
39-
"org.apache.ratis:ratis-metrics-api",
40-
"org.apache.ratis:ratis-proto",
41-
"org.apache.ratis:ratis-server",
42-
"org.apache.ratis:ratis-server-api",
4336
"com.zaxxer:HikariCP",
4437
"commons-cli:commons-cli",
4538
"commons-codec:commons-codec",
46-
"commons-codec:commons-codec",
4739
"commons-logging:commons-logging",
4840
"io.airlift:airline",
4941
"io.airlift:units",
@@ -93,18 +85,25 @@
9385
"jakarta.validation:jakarta.validation-api",
9486
"jakarta.ws.rs:jakarta.ws.rs-api",
9587
"jakarta.xml.bind:jakarta.xml.bind-api",
88+
"javax.xml.bind:jaxb-api",
9689
"net.java.dev.jna:jna",
9790
"net.java.dev.jna:jna-platform",
9891
"net.minidev:accessors-smart",
9992
"net.minidev:json-smart",
10093
"org.antlr:antlr4-runtime",
10194
"org.apache.commons:commons-csv",
10295
"org.apache.commons:commons-lang3",
103-
"org.apache.commons:commons-lang3",
10496
"org.apache.commons:commons-math3",
10597
"org.apache.commons:commons-pool2",
10698
"org.apache.httpcomponents:httpclient",
10799
"org.apache.httpcomponents:httpcore",
100+
"org.apache.ratis:ratis-client",
101+
"org.apache.ratis:ratis-common",
102+
"org.apache.ratis:ratis-grpc",
103+
"org.apache.ratis:ratis-metrics-api",
104+
"org.apache.ratis:ratis-proto",
105+
"org.apache.ratis:ratis-server",
106+
"org.apache.ratis:ratis-server-api",
108107
"org.apache.ratis:ratis-thirdparty-misc",
109108
"org.apache.thrift:libthrift",
110109
"org.apache.tsfile:common",
@@ -113,7 +112,6 @@
113112
"org.bouncycastle:bcprov-jdk18on",
114113
"org.bouncycastle:bcutil-jdk18on",
115114
"org.checkerframework:checker-qual",
116-
"org.checkerframework:checker-qual",
117115
"org.eclipse.collections:eclipse-collections",
118116
"org.eclipse.collections:eclipse-collections-api",
119117
"org.eclipse.jetty:jetty-http",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
https://github.com/apache/iotdb-bin-resources/tree/main/iotdb-tools-thrift
9595
-->
9696
<iotdb-tools-thrift.version>0.14.1.0</iotdb-tools-thrift.version>
97-
<jackson.version>2.16.2</jackson.version>
97+
<jackson.version>2.18.6</jackson.version>
9898
<!-- This is the last version to support the javax namespace -->
9999
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
100100
<!-- This is the last version to support the javax namespace -->

0 commit comments

Comments
 (0)