Skip to content

Commit 9cf58bb

Browse files
Update dependencies (#18)
1 parent 6efc44e commit 9cf58bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,18 @@
7171
<dependency>
7272
<groupId>org.slf4j</groupId>
7373
<artifactId>slf4j-api</artifactId>
74-
<version>2.0.6</version>
74+
<version>2.0.9</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.slf4j</groupId>
7878
<artifactId>slf4j-simple</artifactId>
79-
<version>2.0.6</version>
79+
<version>2.0.9</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.apache.commons</groupId>
8484
<artifactId>commons-lang3</artifactId>
85-
<version>3.12.0</version>
85+
<version>3.13.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.apache.httpcomponents</groupId>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.fasterxml.jackson.core</groupId>
9494
<artifactId>jackson-databind</artifactId>
95-
<version>2.14.2</version>
95+
<version>2.15.3</version>
9696
</dependency>
9797
</dependencies>
9898

0 commit comments

Comments
 (0)