File tree 11 files changed +15
-21
lines changed
11 files changed +15
-21
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ subprojects { proj ->
13
13
mavenCentral()
14
14
}
15
15
16
+ dependencies {
17
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3'
18
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.3'
19
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3'
20
+ }
21
+
16
22
test {
17
23
useJUnitPlatform()
18
24
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.4 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ dependencies {
3
3
api project(' :structurizr-export' )
4
4
5
5
testImplementation project(' :structurizr-client' )
6
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
7
6
8
7
}
9
8
Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ dependencies {
2
2
3
3
api project(' :structurizr-core' )
4
4
5
- api ' com.fasterxml.jackson.core:jackson-databind:2.18.1 '
6
- api ' org.apache.httpcomponents.client5:httpclient5:5.4.1 '
5
+ api ' com.fasterxml.jackson.core:jackson-databind:2.18.3 '
6
+ api ' org.apache.httpcomponents.client5:httpclient5:5.4.3 '
7
7
api ' javax.xml.bind:jaxb-api:2.4.0-b180830.0359'
8
8
9
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
10
-
11
9
}
12
10
13
11
sourceSets {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ dependencies {
5
5
implementation ' com.github.javaparser:javaparser-symbol-solver-core:3.26.2'
6
6
7
7
testImplementation project(' :structurizr-annotation' )
8
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
9
8
10
9
}
11
10
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
3
- api ' com.fasterxml.jackson.core:jackson-annotations:2.18.1 '
3
+ api ' com.fasterxml.jackson.core:jackson-annotations:2.18.3 '
4
4
api ' com.google.code.findbugs:jsr305:3.0.2'
5
- api ' commons-logging:commons-logging:1.3.4 '
5
+ api ' commons-logging:commons-logging:1.3.5 '
6
6
7
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
8
- testImplementation ' org.assertj:assertj-core:3.26.3'
7
+ testImplementation ' org.assertj:assertj-core:3.27.3'
9
8
10
9
}
Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ dependencies {
5
5
api project(' :structurizr-export' )
6
6
api project(' :structurizr-component' )
7
7
8
- testImplementation ' org.codehaus.groovy:groovy-jsr223:3.0.22 '
8
+ testImplementation ' org.codehaus.groovy:groovy-jsr223:3.0.24 '
9
9
testImplementation ' org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.25'
10
- testImplementation ' org.jruby:jruby-core:9.4.8 .0'
10
+ testImplementation ' org.jruby:jruby-core:9.4.12 .0'
11
11
12
- testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.11.3'
13
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.3'
14
12
}
15
13
16
14
description = ' Structurizr DSL'
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ dependencies {
3
3
api project(' :structurizr-core' )
4
4
5
5
testImplementation project(' :structurizr-client' )
6
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
7
6
8
7
}
9
8
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ dependencies {
2
2
3
3
api project(' :structurizr-core' )
4
4
5
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
6
-
7
5
}
8
6
9
7
description = ' Utilities to import diagrams and documentation into a Structurizr workspace'
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ dependencies {
3
3
api project(' :structurizr-core' )
4
4
5
5
testImplementation project(' :structurizr-dsl' )
6
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
7
6
8
7
}
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
3
3
api project(' :structurizr-core' )
4
- implementation ' org.neo4j.driver:neo4j-java-driver:5.27.0 '
4
+ implementation ' org.neo4j.driver:neo4j-java-driver:5.28.4 '
5
5
6
6
testImplementation project(' :structurizr-client' )
7
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
8
7
9
8
}
You can’t perform that action at this time.
0 commit comments