Skip to content

Commit 4a258b2

Browse files
committed
Update Jackson to 2.18.3
1 parent c639e2d commit 4a258b2

File tree

3 files changed

+5
-2
lines changed
  • .github
  • labs
    • unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction
    • unicorn-store/infrastructure/db-setup

3 files changed

+5
-2
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ updates:
3232
maven-compiler-plugin:
3333
patterns:
3434
- "org.apache.maven.plugins:maven-compiler-plugin"
35+
jackson:
36+
patterns:
37+
- "com.fasterxml.jackson.*:*"
3538
open-pull-requests-limit: 20
3639
- package-ecosystem: docker
3740
directories:

labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.jr</groupId>
5555
<artifactId>jackson-jr-objects</artifactId>
56-
<version>2.18.2</version>
56+
<version>2.18.3</version>
5757
</dependency>
5858

5959
<dependency>

labs/unicorn-store/infrastructure/db-setup/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.jr</groupId>
7272
<artifactId>jackson-jr-objects</artifactId>
73-
<version>2.18.2</version>
73+
<version>2.18.3</version>
7474
</dependency>
7575
</dependencies>
7676

0 commit comments

Comments
 (0)