Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 77a258a

Browse files
Update dependencies.
1 parent 7cf2a6a commit 77a258a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ repositories {
99
}
1010

1111
dependencies {
12-
api 'com.structurizr:structurizr-export:1.16.1'
12+
api 'com.structurizr:structurizr-export:1.17.0'
1313

14-
testImplementation 'com.structurizr:structurizr-client:1.25.0'
14+
testImplementation 'com.structurizr:structurizr-client:1.27.0'
1515
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
1616
}
1717

1818
compileJava.options.encoding = 'UTF-8'
1919
compileTestJava.options.encoding = 'UTF-8'
2020

21-
sourceCompatibility = 11
22-
targetCompatibility = 11
21+
sourceCompatibility = 17
22+
targetCompatibility = 17
2323

2424
description = 'Automatic layout facilities for Structurizr views'
2525
group = 'com.structurizr'
26-
version = '2.2.1'
26+
version = '2.2.2'
2727

2828
test {
2929
useJUnitPlatform()

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.2.2 (27th October 2023)
4+
5+
- structurizr/java: Updated to 1.27.0 - [changelog](https://github.com/structurizr/java/releases/tag/v1.27.0).
6+
- structurizr/export: Updated to 1.17.0 - [changelog](https://github.com/structurizr/export/releases/tag/v1.17.0).
7+
38
## 2.2.1 (11th August 2023)
49

510
- structurizr/export: Updated to 1.16.1 - [changelog](https://github.com/structurizr/export/releases/tag/v1.16.1).

0 commit comments

Comments
 (0)