Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Sep 26, 2024
1 parent 4fe04a6 commit e6a78c7
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subprojects { proj ->

description = 'Structurizr'
group = 'com.structurizr'
version = '3.0.1'
version = '3.1.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.0.1 (unreleased)
## 3.1.0 (unreleased)

- structurizr-client: Workspace archive file now includes the branch name in the filename.

Expand Down
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.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'

}

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.16.0'
api 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
api 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
api 'org.apache.httpcomponents.client5:httpclient5:5.4'
api 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'

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

}

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

api project(':structurizr-core')
implementation 'org.apache.bcel:bcel:6.8.1'
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.26.1'
implementation 'org.apache.bcel:bcel:6.10.0'
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.26.2'

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

}

Expand Down
8 changes: 4 additions & 4 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.16.0'
api 'com.fasterxml.jackson.core:jackson-annotations:2.17.2'
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'commons-logging:commons-logging:1.2'
api 'commons-logging:commons-logging:1.3.4'

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

}
10 changes: 5 additions & 5 deletions structurizr-dsl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies {
api project(':structurizr-import')
api project(':structurizr-component')

testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.19'
testImplementation 'org.jetbrains.kotlin:kotlin-scripting-jsr223:1.8.10'
testImplementation 'org.jruby:jruby-core:9.4.4.0'
testImplementation 'org.codehaus.groovy:groovy-jsr223:3.0.22'
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.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
}

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.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'

}

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.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'

}

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.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'

}
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.23.0'
implementation 'org.neo4j.driver:neo4j-java-driver:5.24.0'

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

}

0 comments on commit e6a78c7

Please sign in to comment.