Skip to content

Commit 50fdeb3

Browse files
authored
chore(deps): Update deps for jackson (#1793)
1 parent 2051f54 commit 50fdeb3

File tree

4 files changed

+63
-40
lines changed

4 files changed

+63
-40
lines changed

examples/powertools-examples-core/cdk/app/pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<maven.compiler.source>1.8</maven.compiler.source>
1515
<maven.compiler.target>1.8</maven.compiler.target>
1616
<aws.sdk.v1.version>1.12.781</aws.sdk.v1.version>
17+
<jackson.version>2.17.2</jackson.version>
1718
</properties>
1819

1920
<dependencies>
@@ -59,6 +60,17 @@
5960
<artifactId>aws-java-sdk-core</artifactId>
6061
<version>${aws.sdk.v1.version}</version>
6162
</dependency>
63+
<dependency>
64+
<groupId>software.amazon.jsii</groupId>
65+
<artifactId>jsii-runtime</artifactId>
66+
<version>1.108.0</version>
67+
</dependency>
68+
<dependency>
69+
<groupId>com.fasterxml.jackson.core</groupId>
70+
<artifactId>jackson-databind</artifactId>
71+
<version>${jackson.version}</version>
72+
</dependency>
73+
6274
</dependencies>
6375

6476
<build>

examples/powertools-examples-core/cdk/infra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<cdk.version>2.178.1</cdk.version>
1111
<constructs.version>[10.0.0,11.0.0)</constructs.version>
12-
<jackson.version>2.14.0</jackson.version>
12+
<jackson.version>2.17.2</jackson.version>
1313
<junit.version>5.10.0</junit.version>
1414
</properties>
1515
<build>

powertools-logging/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@
129129
<artifactId>jsonassert</artifactId>
130130
<scope>test</scope>
131131
</dependency>
132+
133+
<dependency>
134+
<groupId>com.fasterxml.jackson.core</groupId>
135+
<artifactId>jackson-databind</artifactId>
136+
</dependency>
132137
</dependencies>
133138

134139
<build>

tree.txt

+45-39
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[INFO] Scanning for projects...
22
[WARNING]
3+
[WARNING] Some problems were encountered while building the effective model for software.amazon.lambda:powertools-logging:jar:1.19.0-SNAPSHOT
4+
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> duplicate declaration of version (?) @ line 133, column 21
5+
[WARNING]
36
[WARNING] Some problems were encountered while building the effective model for software.amazon.lambda:powertools-test-suite:jar:1.19.0-SNAPSHOT
47
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 175, column 21
58
[WARNING]
@@ -10,7 +13,7 @@
1013
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 126, column 21
1114
[WARNING]
1215
[WARNING] Some problems were encountered while building the effective model for software.amazon.lambda.examples:powertools-examples-core-cdk:jar:1.17.0
13-
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 125, column 21
16+
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 137, column 21
1417
[WARNING]
1518
[WARNING] Some problems were encountered while building the effective model for software.amazon.lambda.examples:cdk:jar:1.19.0-SNAPSHOT
1619
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 35, column 21
@@ -1094,37 +1097,40 @@
10941097
[INFO] | +- com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2:jar:2.14.0:compile
10951098
[INFO] | \- com.amazonaws:aws-xray-recorder-sdk-aws-sdk-v2-instrumentor:jar:2.14.0:compile
10961099
[INFO] +- software.amazon.lambda:powertools-logging:jar:1.17.0:compile
1097-
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.15.2:compile
1098-
[INFO] | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2:compile
1099-
[INFO] | | \- com.fasterxml.jackson.core:jackson-core:jar:2.15.2:compile
11001100
[INFO] | +- org.apache.logging.log4j:log4j-layout-template-json:jar:2.20.0:compile
11011101
[INFO] | \- org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.20.0:compile
11021102
[INFO] | \- org.slf4j:slf4j-api:jar:2.0.6:compile
11031103
[INFO] +- software.amazon.lambda:powertools-metrics:jar:1.17.0:compile
11041104
[INFO] | \- software.amazon.cloudwatchlogs:aws-embedded-metrics:jar:1.0.6:compile
1105-
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.11.1:runtime
11061105
[INFO] | \- org.javatuples:javatuples:jar:1.2:runtime
11071106
[INFO] +- com.amazonaws:aws-lambda-java-core:jar:1.2.3:compile
11081107
[INFO] +- com.amazonaws:aws-lambda-java-events:jar:3.11.4:compile
11091108
[INFO] | \- joda-time:joda-time:jar:2.10.8:compile
11101109
[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.22.1:compile
11111110
[INFO] +- org.apache.logging.log4j:log4j-api:jar:2.22.1:compile
1112-
[INFO] \- com.amazonaws:aws-java-sdk-core:jar:1.12.781:compile
1113-
[INFO] +- commons-logging:commons-logging:jar:1.1.3:compile
1114-
[INFO] +- commons-codec:commons-codec:jar:1.15:compile
1115-
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
1116-
[INFO] | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
1117-
[INFO] \- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.17.2:compile
1111+
[INFO] +- com.amazonaws:aws-java-sdk-core:jar:1.12.781:compile
1112+
[INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile
1113+
[INFO] | +- commons-codec:commons-codec:jar:1.15:compile
1114+
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
1115+
[INFO] | | \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
1116+
[INFO] | \- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.17.2:compile
1117+
[INFO] +- software.amazon.jsii:jsii-runtime:jar:1.108.0:compile
1118+
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.18.3:compile (version selected from constraint [2.11.3,2.19.0))
1119+
[INFO] | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.18.3:compile (version selected from constraint [2.11.3,2.19.0))
1120+
[INFO] | +- org.jetbrains:annotations:jar:23.1.0:compile (version selected from constraint [13.0.0,24.0-a0))
1121+
[INFO] | \- javax.annotation:javax.annotation-api:jar:1.3.2:compile (version selected from constraint [1.3.2,1.4.0))
1122+
[INFO] \- com.fasterxml.jackson.core:jackson-databind:jar:2.17.2:compile
1123+
[INFO] \- com.fasterxml.jackson.core:jackson-annotations:jar:2.17.2:compile
11181124
[INFO]
11191125
[INFO] ----------------< software.amazon.lambda.examples:cdk >-----------------
11201126
[INFO] Building cdk 1.19.0-SNAPSHOT [18/28]
11211127
[INFO] --------------------------------[ jar ]---------------------------------
11221128
[INFO]
11231129
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ cdk ---
11241130
[INFO] software.amazon.lambda.examples:cdk:jar:1.19.0-SNAPSHOT
1125-
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.14.0:compile
1126-
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.0:compile
1127-
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.14.0:compile
1131+
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.17.2:compile
1132+
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.17.2:compile
1133+
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.17.2:compile
11281134
[INFO] +- software.amazon.awscdk:aws-cdk-lib:jar:2.178.1:compile
11291135
[INFO] | +- software.amazon.awscdk:cdk-asset-awscli-v1:jar:2.2.226:compile (version selected from constraint [2.2.208,3.0.0))
11301136
[INFO] | +- software.amazon.awscdk:cdk-asset-kubectl-v20:jar:2.1.4:compile (version selected from constraint [2.1.3,3.0.0))
@@ -1688,37 +1694,37 @@
16881694
[INFO] ------------------------------------------------------------------------
16891695
[INFO] Reactor Summary:
16901696
[INFO]
1691-
[INFO] Powertools for AWS Lambda (Java) library Parent 1.19.0-SNAPSHOT SUCCESS [ 0.355 s]
1692-
[INFO] Powertools for AWS Lambda (Java) library Core 1.19.0-SNAPSHOT SUCCESS [ 0.053 s]
1693-
[INFO] Powertools for AWS Lambda (Java) library Serialization Utilities 1.19.0-SNAPSHOT SUCCESS [ 0.022 s]
1694-
[INFO] Powertools for AWS Lambda (Java) library Logging 1.19.0-SNAPSHOT SUCCESS [ 0.023 s]
1695-
[INFO] Powertools for AWS Lambda (Java) library Tracing 1.19.0-SNAPSHOT SUCCESS [ 0.069 s]
1696-
[INFO] Powertools for AWS Lambda (Java) library SQS 1.19.0-SNAPSHOT SUCCESS [ 0.096 s]
1697+
[INFO] Powertools for AWS Lambda (Java) library Parent 1.19.0-SNAPSHOT SUCCESS [ 0.353 s]
1698+
[INFO] Powertools for AWS Lambda (Java) library Core 1.19.0-SNAPSHOT SUCCESS [ 0.049 s]
1699+
[INFO] Powertools for AWS Lambda (Java) library Serialization Utilities 1.19.0-SNAPSHOT SUCCESS [ 0.021 s]
1700+
[INFO] Powertools for AWS Lambda (Java) library Logging 1.19.0-SNAPSHOT SUCCESS [ 0.021 s]
1701+
[INFO] Powertools for AWS Lambda (Java) library Tracing 1.19.0-SNAPSHOT SUCCESS [ 0.067 s]
1702+
[INFO] Powertools for AWS Lambda (Java) library SQS 1.19.0-SNAPSHOT SUCCESS [ 0.107 s]
16971703
[INFO] Powertools for AWS Lambda (Java) library Metrics 1.19.0-SNAPSHOT SUCCESS [ 0.011 s]
1698-
[INFO] Powertools for AWS Lambda (Java) library Parameters 1.19.0-SNAPSHOT SUCCESS [ 0.023 s]
1699-
[INFO] Powertools for AWS Lambda (Java) validation library 1.19.0-SNAPSHOT SUCCESS [ 0.015 s]
1704+
[INFO] Powertools for AWS Lambda (Java) library Parameters 1.19.0-SNAPSHOT SUCCESS [ 0.022 s]
1705+
[INFO] Powertools for AWS Lambda (Java) validation library 1.19.0-SNAPSHOT SUCCESS [ 0.014 s]
17001706
[INFO] Powertools for AWS Lambda (Java) library Test Suite 1.19.0-SNAPSHOT SUCCESS [ 0.025 s]
1701-
[INFO] Powertools for AWS Lambda (Java)library Cloudformation 1.19.0-SNAPSHOT SUCCESS [ 0.063 s]
1702-
[INFO] Powertools for AWS Lambda (Java) library Idempotency 1.19.0-SNAPSHOT SUCCESS [ 0.065 s]
1703-
[INFO] Powertools for AWS Lambda (Java) library Large messages 1.19.0-SNAPSHOT SUCCESS [ 0.012 s]
1704-
[INFO] Powertools for AWS Lambda (Java)library End-to-end tests 1.19.0-SNAPSHOT SUCCESS [ 0.592 s]
1707+
[INFO] Powertools for AWS Lambda (Java)library Cloudformation 1.19.0-SNAPSHOT SUCCESS [ 0.064 s]
1708+
[INFO] Powertools for AWS Lambda (Java) library Idempotency 1.19.0-SNAPSHOT SUCCESS [ 0.067 s]
1709+
[INFO] Powertools for AWS Lambda (Java) library Large messages 1.19.0-SNAPSHOT SUCCESS [ 0.013 s]
1710+
[INFO] Powertools for AWS Lambda (Java)library End-to-end tests 1.19.0-SNAPSHOT SUCCESS [ 0.565 s]
17051711
[INFO] Powertools for AWS Lambda (Java) batch messages 1.19.0-SNAPSHOT SUCCESS [ 0.005 s]
1706-
[INFO] Powertools for AWS Lambda (Java) library Examples - Core 1.19.0-SNAPSHOT SUCCESS [ 0.147 s]
1707-
[INFO] Powertools for AWS Lambda (Java) library Examples - Core 1.17.0 SUCCESS [ 0.044 s]
1708-
[INFO] cdk 1.19.0-SNAPSHOT ................................ SUCCESS [ 0.671 s]
1709-
[INFO] Powertools for AWS Lambda (Java) library Examples - Core 1.19.0-SNAPSHOT SUCCESS [ 0.009 s]
1710-
[INFO] Powertools for AWS Lambda (Java) library Examples - Core 1.19.0-SNAPSHOT SUCCESS [ 0.009 s]
1711-
[INFO] Powertools for AWS Lambda (Java) library Examples - Idempotency 1.19.0-SNAPSHOT SUCCESS [ 0.010 s]
1712-
[INFO] Powertools for AWS Lambda (Java) library Examples - Parameters 1.19.0-SNAPSHOT SUCCESS [ 0.020 s]
1712+
[INFO] Powertools for AWS Lambda (Java) library Examples - Core 1.19.0-SNAPSHOT SUCCESS [ 0.148 s]
1713+
[INFO] Powertools for AWS Lambda (Java) library Examples - Core 1.17.0 SUCCESS [ 0.245 s]
1714+
[INFO] cdk 1.19.0-SNAPSHOT ................................ SUCCESS [ 0.502 s]
1715+
[INFO] Powertools for AWS Lambda (Java) library Examples - Core 1.19.0-SNAPSHOT SUCCESS [ 0.017 s]
1716+
[INFO] Powertools for AWS Lambda (Java) library Examples - Core 1.19.0-SNAPSHOT SUCCESS [ 0.011 s]
1717+
[INFO] Powertools for AWS Lambda (Java) library Examples - Idempotency 1.19.0-SNAPSHOT SUCCESS [ 0.012 s]
1718+
[INFO] Powertools for AWS Lambda (Java) library Examples - Parameters 1.19.0-SNAPSHOT SUCCESS [ 0.013 s]
17131719
[INFO] Powertools for AWS Lambda (Java) library Examples - Serialization 1.19.0-SNAPSHOT SUCCESS [ 0.005 s]
1714-
[INFO] Powertools for AWS Lambda (Java) library Examples - SQS 1.19.0-SNAPSHOT SUCCESS [ 0.069 s]
1720+
[INFO] Powertools for AWS Lambda (Java) library Examples - SQS 1.19.0-SNAPSHOT SUCCESS [ 0.065 s]
17151721
[INFO] Powertools for AWS Lambda (Java) library Examples - Batch 1.19.0-SNAPSHOT SUCCESS [ 0.015 s]
1716-
[INFO] Powertools for AWS Lambda (Java) library Examples - Validation 1.19.0-SNAPSHOT SUCCESS [ 0.006 s]
1717-
[INFO] AWS Lambda Powertools for Java library Examples - CloudFormation 1.19.0-SNAPSHOT SUCCESS [ 0.012 s]
1718-
[INFO] Powertools for AWS Lambda (Java) library Examples 1.19.0-SNAPSHOT SUCCESS [ 0.002 s]
1722+
[INFO] Powertools for AWS Lambda (Java) library Examples - Validation 1.19.0-SNAPSHOT SUCCESS [ 0.016 s]
1723+
[INFO] AWS Lambda Powertools for Java library Examples - CloudFormation 1.19.0-SNAPSHOT SUCCESS [ 0.010 s]
1724+
[INFO] Powertools for AWS Lambda (Java) library Examples 1.19.0-SNAPSHOT SUCCESS [ 0.001 s]
17191725
[INFO] ------------------------------------------------------------------------
17201726
[INFO] BUILD SUCCESS
17211727
[INFO] ------------------------------------------------------------------------
1722-
[INFO] Total time: 3.280 s
1723-
[INFO] Finished at: 2025-03-07T09:14:56Z
1728+
[INFO] Total time: 3.252 s
1729+
[INFO] Finished at: 2025-03-07T09:50:36Z
17241730
[INFO] ------------------------------------------------------------------------

0 commit comments

Comments
 (0)