Skip to content

Commit 6b9121e

Browse files
authored
Update dependencies (#188)
1 parent 023cd48 commit 6b9121e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ repositories {
2323
}
2424

2525
def buildInfoVersion = '2.43.9'
26-
// Updated to 2.17.3 for security fixes - compatible with Java 8+
27-
def jacksonVersion = '2.17.3'
26+
def jacksonVersion = '2.18.6'
2827

2928
dependencies {
3029
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: jacksonVersion
@@ -42,7 +41,7 @@ dependencies {
4241
implementation group: 'com.jetbrains.qodana', name: 'qodana-sarif', version: '0.2.113'
4342
implementation group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.14'
4443
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
45-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
44+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
4645
implementation group: 'com.google.guava', name: 'guava', version: '32.0.1-jre'
4746
implementation group: 'commons-codec', name: 'commons-codec', version: '1.13'
4847
implementation group: 'com.jfrog', name: 'gradle-dep-tree', version: '3.2.1'

0 commit comments

Comments
 (0)