Skip to content

Commit 486d2ef

Browse files
darklight3itDavide Melfi
andauthored
chore: update pom.xml for events library (#581)
Co-authored-by: Davide Melfi <[email protected]>
1 parent 5de8acb commit 486d2ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

aws-lambda-java-events/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
<lombok.version>1.18.22</lombok.version>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
40+
<jackson.version>2.20.1</jackson.version>
41+
<json.unit>2.40.1</json.unit>
4042
</properties>
4143

4244
<distributionManagement>
@@ -62,13 +64,13 @@
6264
<dependency>
6365
<groupId>com.fasterxml.jackson.core</groupId>
6466
<artifactId>jackson-databind</artifactId>
65-
<version>2.14.2</version>
67+
<version>${jackson.version}</version>
6668
<scope>test</scope>
6769
</dependency>
6870
<dependency>
6971
<groupId>net.javacrumbs.json-unit</groupId>
7072
<artifactId>json-unit-assertj</artifactId>
71-
<version>2.36.1</version>
73+
<version>${json.unit}</version>
7274
<scope>test</scope>
7375
</dependency>
7476

0 commit comments

Comments
 (0)