@@ -3,8 +3,8 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
3
plugins {
4
4
java
5
5
jacoco
6
- id(" com.github.ben-manes.versions" ) version " 0.39 .0"
7
- id(" com.adarshr.test-logger" ) version " 3.1 .0"
6
+ id(" com.github.ben-manes.versions" ) version " 0.46 .0"
7
+ id(" com.adarshr.test-logger" ) version " 3.2 .0"
8
8
id(" io.franzbecker.gradle-lombok" ) version " 5.0.0"
9
9
`java- library`
10
10
`maven- publish`
@@ -19,22 +19,22 @@ repositories {
19
19
}
20
20
21
21
dependencies {
22
- implementation(" org.apache.jena:jena-core:4.2 .0" )
23
- implementation(" org.apache.jena:jena-arq:4.2 .0" )
24
- implementation(" org.slf4j:slf4j-api:1.7.32 " )
25
- compileOnly(" org.projectlombok:lombok:1.18.22 " )
22
+ implementation(" org.apache.jena:jena-core:4.7 .0" )
23
+ implementation(" org.apache.jena:jena-arq:4.7 .0" )
24
+ implementation(" org.slf4j:slf4j-api:2.0.7 " )
25
+ compileOnly(" org.projectlombok:lombok:1.18.26 " )
26
26
27
- annotationProcessor(" org.projectlombok:lombok:1.18.22 " )
27
+ annotationProcessor(" org.projectlombok:lombok:1.18.26 " )
28
28
29
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.8.1 " )
30
- testImplementation(" org.assertj:assertj-core:3.21.0 " )
31
- testImplementation(" net.jqwik:jqwik:1.5.6 " )
29
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.2 " )
30
+ testImplementation(" org.assertj:assertj-core:3.24.2 " )
31
+ testImplementation(" net.jqwik:jqwik:1.7.3 " )
32
32
testImplementation(" org.apache.jena:apache-jena-libs:4.2.0" )
33
- testCompileOnly(" org.projectlombok:lombok:1.18.22 " )
33
+ testCompileOnly(" org.projectlombok:lombok:1.18.26 " )
34
34
35
- testAnnotationProcessor(" org.projectlombok:lombok:1.18.22 " )
35
+ testAnnotationProcessor(" org.projectlombok:lombok:1.18.26 " )
36
36
37
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.8.1 " )
37
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.2 " )
38
38
}
39
39
40
40
java {
0 commit comments