Skip to content

Commit 4837c29

Browse files
committed
Update dependencies
1 parent 1ea818a commit 4837c29

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@
3939
<dependency>
4040
<groupId>com.fasterxml.jackson.core</groupId>
4141
<artifactId>jackson-core</artifactId>
42-
<version>2.14.1</version>
42+
<version>2.14.2</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.fasterxml.jackson.core</groupId>
4646
<artifactId>jackson-databind</artifactId>
47-
<version>2.14.1</version>
47+
<version>2.14.2</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.fasterxml.jackson.core</groupId>
5151
<artifactId>jackson-annotations</artifactId>
52-
<version>2.14.1</version>
52+
<version>2.14.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.fasterxml.jackson.datatype</groupId>
5656
<artifactId>jackson-datatype-jsr310</artifactId>
57-
<version>2.14.1</version>
57+
<version>2.14.2</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.maxmind.geoip2</groupId>
6161
<artifactId>geoip2</artifactId>
62-
<version>4.0.0</version>
62+
<version>4.0.1</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>commons-validator</groupId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>com.fasterxml.jackson.jr</groupId>
8989
<artifactId>jackson-jr-objects</artifactId>
90-
<version>2.14.1</version>
90+
<version>2.14.2</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>com.puppycrawl.tools</groupId>
121121
<artifactId>checkstyle</artifactId>
122-
<version>10.5.0</version>
122+
<version>10.8.0</version>
123123
</dependency>
124124
</dependencies>
125125
<executions>

0 commit comments

Comments
 (0)