Skip to content

Commit 0f92a1f

Browse files
committed
fix(security): fix(deps): 3 vulnerable dependencies in gradle.lockfile
1 parent b4ebd3e commit 0f92a1f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

maestro-database/gradle.lockfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=chec
4141
com.google.j2objc:j2objc-annotations:1.3=checkstyle
4242
com.puppycrawl.tools:checkstyle:9.3=checkstyle
4343
com.zaxxer:HikariCP:6.3.3=compileClasspath,mainPmdAuxClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesPmdAuxClasspath,testFixturesRuntimeClasspath,testPmdAuxClasspath,testRuntimeClasspath
44-
commons-beanutils:commons-beanutils:1.9.4=checkstyle
44+
commons-beanutils:commons-beanutils:1.11.0=checkstyle
4545
commons-codec:commons-codec:1.15=pmd
4646
commons-collections:commons-collections:3.2.2=checkstyle
4747
commons-io:commons-io:2.21.0=spotbugs
@@ -61,8 +61,8 @@ org.apache.commons:commons-lang3:3.18.0=pmd
6161
org.apache.commons:commons-lang3:3.20.0=spotbugs
6262
org.apache.commons:commons-text:1.15.0=spotbugs
6363
org.apache.httpcomponents.client5:httpclient5:5.1.3=pmd
64-
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=pmd
65-
org.apache.httpcomponents.core5:httpcore5:5.1.3=pmd
64+
org.apache.httpcomponents.core5:httpcore5-h2:5.4.3=pmd
65+
org.apache.httpcomponents.core5:httpcore5:5.4.3=pmd
6666
org.apache.logging.log4j:log4j-api:2.26.1=spotbugs
6767
org.apache.logging.log4j:log4j-core:2.26.1=spotbugs
6868
org.checkerframework:checker-qual:3.12.0=checkstyle
@@ -88,7 +88,7 @@ org.ow2.asm:asm:9.8=pmd
8888
org.pcollections:pcollections:4.0.2=pmd
8989
org.projectlombok:lombok:1.18.46=annotationProcessor,compileClasspath,mainPmdAuxClasspath,testAnnotationProcessor,testCompileClasspath,testPmdAuxClasspath
9090
org.reflections:reflections:0.10.2=checkstyle
91-
org.slf4j:jul-to-slf4j:1.7.36=pmd
91+
org.slf4j:jul-to-slfj:1.7.36=pmd
9292
org.slf4j:slf4j-api:2.0.17=compileClasspath,mainPmdAuxClasspath,runtimeClasspath,spotbugsSlf4j,testCompileClasspath,testFixturesCompileClasspath,testFixturesPmdAuxClasspath,testFixturesRuntimeClasspath,testPmdAuxClasspath,testRuntimeClasspath
9393
org.slf4j:slf4j-api:2.0.18=spotbugs
9494
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j

0 commit comments

Comments
 (0)