Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and galovics committed Oct 28, 2023
1 parent c90214f commit c77172d
Show file tree
Hide file tree
Showing 7 changed files with 239 additions and 152 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.1.3"
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.2.1"
}
}

Expand Down Expand Up @@ -39,24 +39,24 @@ subprojects {
compileOnly "org.projectlombok:lombok:1.18.30"
annotationProcessor "org.projectlombok:lombok:1.18.30"

implementation 'com.google.guava:guava:32.1.2-jre'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation "org.apache.commons:commons-collections4:4.4"
implementation "org.apache.commons:commons-lang3:3.13.0"
implementation "org.apache.commons:commons-lang3:3.13.0"
implementation "org.springframework:spring-context:6.0.12"
implementation "org.springframework:spring-context:6.0.12"
implementation "org.springframework:spring-context:6.0.13"
implementation "org.springframework:spring-context:6.0.13"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.4"

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation "org.assertj:assertj-core:3.24.2"
testImplementation "org.springframework:spring-test:6.0.12"
testImplementation "org.mockito:mockito-core:5.5.0"
testImplementation "org.mockito:mockito-junit-jupiter:5.5.0"
testImplementation "org.springframework:spring-test:6.0.13"
testImplementation "org.mockito:mockito-core:5.6.0"
testImplementation "org.mockito:mockito-junit-jupiter:5.6.0"
}

checkstyle {
toolVersion = '10.12.3'
toolVersion = '10.12.4'
}

tasks.withType(Checkstyle) {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit c77172d

Please sign in to comment.