File tree 1 file changed +9
-1
lines changed
examples/powertools-examples-core/cdk/infra
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 7
7
<version >1.18.0</version >
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
- <cdk .version>2.130.0 </cdk .version>
10
+ <cdk .version>2.178.1 </cdk .version>
11
11
<constructs .version>[10.0.0,11.0.0)</constructs .version>
12
+ <jackson .version>2.14.0</jackson .version>
12
13
<junit .version>5.10.0</junit .version>
13
14
</properties >
14
15
<build >
41
42
</plugins >
42
43
</build >
43
44
<dependencies >
45
+ <!-- Transitive Dep -->
46
+ <dependency >
47
+ <groupId >com.fasterxml.jackson.core</groupId >
48
+ <artifactId >jackson-databind</artifactId >
49
+ <version >${jackson.version} </version >
50
+ </dependency >
51
+
44
52
<!-- AWS Cloud Development Kit -->
45
53
<dependency >
46
54
<groupId >software.amazon.awscdk</groupId >
You can’t perform that action at this time.
0 commit comments