Skip to content

Commit f5a37e5

Browse files
committed
use BOM for log4j and jackson
1 parent e1561f4 commit f5a37e5

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

pom.xml

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>software.amazon.awssdk</groupId>
4646
<artifactId>bom</artifactId>
47-
<version>2.31.63</version>
47+
<version>2.31.65</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
<exclusions>
@@ -76,19 +76,11 @@
7676
</dependency>
7777

7878
<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>
9181
<version>2.18.2</version>
82+
<type>pom</type>
83+
<scope>import</scope>
9284
</dependency>
9385

9486
<!-- Lambda Logging -->
@@ -99,13 +91,10 @@
9991
</dependency>
10092
<dependency>
10193
<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>
10998
</dependency>
11099
<dependency>
111100
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)