Skip to content

Commit

Permalink
Merge 1dc9fb9 into 94745ac
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe444 committed May 21, 2021
2 parents 94745ac + 1dc9fb9 commit d1b2b8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions judge-d-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4.1212</version>
<version>42.2.20</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.197</version>
<version>1.4.200</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.16</version>
<version>8.0.25</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.14.3</version>
<version>1.15.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d1b2b8e

Please sign in to comment.