File tree 3 files changed +5
-2
lines changed
unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction
unicorn-store/infrastructure/db-setup
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ updates:
32
32
maven-compiler-plugin :
33
33
patterns :
34
34
- " org.apache.maven.plugins:maven-compiler-plugin"
35
+ jackson :
36
+ patterns :
37
+ - " com.fasterxml.jackson.*:*"
35
38
open-pull-requests-limit : 20
36
39
- package-ecosystem : docker
37
40
directories :
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >com.fasterxml.jackson.jr</groupId >
55
55
<artifactId >jackson-jr-objects</artifactId >
56
- <version >2.18.2 </version >
56
+ <version >2.18.3 </version >
57
57
</dependency >
58
58
59
59
<dependency >
Original file line number Diff line number Diff line change 70
70
<dependency >
71
71
<groupId >com.fasterxml.jackson.jr</groupId >
72
72
<artifactId >jackson-jr-objects</artifactId >
73
- <version >2.18.2 </version >
73
+ <version >2.18.3 </version >
74
74
</dependency >
75
75
</dependencies >
76
76
You can’t perform that action at this time.
0 commit comments