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

Commit 59176ba

Browse files
Update dependencies.
1 parent 9d8ccbf commit 59176ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

structurizr-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ dependencies {
22

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

5-
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.5.1'
5+
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1'
66

7-
compile 'org.apache.httpcomponents.client5:httpclient5:5.0'
7+
compile 'org.apache.httpcomponents.client5:httpclient5:5.1.3'
88

99
compile 'javax.xml.bind:jaxb-api:2.3.0'
1010

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.9.5'
3+
compile 'com.fasterxml.jackson.core:jackson-annotations:2.13.1'
44

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

0 commit comments

Comments
 (0)