Skip to content

Commit

Permalink
Update most non-major Gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 8db293c commit d7d81e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {
implementation 'javax.cache:cache-api:1.1.1'
implementation 'commons-beanutils:commons-beanutils:1.9.4'

implementation 'org.simplejavamail:simple-java-mail:8.8.2'
implementation 'org.simplejavamail:simple-java-mail:8.8.4'
implementation 'org.eclipse.angus:jakarta.mail:2.0.3'
implementation "ch.qos.logback:logback-classic:${logbackVersion}"
implementation "ch.qos.logback:logback-core:${logbackVersion}"
Expand Down Expand Up @@ -140,7 +140,7 @@ dependencies {

// GraphQL dependencies
implementation 'com.graphql-java:graphql-java:21.3'
implementation 'com.graphql-java:java-dataloader:3.2.2'
implementation 'com.graphql-java:java-dataloader:3.3.0'
implementation 'io.leangen.graphql:spqr:0.12.4'
// The graphql-java-client-runtime module aggregates all dependencies for the generated code,
// including the plugin runtime
Expand Down

0 comments on commit d7d81e3

Please sign in to comment.