We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0f2de commit 27f06f9Copy full SHA for 27f06f9
1 file changed
pom.xml
@@ -7,7 +7,7 @@
7
<parent>
8
<groupId>org.springframework.boot</groupId>
9
<artifactId>spring-boot-starter-parent</artifactId>
10
- <version>2.3.3.RELEASE</version>
+ <version>2.6.3</version>
11
</parent>
12
13
<groupId>com.octoperf</groupId>
@@ -32,11 +32,11 @@
32
</modules>
33
34
<properties>
35
- <commons-lang.version>3.8.1</commons-lang.version>
36
- <guava.version>29.0-jre</guava.version>
+ <commons-lang.version>3.12.0</commons-lang.version>
+ <guava.version>31.0.1-jre</guava.version>
37
<jaxb.version>2.3.3</jaxb.version>
38
<jwt.version>0.9.1</jwt.version>
39
- <joda-time.version>2.10.6</joda-time.version>
+ <joda-time.version>2.10.13</joda-time.version>
40
<junit.version>4.13.1</junit.version>
41
<mockito.version>3.2.4</mockito.version>
42
</properties>
0 commit comments