Skip to content

Commit f3cfa01

Browse files
committed
chore(deps): upgrading dependencies
1 parent 7066c91 commit f3cfa01

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Diff for: .gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ classes
1919

2020
/.nb-gradle/
2121
*.received.txt
22-
tmptestfile-*
22+
tmptestfile-*
23+
.approval_tests_temp
24+

Diff for: build.gradle

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ dependencies {
1010
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
1111
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
1212
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'
1414
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'
1818

19-
testImplementation 'org.slf4j:slf4j-simple:2.0.13'
19+
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
2020
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'
2424
}

0 commit comments

Comments
 (0)