@@ -6,7 +6,7 @@ plugins {
6
6
id " org.owasp.dependencycheck" version " 12.1.3"
7
7
id ' net.researchgate.release' version ' 3.1.0'
8
8
id " com.gorylenko.gradle-git-properties" version " 2.5.2"
9
- id ' io.freefair.lombok' version ' 8.13.1 '
9
+ id ' io.freefair.lombok' version ' 8.14 '
10
10
id ' java'
11
11
id ' application'
12
12
id ' jacoco'
@@ -89,19 +89,19 @@ dependencies {
89
89
implementation " org.javers:javers-spring-boot-starter-sql:${ javersVersion} "
90
90
implementation ' org.apache.httpcomponents:httpclient:4.5.14'
91
91
implementation ' org.apache.commons:commons-collections4:4.5.0'
92
- implementation ' org.apache.maven:maven-artifact:3.9.10 '
92
+ implementation ' org.apache.maven:maven-artifact:3.9.11 '
93
93
implementation ' org.json:json:20250517'
94
94
implementation ' com.github.jknack:handlebars:4.4.0'
95
95
implementation ' com.google.guava:guava:33.4.8-jre'
96
- implementation ' commons-io:commons-io:2.19 .0'
96
+ implementation ' commons-io:commons-io:2.20 .0'
97
97
implementation ' javax.validation:validation-api:2.0.1.Final'
98
98
implementation (' edu.kit.datamanager:service-base:1.3.4' ){
99
99
// exclude dependency as spring boot includes
100
100
// org.glassfish.jaxb:jaxb-core:4.0.5 which leads to a duplication conflict
101
101
exclude group : " com.sun.xml.bind"
102
102
}
103
103
// apache
104
- implementation " org.apache.tika:tika-core:3.2.0 "
104
+ implementation " org.apache.tika:tika-core:3.2.1 "
105
105
// JoltPlugin
106
106
implementation " com.bazaarvoice.jolt:jolt-core:0.1.8"
107
107
0 commit comments