File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dependencies {
33 api project(' :structurizr-export' )
44
55 testImplementation project(' :structurizr-client' )
6- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
6+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
77
88}
99
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ dependencies {
22
33 api project(' :structurizr-core' )
44
5- api ' com.fasterxml.jackson.core:jackson-databind:2.17.2 '
6- api ' org.apache.httpcomponents.client5:httpclient5:5.4'
5+ api ' com.fasterxml.jackson.core:jackson-databind:2.18.1 '
6+ api ' org.apache.httpcomponents.client5:httpclient5:5.4.1 '
77 api ' javax.xml.bind:jaxb-api:2.4.0-b180830.0359'
88
9- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
9+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
1010
1111}
1212
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
55 implementation ' com.github.javaparser:javaparser-symbol-solver-core:3.26.2'
66
77 testImplementation project(' :structurizr-annotation' )
8- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
8+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
99
1010}
1111
Original file line number Diff line number Diff line change 11dependencies {
22
3- api ' com.fasterxml.jackson.core:jackson-annotations:2.17.2 '
3+ api ' com.fasterxml.jackson.core:jackson-annotations:2.18.1 '
44 api ' com.google.code.findbugs:jsr305:3.0.2'
55 api ' commons-logging:commons-logging:1.3.4'
66
7- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
7+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
88 testImplementation ' org.assertj:assertj-core:3.26.3'
99
1010}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ dependencies {
99 testImplementation ' org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.25'
1010 testImplementation ' org.jruby:jruby-core:9.4.8.0'
1111
12- testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.11.0 '
13- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.0 '
12+ testImplementation ' org.junit.jupiter:junit-jupiter-engine:5.11.3 '
13+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.3 '
1414}
1515
1616description = ' Structurizr DSL'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dependencies {
33 api project(' :structurizr-core' )
44
55 testImplementation project(' :structurizr-client' )
6- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
6+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
77
88}
99
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dependencies {
22
33 api project(' :structurizr-core' )
44
5- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
5+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
66
77}
88
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ dependencies {
33 api project(' :structurizr-core' )
44
55 testImplementation project(' :structurizr-dsl' )
6- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
6+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
77
88}
Original file line number Diff line number Diff line change 11dependencies {
22
33 api project(' :structurizr-core' )
4- implementation ' org.neo4j.driver:neo4j-java-driver:5.24.0 '
4+ implementation ' org.neo4j.driver:neo4j-java-driver:5.26.1 '
55
66 testImplementation project(' :structurizr-client' )
7- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
7+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
88
99}
You can’t perform that action at this time.
0 commit comments