File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Feedback and pull-requests welcome!
23
23
<dependency >
24
24
<groupId >net.javacrumbs.shedlock</groupId >
25
25
<artifactId >shedlock-spring</artifactId >
26
- <version >0.4.0 </version >
26
+ <version >0.4.1 </version >
27
27
</dependency >
28
28
```
29
29
@@ -78,7 +78,7 @@ Import the project
78
78
<dependency >
79
79
<groupId >net.javacrumbs.shedlock</groupId >
80
80
<artifactId >shedlock-provider-mongo</artifactId >
81
- <version >0.4.0 </version >
81
+ <version >0.4.1 </version >
82
82
</dependency >
83
83
```
84
84
@@ -118,7 +118,7 @@ Add dependency
118
118
<dependency >
119
119
<groupId >net.javacrumbs.shedlock</groupId >
120
120
<artifactId >shedlock-provider-jdbc-template</artifactId >
121
- <version >0.4.0 </version >
121
+ <version >0.4.1 </version >
122
122
</dependency >
123
123
```
124
124
@@ -144,7 +144,7 @@ For those who do not want to use jdbc-template, there is plain JDBC lock provide
144
144
<dependency >
145
145
<groupId >net.javacrumbs.shedlock</groupId >
146
146
<artifactId >shedlock-provider-jdbc</artifactId >
147
- <version >0.4.0 </version >
147
+ <version >0.4.1 </version >
148
148
</dependency >
149
149
```
150
150
You can’t perform that action at this time.
0 commit comments