File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,6 @@ classes
19
19
20
20
/.nb-gradle /
21
21
* .received.txt
22
- tmptestfile- *
22
+ tmptestfile- *
23
+ .approval_tests_temp
24
+
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ dependencies {
10
10
implementation ' com.squareup.retrofit2:retrofit:2.11.0'
11
11
implementation ' com.squareup.retrofit2:converter-gson:2.11.0'
12
12
implementation ' com.jayway.jsonpath:json-path:2.9.0'
13
- implementation ' org.eclipse.jgit:org.eclipse.jgit:7.0 .0.202409031743 -r'
13
+ implementation ' org.eclipse.jgit:org.eclipse.jgit:7.1 .0.202411261347 -r'
14
14
implementation ' org.gitlab:java-gitlab-api:4.1.1'
15
- implementation ' com.fasterxml.jackson.core:jackson-core:2.17 .2'
16
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.17 .2'
17
- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17 .2'
15
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.18 .2'
16
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.18 .2'
17
+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18 .2'
18
18
19
- testImplementation ' org.slf4j:slf4j-simple:2.0.13 '
19
+ testImplementation ' org.slf4j:slf4j-simple:2.0.16 '
20
20
testImplementation ' junit:junit:4.13.2'
21
- testImplementation ' org.assertj:assertj-core:3.26.3 '
22
- testImplementation ' com.approvaltests:approvaltests:24.5.0 '
23
- testImplementation ' org.mockito:mockito-core:5.13.0 '
21
+ testImplementation ' org.assertj:assertj-core:3.27.2 '
22
+ testImplementation ' com.approvaltests:approvaltests:24.14.2 '
23
+ testImplementation ' org.mockito:mockito-core:5.15.2 '
24
24
}
You can’t perform that action at this time.
0 commit comments