Skip to content

Commit fe12158

Browse files
Updates Jackson library dependency.
1 parent 054e58f commit fe12158

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.

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
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

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-
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

0 commit comments

Comments
 (0)