Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ org.junit.jupiter:junit-jupiter-params:6.0.3=testCompileClasspath,testRuntimeCla
org.junit.jupiter:junit-jupiter:6.0.3=testCompileClasspath,testRuntimeClasspath,tmpTestImplementation
org.junit.platform:junit-platform-commons:6.0.3=pitest,testCompileClasspath,testRuntimeClasspath,tmpTestImplementation
org.junit.platform:junit-platform-engine:6.0.3=pitest,testRuntimeClasspath,tmpTestImplementation
org.junit.platform:junit-platform-launcher:6.0.3=pitest,testRuntimeClasspath,tmpTestImplementation
org.junit.platform:junit-platform-launcher:1.13.1=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:6.0.3=pitest,tmpTestImplementation
org.junit:junit-bom:5.14.0=spotbugs
org.junit:junit-bom:6.0.3=pitest,testCompileClasspath,testRuntimeClasspath,tmpTestImplementation
org.latencyutils:LatencyUtils:2.0.3=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
Expand All @@ -286,19 +287,23 @@ org.osgi:org.osgi.annotation.bundle:2.0.0=compileClasspath,testCompileClasspath
org.osgi:org.osgi.annotation.versioning:1.1.2=compileClasspath,testCompileClasspath
org.osgi:org.osgi.resource:1.0.0=compileClasspath,testCompileClasspath
org.osgi:org.osgi.service.serviceloader:1.0.0=compileClasspath,testCompileClasspath
org.ow2.asm:asm-analysis:9.9=pitest,spotbugs
org.ow2.asm:asm-commons:9.9=jacocoAnt,pitest,spotbugs
org.ow2.asm:asm-tree:9.9=jacocoAnt,pitest,spotbugs
org.ow2.asm:asm-util:9.9=pitest,spotbugs
org.ow2.asm:asm-analysis:9.9=spotbugs
org.ow2.asm:asm-analysis:9.9.1=pitest
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
org.ow2.asm:asm-commons:9.9.1=pitest
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
org.ow2.asm:asm-tree:9.9.1=pitest
org.ow2.asm:asm-util:9.9=spotbugs
org.ow2.asm:asm-util:9.9.1=pitest
org.ow2.asm:asm:9.7.1=tmpTestImplementation
org.ow2.asm:asm:9.9=jacocoAnt,pitest,spotbugs
org.ow2.asm:asm:9.9.1=compileClasspath,developmentOnly,pmd,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
org.ow2.asm:asm:9.9.1=compileClasspath,developmentOnly,pitest,pmd,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.pcollections:pcollections:4.0.2=pmd
org.pitest:pitest-command-line:1.22.0=pitest
org.pitest:pitest-entry:1.22.0=pitest
org.pitest:pitest-html-report:1.22.0=pitest
org.pitest:pitest-command-line:1.22.1=pitest
org.pitest:pitest-entry:1.22.1=pitest
org.pitest:pitest-html-report:1.22.1=pitest
org.pitest:pitest-junit5-plugin:1.2.1=pitest
org.pitest:pitest:1.22.0=pitest
org.pitest:pitest:1.22.1=pitest
org.postgresql:postgresql:42.7.10=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath,tmpTestImplementation
org.reflections:reflections:0.10.2=checkstyle
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ download-plugin = "5.7.0"
# NOTE: checkstyle, pmd, spotbugs-tool, and jacoco versions moved to direct literals in build.gradle
# to enable Renovate detection. See: https://github.com/renovatebot/renovate/discussions/40147
spotbugs-plugin = "6.4.8"
pitest = "1.19.0-rc.3"
pitest = "1.19.0"

# Dependencies (not managed by Spring Boot BOM)
resilience4j = "2.4.0"
Expand Down
Loading