Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 8e677dc

Browse files
Further upgraded Jackson.
1 parent 63addb7 commit 8e677dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

structurizr-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dependencies {
22

33
compile project(':structurizr-core')
44

5-
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
5+
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
66

77
compile 'org.apache.httpcomponents.client5:httpclient5:5.1.3'
88

structurizr-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22

3-
compile 'com.fasterxml.jackson.core:jackson-annotations:2.13.2'
3+
compile 'com.fasterxml.jackson.core:jackson-annotations:2.13.3'
44

55
compile 'commons-logging:commons-logging:1.2'
66

0 commit comments

Comments
 (0)