Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Nov 19, 2023
1 parent f976dac commit 6dad755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion structurizr-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {

api project(':structurizr-core')

api 'com.fasterxml.jackson.core:jackson-databind:2.15.1'
api 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
api 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
api 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'

Expand Down
2 changes: 1 addition & 1 deletion structurizr-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {

api 'com.fasterxml.jackson.core:jackson-annotations:2.15.1'
api 'com.fasterxml.jackson.core:jackson-annotations:2.16.0'
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'commons-logging:commons-logging:1.2'

Expand Down

0 comments on commit 6dad755

Please sign in to comment.