This repository was archived by the owner on Jan 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,21 @@ repositories {
9
9
}
10
10
11
11
dependencies {
12
- api ' com.structurizr:structurizr-export:1.16.1 '
12
+ api ' com.structurizr:structurizr-export:1.17.0 '
13
13
14
- testImplementation ' com.structurizr:structurizr-client:1.25 .0'
14
+ testImplementation ' com.structurizr:structurizr-client:1.27 .0'
15
15
testImplementation ' org.junit.jupiter:junit-jupiter:5.9.2'
16
16
}
17
17
18
18
compileJava. options. encoding = ' UTF-8'
19
19
compileTestJava. options. encoding = ' UTF-8'
20
20
21
- sourceCompatibility = 11
22
- targetCompatibility = 11
21
+ sourceCompatibility = 17
22
+ targetCompatibility = 17
23
23
24
24
description = ' Automatic layout facilities for Structurizr views'
25
25
group = ' com.structurizr'
26
- version = ' 2.2.1 '
26
+ version = ' 2.2.2 '
27
27
28
28
test {
29
29
useJUnitPlatform()
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## 2.2.1 (11th August 2023)
4
9
5
10
- structurizr/export: Updated to 1.16.1 - [ changelog] ( https://github.com/structurizr/export/releases/tag/v1.16.1 ) .
You can’t perform that action at this time.
0 commit comments