File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ subprojects { proj ->
88
99 description = ' Structurizr'
1010 group = ' com.structurizr'
11- version = ' 1.22.1 '
11+ version = ' 1.22.2 '
1212
1313 repositories {
1414 mavenCentral()
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.22.2 (10th March 2023)
4+
5+ - Updates Jackson library dependency.
6+
37## 1.22.1 (5th March 2023)
48
59- Removes unused documentation section title property.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dependencies {
22
33 api project(' :structurizr-core' )
44
5- api ' com.fasterxml.jackson.core:jackson-databind:2.14.1 '
5+ api ' com.fasterxml.jackson.core:jackson-databind:2.14.2 '
66 api ' org.apache.httpcomponents.client5:httpclient5:5.2.1'
77 api ' javax.xml.bind:jaxb-api:2.3.1'
88
Original file line number Diff line number Diff line change 11dependencies {
22
3- api ' com.fasterxml.jackson.core:jackson-annotations:2.14.1 '
3+ api ' com.fasterxml.jackson.core:jackson-annotations:2.14.2 '
44 api ' com.google.code.findbugs:jsr305:3.0.2'
55 api ' commons-logging:commons-logging:1.2'
66
You can’t perform that action at this time.
0 commit comments