|
1 | 1 | plugins {
|
2 |
| - id "se.bjurr.gradle.conventional-release" |
3 |
| - id "se.bjurr.gradle.update-versions" |
4 |
| - id "se.bjurr.gradle.java-convention" |
| 2 | + id "se.bjurr.gradle.bundle-jar" |
5 | 3 | }
|
6 | 4 |
|
7 | 5 | dependencies {
|
8 |
| - api 'com.github.jknack:handlebars:4.4.0' |
| 6 | + api 'com.github.jknack:handlebars:4.5.0' |
9 | 7 |
|
10 | 8 | implementation 'com.squareup.retrofit2:retrofit:3.0.0'
|
11 | 9 | // okio is transitive from retrofit: https://github.com/square/retrofit/issues/4210
|
12 | 10 | implementation 'com.squareup.retrofit2:converter-gson:3.0.0'
|
13 | 11 | implementation 'com.jayway.jsonpath:json-path:2.9.0'
|
14 |
| - implementation 'net.minidev:json-smart:2.5.2' // json-path transitive |
| 12 | + implementation 'net.minidev:json-smart:2.6.0' // json-path transitive |
15 | 13 | implementation 'org.eclipse.jgit:org.eclipse.jgit:7.3.0.202506031305-r'
|
16 | 14 | implementation 'org.gitlab:java-gitlab-api:4.1.1'
|
17 | 15 | 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' |
| 16 | + implementation 'com.fasterxml.jackson.core:jackson-core:2.20.0' |
| 17 | + implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' |
| 18 | + implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0' |
21 | 19 |
|
22 | 20 | testImplementation 'org.slf4j:slf4j-simple:2.0.17'
|
23 | 21 | testImplementation 'junit:junit:4.13.2'
|
24 |
| - testImplementation 'org.assertj:assertj-core:3.27.3' |
25 |
| - testImplementation 'com.approvaltests:approvaltests:25.0.23' |
26 |
| - testImplementation 'org.mockito:mockito-core:5.18.0' |
| 22 | + testImplementation 'org.assertj:assertj-core:3.27.6' |
| 23 | + testImplementation 'com.approvaltests:approvaltests:25.4.3' |
| 24 | + testImplementation 'org.mockito:mockito-core:5.20.0' |
27 | 25 | }
|
| 26 | + |
| 27 | +sourceCompatibility=17 |
| 28 | +targetCompatibility=17 |
0 commit comments