We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe902a commit a683913Copy full SHA for a683913
examples/elasticjob-example-springboot/pom.xml
@@ -30,7 +30,7 @@
30
31
<properties>
32
<springboot.version>2.5.12</springboot.version>
33
- <spring.version>5.2.7.RELEASE</spring.version>
+ <spring.version>5.2.22.RELEASE</spring.version>
34
</properties>
35
36
<dependencyManagement>
examples/pom.xml
@@ -40,7 +40,7 @@
40
<java.version>1.8</java.version>
41
42
<curator.version>5.1.0</curator.version>
43
- <springframework.version>4.3.4.RELEASE</springframework.version>
+ <springframework.version>5.2.22.RELEASE</springframework.version>
44
45
<slf4j.version>1.7.36</slf4j.version>
46
<logback.version>1.2.13</logback.version>
0 commit comments