Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jun 25, 2024
1 parent fc68b39 commit 743f6c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion structurizr-onpremises-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
api 'com.structurizr:structurizr-client:2.1.3'
api 'com.structurizr:structurizr-client:2.1.4'

testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
}
Expand Down
30 changes: 15 additions & 15 deletions structurizr-onpremises/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@ dependencies {

implementation project(':structurizr-onpremises-plugin')

implementation 'com.structurizr:structurizr-dsl:2.1.3'
implementation 'com.structurizr:structurizr-inspection:2.1.3'
implementation 'com.structurizr:structurizr-autolayout:2.1.3'
implementation 'com.structurizr:structurizr-dsl:2.1.4'
implementation 'com.structurizr:structurizr-inspection:2.1.4'
implementation 'com.structurizr:structurizr-autolayout:2.1.4'

compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0'
implementation 'jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:3.0.0'
implementation 'org.glassfish.web:jakarta.servlet.jsp.jstl:3.0.1'

implementation 'javax.annotation:javax.annotation-api:1.3.2'

implementation 'org.springframework:spring-webmvc:6.1.4'
implementation 'org.springframework.security:spring-security-web:6.2.2'
implementation 'org.springframework.security:spring-security-config:6.2.2'
implementation 'org.springframework.security:spring-security-ldap:6.2.2'
implementation 'org.springframework.security:spring-security-saml2-service-provider:6.2.2'
implementation 'org.springframework.session:spring-session-data-redis:3.2.0'
implementation 'redis.clients:jedis:5.1.0'
implementation 'org.springframework:spring-webmvc:6.1.9'
implementation 'org.springframework.security:spring-security-web:6.2.4'
implementation 'org.springframework.security:spring-security-config:6.2.4'
implementation 'org.springframework.security:spring-security-ldap:6.2.4'
implementation 'org.springframework.security:spring-security-saml2-service-provider:6.2.4'
implementation 'org.springframework.session:spring-session-data-redis:3.3.0'
implementation 'redis.clients:jedis:5.1.3'

implementation 'org.apache.lucene:lucene-core:9.8.0'
implementation 'org.apache.lucene:lucene-queryparser:9.8.0'
implementation 'org.apache.lucene:lucene-core:9.11.0'
implementation 'org.apache.lucene:lucene-queryparser:9.11.0'

implementation 'org.apache.logging.log4j:log4j-api:2.23.0'
implementation 'org.apache.logging.log4j:log4j-core:2.23.0'
Expand All @@ -75,14 +75,14 @@ dependencies {
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
implementation 'org.apache.httpcomponents:httpasyncclient:4.1.5'

implementation 'com.amazonaws:aws-java-sdk-s3:1.12.663'
implementation 'com.amazonaws:aws-java-sdk-sts:1.12.663'
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.744'
implementation 'com.amazonaws:aws-java-sdk-sts:1.12.744'

implementation 'javax.cache:cache-api:1.1.1'
implementation 'org.ehcache:ehcache:3.10.8'
implementation 'org.redisson:redisson:3.26.1'

testImplementation 'org.testcontainers:elasticsearch:1.19.5'
testImplementation 'org.testcontainers:elasticsearch:1.19.8'
}

tasks.withType(JavaCompile).configureEach {
Expand Down

0 comments on commit 743f6c6

Please sign in to comment.