Skip to content

Commit 8f65b32

Browse files
authored
Merge pull request #430 from TheSnoozer/update-dependencies
Update dependencies
2 parents 6b5e158 + f048763 commit 8f65b32

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
<maven-plugin-api.version>3.0</maven-plugin-api.version>
5858
<maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
5959

60-
<jgit.version>5.2.0.201812061821-r</jgit.version>
61-
<junit.version>5.3.1</junit.version>
62-
<mockito.version>2.27.0</mockito.version>
60+
<jgit.version>5.2.2.201904231744-r</jgit.version>
61+
<junit.version>5.5.1</junit.version>
62+
<mockito.version>3.0.0</mockito.version>
6363

6464
<fest-assert.version>1.4</fest-assert.version>
6565
</properties>
@@ -93,21 +93,21 @@
9393
<dependency>
9494
<groupId>com.fasterxml.jackson.core</groupId>
9595
<artifactId>jackson-databind</artifactId>
96-
<version>2.9.9</version>
96+
<version>2.9.9.3</version>
9797
</dependency>
9898

9999
<!-- Joda Time -->
100100
<dependency>
101101
<groupId>joda-time</groupId>
102102
<artifactId>joda-time</artifactId>
103-
<version>2.10.2</version>
103+
<version>2.10.3</version>
104104
</dependency>
105105

106106
<!-- Guava -->
107107
<dependency>
108108
<groupId>com.google.guava</groupId>
109109
<artifactId>guava</artifactId>
110-
<version>27.1-jre</version>
110+
<version>28.0-jre</version>
111111
</dependency>
112112

113113
<!-- JGit -->
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>org.codehaus.plexus</groupId>
137137
<artifactId>plexus-utils</artifactId>
138-
<version>3.2.0</version>
138+
<version>3.2.1</version>
139139
<scope>test</scope>
140140
</dependency>
141141

0 commit comments

Comments
 (0)