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

Commit 63addb7

Browse files
Merge pull request #173 from Mogztter/issue-172-upgrade-jackson
resolves #172 upgrade jacksonxml to 2.13.2
2 parents 783ff48 + 706b8ba commit 63addb7

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.1'
5+
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
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.1'
3+
compile 'com.fasterxml.jackson.core:jackson-annotations:2.13.2'
44

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

0 commit comments

Comments
 (0)