File tree Expand file tree Collapse file tree 1 file changed +9
-20
lines changed Expand file tree Collapse file tree 1 file changed +9
-20
lines changed Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >software.amazon.awssdk</groupId >
46
46
<artifactId >bom</artifactId >
47
- <version >2.31.63 </version >
47
+ <version >2.31.65 </version >
48
48
<type >pom</type >
49
49
<scope >import</scope >
50
50
<exclusions >
76
76
</dependency >
77
77
78
78
<dependency >
79
- <groupId >com.fasterxml.jackson.core</groupId >
80
- <artifactId >jackson-core</artifactId >
81
- <version >2.18.2</version >
82
- </dependency >
83
- <dependency >
84
- <groupId >com.fasterxml.jackson.core</groupId >
85
- <artifactId >jackson-annotations</artifactId >
86
- <version >2.18.2</version >
87
- </dependency >
88
- <dependency >
89
- <groupId >com.fasterxml.jackson.core</groupId >
90
- <artifactId >jackson-databind</artifactId >
79
+ <groupId >com.fasterxml.jackson</groupId >
80
+ <artifactId >jackson-bom</artifactId >
91
81
<version >2.18.2</version >
82
+ <type >pom</type >
83
+ <scope >import</scope >
92
84
</dependency >
93
85
94
86
<!-- Lambda Logging -->
99
91
</dependency >
100
92
<dependency >
101
93
<groupId >org.apache.logging.log4j</groupId >
102
- <artifactId >log4j-api</artifactId >
103
- <version >2.24.3</version >
104
- </dependency >
105
- <dependency >
106
- <groupId >org.apache.logging.log4j</groupId >
107
- <artifactId >log4j-core</artifactId >
108
- <version >2.24.3</version >
94
+ <artifactId >log4j-bom</artifactId >
95
+ <version >2.25.0</version >
96
+ <type >pom</type >
97
+ <scope >import</scope >
109
98
</dependency >
110
99
<dependency >
111
100
<groupId >org.apache.logging.log4j</groupId >
You can’t perform that action at this time.
0 commit comments