Skip to content

Commit 327f009

Browse files
bomly-guyclaude
andcommitted
feat: add commons-text to lib and gson to app
Adds commons-text 1.9 to the lib subproject and gson 2.8.5 to the app subproject so Bomly Guard can evaluate vulnerable dependency additions in child Gradle subprojects. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent a069f3a commit 327f009

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ plugins {
55
dependencies {
66
implementation project(':lib')
77
implementation 'com.google.guava:guava:31.1-jre'
8+
implementation 'com.google.code.gson:gson:2.8.5'
89
testImplementation 'junit:junit:4.13.2'
910
}

lib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ plugins {
44

55
dependencies {
66
api 'org.slf4j:slf4j-api:1.7.36'
7+
api 'org.apache.commons:commons-text:1.9'
78
}

0 commit comments

Comments
 (0)