Skip to content
Merged
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
31 changes: 10 additions & 21 deletions languages/jvm/java.com/services/helidon.io/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@ com.github.spotbugs:spotbugs-annotations:4.9.8=spotbugs
com.github.spotbugs:spotbugs:4.9.8=spotbugs
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
com.google.code.findbugs:jsr305:3.0.2=checkstyle,spotbugs
com.google.code.gson:gson:2.13.1=pmd
com.google.code.gson:gson:2.13.2=spotbugs
com.google.errorprone:error_prone_annotations:2.38.0=pmd
com.google.errorprone:error_prone_annotations:2.41.0=checkstyle,spotbugs
com.google.code.gson:gson:2.13.2=pmd,spotbugs
com.google.errorprone:error_prone_annotations:2.41.0=checkstyle,pmd,spotbugs
com.google.guava:failureaccess:1.0.3=checkstyle
com.google.guava:guava:33.5.0-jre=checkstyle
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle
com.google.j2objc:j2objc-annotations:3.1=checkstyle
com.puppycrawl.tools:checkstyle:12.1.1=checkstyle
commons-beanutils:commons-beanutils:1.11.0=checkstyle
commons-codec:commons-codec:1.11=checkstyle
commons-codec:commons-codec:1.15=pmd
commons-collections:commons-collections:3.2.2=checkstyle
commons-io:commons-io:2.20.0=spotbugs
info.picocli:picocli:4.7.7=checkstyle
Expand Down Expand Up @@ -59,22 +56,17 @@ io.helidon.webclient:helidon-webclient:4.3.1=compileClasspath,runtimeClasspath,t
io.helidon.webserver:helidon-webserver:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.helidon:helidon:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
jaxen:jaxen:2.0.0=spotbugs
net.sf.saxon:Saxon-HE:12.5=pmd
net.sf.saxon:Saxon-HE:12.9=checkstyle,spotbugs
net.sourceforge.pmd:pmd-ant:7.17.0=pmd
net.sourceforge.pmd:pmd-core:7.17.0=pmd
net.sourceforge.pmd:pmd-java:7.17.0=pmd
net.sf.saxon:Saxon-HE:12.9=checkstyle,pmd,spotbugs
net.sourceforge.pmd:pmd-ant:7.18.0=pmd
net.sourceforge.pmd:pmd-core:7.18.0=pmd
net.sourceforge.pmd:pmd-java:7.18.0=pmd
org.antlr:antlr4-runtime:4.13.2=checkstyle
org.antlr:antlr4-runtime:4.9.3=pmd
org.apache.bcel:bcel:6.11.0=spotbugs
org.apache.commons:commons-lang3:3.18.0=pmd
org.apache.commons:commons-lang3:3.19.0=spotbugs
org.apache.commons:commons-lang3:3.19.0=pmd,spotbugs
org.apache.commons:commons-lang3:3.8.1=checkstyle
org.apache.commons:commons-text:1.14.0=spotbugs
org.apache.commons:commons-text:1.3=checkstyle
org.apache.httpcomponents.client5:httpclient5:5.1.3=pmd
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=pmd
org.apache.httpcomponents.core5:httpcore5:5.1.3=pmd
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
org.apache.logging.log4j:log4j-api:2.25.2=spotbugs
Expand All @@ -84,8 +76,7 @@ org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
org.apache.xbean:xbean-reflect:3.7=checkstyle
org.checkerframework:checker-qual:3.49.5=pmd
org.checkerframework:checker-qual:3.51.1=checkstyle
org.checkerframework:checker-qual:3.51.1=checkstyle,pmd
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
Expand All @@ -98,14 +89,12 @@ org.ow2.asm:asm-analysis:9.9=spotbugs
org.ow2.asm:asm-commons:9.9=spotbugs
org.ow2.asm:asm-tree:9.9=spotbugs
org.ow2.asm:asm-util:9.9=spotbugs
org.ow2.asm:asm:9.8=pmd
org.ow2.asm:asm:9.9=spotbugs
org.ow2.asm:asm:9.9=pmd,spotbugs
org.pcollections:pcollections:4.0.2=pmd
org.reflections:reflections:0.10.2=checkstyle
org.slf4j:jul-to-slf4j:1.7.36=pmd
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
org.xmlresolver:xmlresolver:5.2.2=pmd
org.xmlresolver:xmlresolver:5.3.3=checkstyle,spotbugs
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
41 changes: 15 additions & 26 deletions languages/jvm/java.com/services/javalin.io/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,31 @@ com.github.spotbugs:spotbugs-annotations:4.9.8=spotbugs
com.github.spotbugs:spotbugs:4.9.8=spotbugs
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
com.google.code.findbugs:jsr305:3.0.2=checkstyle,spotbugs
com.google.code.gson:gson:2.13.1=pmd
com.google.code.gson:gson:2.13.2=spotbugs
com.google.errorprone:error_prone_annotations:2.38.0=pmd
com.google.errorprone:error_prone_annotations:2.41.0=checkstyle,spotbugs
com.google.code.gson:gson:2.13.2=pmd,spotbugs
com.google.errorprone:error_prone_annotations:2.41.0=checkstyle,pmd,spotbugs
com.google.guava:failureaccess:1.0.3=checkstyle
com.google.guava:guava:33.5.0-jre=checkstyle
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle
com.google.j2objc:j2objc-annotations:3.1=checkstyle
com.puppycrawl.tools:checkstyle:12.1.1=checkstyle
commons-beanutils:commons-beanutils:1.11.0=checkstyle
commons-codec:commons-codec:1.11=checkstyle
commons-codec:commons-codec:1.15=pmd
commons-collections:commons-collections:3.2.2=checkstyle
commons-io:commons-io:2.20.0=spotbugs
info.picocli:picocli:4.7.7=checkstyle
io.javalin:javalin:6.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
jaxen:jaxen:2.0.0=spotbugs
net.sf.saxon:Saxon-HE:12.5=pmd
net.sf.saxon:Saxon-HE:12.9=checkstyle,spotbugs
net.sourceforge.pmd:pmd-ant:7.17.0=pmd
net.sourceforge.pmd:pmd-core:7.17.0=pmd
net.sourceforge.pmd:pmd-java:7.17.0=pmd
net.sf.saxon:Saxon-HE:12.9=checkstyle,pmd,spotbugs
net.sourceforge.pmd:pmd-ant:7.18.0=pmd
net.sourceforge.pmd:pmd-core:7.18.0=pmd
net.sourceforge.pmd:pmd-java:7.18.0=pmd
org.antlr:antlr4-runtime:4.13.2=checkstyle
org.antlr:antlr4-runtime:4.9.3=pmd
org.apache.bcel:bcel:6.11.0=spotbugs
org.apache.commons:commons-lang3:3.18.0=pmd
org.apache.commons:commons-lang3:3.19.0=spotbugs
org.apache.commons:commons-lang3:3.19.0=pmd,spotbugs
org.apache.commons:commons-lang3:3.8.1=checkstyle
org.apache.commons:commons-text:1.14.0=spotbugs
org.apache.commons:commons-text:1.3=checkstyle
org.apache.httpcomponents.client5:httpclient5:5.1.3=pmd
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=pmd
org.apache.httpcomponents.core5:httpcore5:5.1.3=pmd
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
org.apache.logging.log4j:log4j-api:2.25.2=spotbugs
Expand All @@ -49,8 +41,7 @@ org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
org.apache.xbean:xbean-reflect:3.7=checkstyle
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
org.checkerframework:checker-qual:3.49.5=pmd
org.checkerframework:checker-qual:3.51.1=checkstyle
org.checkerframework:checker-qual:3.51.1=checkstyle,pmd
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
Expand All @@ -77,24 +68,22 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.9.25=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.jetbrains:annotations:13.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.jspecify:jspecify:1.0.0=checkstyle,testCompileClasspath
org.junit.jupiter:junit-jupiter-api:6.0.0=testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:6.0.0=testRuntimeClasspath
org.junit.platform:junit-platform-commons:6.0.0=testCompileClasspath,testRuntimeClasspath
org.junit.platform:junit-platform-engine:6.0.0=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:6.0.1=testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:6.0.1=testRuntimeClasspath
org.junit.platform:junit-platform-commons:6.0.1=testCompileClasspath,testRuntimeClasspath
org.junit.platform:junit-platform-engine:6.0.1=testRuntimeClasspath
org.junit:junit-bom:5.14.0=spotbugs
org.junit:junit-bom:6.0.0=testCompileClasspath,testRuntimeClasspath
org.junit:junit-bom:6.0.1=testCompileClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
org.ow2.asm:asm-analysis:9.9=spotbugs
org.ow2.asm:asm-commons:9.9=spotbugs
org.ow2.asm:asm-tree:9.9=spotbugs
org.ow2.asm:asm-util:9.9=spotbugs
org.ow2.asm:asm:9.8=pmd
org.ow2.asm:asm:9.9=spotbugs
org.ow2.asm:asm:9.9=pmd,spotbugs
org.pcollections:pcollections:4.0.2=pmd
org.reflections:reflections:0.10.2=checkstyle
org.slf4j:jul-to-slf4j:1.7.36=pmd
org.slf4j:slf4j-api:2.0.17=compileClasspath,runtimeClasspath,spotbugs,spotbugsSlf4j,testCompileClasspath,testRuntimeClasspath
org.slf4j:slf4j-simple:2.0.17=compileClasspath,runtimeClasspath,spotbugsSlf4j,testCompileClasspath,testRuntimeClasspath
org.xmlresolver:xmlresolver:5.2.2=pmd
org.xmlresolver:xmlresolver:5.3.3=checkstyle,spotbugs
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tasks.withType(Pmd).configureEach {
// --- SpotBugs configuration ---
spotbugs {
toolVersion = '4.9.8' // SpotBugs engine version
ignoreFailures = false // fail build on violations
ignoreFailures = true // fail build on violations
effort = 'max' // min | default | max
reportLevel = 'low' // low | medium | high
showProgress = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@
<Match>
<Class name="~.*\$.+\$Intercepted"/>
</Match>

<!-- Optional: ignore other synthetic helper classes -->
<Match>
<Class name="~.*\$\d+"/>
</Match>
</FindBugsFilter>
Loading