Skip to content

Commit 45f8c81

Browse files
committed
chore(deps): dependency updates
1 parent b0e9c87 commit 45f8c81

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ plugins {
77
dependencies {
88
api 'com.github.jknack:handlebars:4.4.0'
99

10-
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
10+
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
1111
// okio is transitive from retrofit: https://github.com/square/retrofit/issues/4210
12-
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
12+
implementation 'com.squareup.retrofit2:converter-gson:3.0.0'
1313
implementation 'com.jayway.jsonpath:json-path:2.9.0'
1414
implementation 'net.minidev:json-smart:2.5.2' // json-path transitive
15-
implementation 'org.eclipse.jgit:org.eclipse.jgit:7.1.0.202411261347-r'
15+
implementation 'org.eclipse.jgit:org.eclipse.jgit:7.3.0.202506031305-r'
1616
implementation 'org.gitlab:java-gitlab-api:4.1.1'
17-
implementation 'commons-io:commons-io:2.18.0' // java-gitlab-api transitive
18-
implementation 'com.fasterxml.jackson.core:jackson-core:2.18.3'
19-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
20-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3'
17+
implementation 'commons-io:commons-io:2.20.0' // java-gitlab-api transitive
18+
implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2'
19+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
20+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2'
2121

2222
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
2323
testImplementation 'junit:junit:4.13.2'
2424
testImplementation 'org.assertj:assertj-core:3.27.3'
25-
testImplementation 'com.approvaltests:approvaltests:24.17.0'
26-
testImplementation 'org.mockito:mockito-core:5.16.1'
25+
testImplementation 'com.approvaltests:approvaltests:25.0.23'
26+
testImplementation 'org.mockito:mockito-core:5.18.0'
2727
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
2-
#Sun Mar 16 15:58:35 CET 2025
2+
#Mon Apr 07 16:39:42 CEST 2025
33
description='Library for parsing report files from static code analysis'
44
group=se.bjurr.gitchangelog
55
sourceCompatibility=17
66
targetCompatibility=17
7-
version=2.6.0
7+
version=2.6.1

0 commit comments

Comments
 (0)