@@ -13,31 +13,31 @@ targetCompatibility = 17
13
13
14
14
repositories {
15
15
mavenCentral()
16
+ // mavenLocal()
16
17
}
17
18
18
19
dependencies {
19
- def structurizrVersion = ' 3.0.0'
20
20
21
+ def structurizrVersion = ' 3.0.0'
21
22
implementation " com.structurizr:structurizr-dsl:${ structurizrVersion} "
22
23
implementation " com.structurizr:structurizr-export:${ structurizrVersion} "
23
24
implementation " com.structurizr:structurizr-autolayout:${ structurizrVersion} "
24
25
implementation " com.structurizr:structurizr-inspection:${ structurizrVersion} "
25
-
26
26
implementation ' io.github.goto1134:structurizr-d2-exporter:1.5.3'
27
27
28
- implementation ' commons-cli:commons-cli:1.5 .0'
28
+ implementation ' commons-cli:commons-cli:1.9 .0'
29
29
30
- implementation ' org.codehaus.groovy:groovy-jsr223:3.0.19 '
31
- implementation ' org.jetbrains.kotlin:kotlin-scripting-jsr223:1.8.10 '
32
- implementation ' org.jruby:jruby-core:9.4.4 .0'
30
+ implementation ' org.codehaus.groovy:groovy-jsr223:3.0.22 '
31
+ implementation ' org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.25 '
32
+ implementation ' org.jruby:jruby-core:9.4.8 .0'
33
33
34
- implementation ' commons-logging:commons-logging:1.2 '
35
- implementation ' org.apache.logging.log4j:log4j-api:2.23.0 '
36
- implementation ' org.apache.logging.log4j:log4j-core:2.23.0 '
37
- implementation ' org.apache.logging.log4j:log4j-jcl:2.23.0 '
38
- implementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.23.0 '
34
+ def log4jVersion = ' 2.24.0 '
35
+ implementation " org.apache.logging.log4j:log4j-api:${ log4jVersion } "
36
+ implementation " org.apache.logging.log4j:log4j-core:${ log4jVersion } "
37
+ implementation " org.apache.logging.log4j:log4j-jcl:${ log4jVersion } "
38
+ implementation " org.apache.logging.log4j:log4j-slf4j-impl:${ log4jVersion } "
39
39
40
- testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.9.2 '
40
+ testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.11.0 '
41
41
42
42
}
43
43
0 commit comments