Skip to content

Commit 397715a

Browse files
Update dependency com.fasterxml.jackson:jackson-bom to v2.20.1
1 parent 447b9bc commit 397715a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

calculator-java-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.fasterxml.jackson</groupId>
2727
<artifactId>jackson-bom</artifactId>
28-
<version>2.16.0</version>
28+
<version>2.20.1</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

calculator-java-junit-4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.fasterxml.jackson</groupId>
2727
<artifactId>jackson-bom</artifactId>
28-
<version>2.16.0</version>
28+
<version>2.20.1</version>
2929
<type>pom</type>
3030
<scope>import</scope>
3131
</dependency>

calculator-java-junit-jupiter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.fasterxml.jackson</groupId>
3535
<artifactId>jackson-bom</artifactId>
36-
<version>2.16.0</version>
36+
<version>2.20.1</version>
3737
<type>pom</type>
3838
<scope>import</scope>
3939
</dependency>

calculator-java8-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.fasterxml.jackson</groupId>
3434
<artifactId>jackson-bom</artifactId>
35-
<version>2.16.0</version>
35+
<version>2.20.1</version>
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>

0 commit comments

Comments
 (0)