Skip to content

Commit

Permalink
update dependencies (redouane59#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG authored Apr 8, 2022
1 parent 1dc4c65 commit 798e65b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,23 +82,23 @@
<dependency>
<artifactId>jackson-databind</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
<version>2.12.5</version>
<version>2.13.2.2</version>
</dependency>
<dependency>
<artifactId>jackson-datatype-jsr310</artifactId>
<groupId>com.fasterxml.jackson.datatype</groupId>
<version>2.12.5</version>
<version>2.13.2</version>
</dependency>
<dependency>
<artifactId>jackson-dataformat-yaml</artifactId>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<version>2.12.5</version>
<version>2.13.2</version>
</dependency>
<dependency>
<artifactId>lombok</artifactId>
<groupId>org.projectlombok</groupId>
<scope>provided</scope>
<version>1.18.20</version>
<version>1.18.22</version>
</dependency>
<dependency>
<artifactId>scribejava-apis</artifactId>
Expand All @@ -115,7 +115,7 @@
<dependency>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId>
<version>1.7.32</version>
<version>1.7.36</version>
</dependency>
<dependency>
<artifactId>httpclient</artifactId>
Expand All @@ -126,19 +126,19 @@
<artifactId>junit-jupiter-api</artifactId>
<groupId>org.junit.jupiter</groupId>
<scope>test</scope>
<version>5.7.2</version>
<version>5.8.2</version>
</dependency>
<dependency>
<artifactId>junit-jupiter-params</artifactId>
<groupId>org.junit.jupiter</groupId>
<scope>test</scope>
<version>5.7.2</version>
<version>5.8.2</version>
</dependency>
<dependency>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
<scope>test</scope>
<version>1.2.3</version>
<version>1.2.11</version>
</dependency>
</dependencies>
<description>Java Client for the Twitter API</description>
Expand Down

0 comments on commit 798e65b

Please sign in to comment.