Skip to content

Commit

Permalink
Bumps dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Nov 4, 2024
1 parent a3aa434 commit 0351c2d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion structurizr-autolayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
api project(':structurizr-export')

testImplementation project(':structurizr-client')
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

}

Expand Down
6 changes: 3 additions & 3 deletions structurizr-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ dependencies {

api project(':structurizr-core')

api 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
api 'org.apache.httpcomponents.client5:httpclient5:5.4'
api 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
api 'org.apache.httpcomponents.client5:httpclient5:5.4.1'
api 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'

testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

}

Expand Down
2 changes: 1 addition & 1 deletion structurizr-component/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.26.2'

testImplementation project(':structurizr-annotation')
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

}

Expand Down
4 changes: 2 additions & 2 deletions structurizr-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies {

api 'com.fasterxml.jackson.core:jackson-annotations:2.17.2'
api 'com.fasterxml.jackson.core:jackson-annotations:2.18.1'
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'commons-logging:commons-logging:1.3.4'

testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.assertj:assertj-core:3.26.3'

}
4 changes: 2 additions & 2 deletions structurizr-dsl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.25'
testImplementation 'org.jruby:jruby-core:9.4.8.0'

testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
}

description = 'Structurizr DSL'
2 changes: 1 addition & 1 deletion structurizr-export/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
api project(':structurizr-core')

testImplementation project(':structurizr-client')
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

}

Expand Down
2 changes: 1 addition & 1 deletion structurizr-import/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {

api project(':structurizr-core')

testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

}

Expand Down
2 changes: 1 addition & 1 deletion structurizr-inspection/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ dependencies {
api project(':structurizr-core')

testImplementation project(':structurizr-dsl')
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

}
4 changes: 2 additions & 2 deletions structurizr-neo4j/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies {

api project(':structurizr-core')
implementation 'org.neo4j.driver:neo4j-java-driver:5.24.0'
implementation 'org.neo4j.driver:neo4j-java-driver:5.26.1'

testImplementation project(':structurizr-client')
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

}

0 comments on commit 0351c2d

Please sign in to comment.