Skip to content

Commit

Permalink
Updates Jackson library dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Mar 10, 2023
1 parent 054e58f commit fe12158
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subprojects { proj ->

description = 'Structurizr'
group = 'com.structurizr'
version = '1.22.1'
version = '1.22.2'

repositories {
mavenCentral()
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.22.2 (10th March 2023)

- Updates Jackson library dependency.

## 1.22.1 (5th March 2023)

- Removes unused documentation section title property.
Expand Down
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.14.1'
api 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
api 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
api 'javax.xml.bind:jaxb-api:2.3.1'

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.14.1'
api 'com.fasterxml.jackson.core:jackson-annotations:2.14.2'
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'commons-logging:commons-logging:1.2'

Expand Down

0 comments on commit fe12158

Please sign in to comment.