Skip to content

Commit 42b49b1

Browse files
committed
chore(deps): dependencies
1 parent a30cc22 commit 42b49b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ project(":violations-lib") {
5858
dependencies {
5959
api project(":violations-lib-sarif")
6060
api project(":violations-lib-coverty")
61-
api 'com.google.code.gson:gson:2.13.1'
62-
implementation 'org.owasp.encoder:encoder:1.2.3'
61+
api "com.google.code.gson:gson:2.13.2"
62+
implementation "org.owasp.encoder:encoder:1.3.1"
6363

6464
testImplementation 'junit:junit:4.13.2'
65-
testImplementation 'org.assertj:assertj-core:3.27.3'
65+
testImplementation "org.assertj:assertj-core:3.27.5"
6666
testImplementation 'uk.co.jemos.podam:podam:8.0.2.RELEASE'
67-
testImplementation 'com.approvaltests:approvaltests:24.22.0'
68-
testImplementation 'com.networknt:json-schema-validator:1.5.7'
67+
testImplementation "com.approvaltests:approvaltests:25.4.3"
68+
testImplementation "com.networknt:json-schema-validator:1.5.9"
6969
}
7070

7171
shadowExtension {

0 commit comments

Comments
 (0)