Skip to content

Commit 0351c2d

Browse files
Bumps dependencies.
1 parent a3aa434 commit 0351c2d

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

structurizr-autolayout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

structurizr-client/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

structurizr-component/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

structurizr-core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dependencies {
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
}

structurizr-dsl/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1616
description = 'Structurizr DSL'

structurizr-export/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

structurizr-import/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

structurizr-inspection/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

structurizr-neo4j/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies {
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
}

0 commit comments

Comments
 (0)