@@ -33,15 +33,15 @@ ext {
33
33
}
34
34
35
35
dependencies {
36
- implementation ' org.eclipse.jgit:org.eclipse.jgit:6.2 .0.202206071550 -r'
37
- implementation ' org.springframework.boot:spring-boot-starter-data-jpa:2.6.7 '
38
- implementation ' org.springframework.boot:spring-boot-starter-security:2.6.7 '
39
- implementation ' org.springframework.boot:spring-boot-starter-validation:2.6.7 '
40
- implementation ' org.springframework.boot:spring-boot-starter-web:2.6.7 '
41
- implementation ' org.springframework.boot:spring-boot-starter-actuator:2.6.7 '
42
- implementation ' org.springdoc:springdoc-openapi-ui:1.6.7 '
43
- implementation ' org.springdoc:springdoc-openapi-data-rest:1.6.7 '
44
- implementation ' org.springdoc:springdoc-openapi-webmvc-core:1.6.7 '
36
+ implementation ' org.eclipse.jgit:org.eclipse.jgit:6.3 .0.202209071007 -r'
37
+ implementation ' org.springframework.boot:spring-boot-starter-data-jpa:2.7.3 '
38
+ implementation ' org.springframework.boot:spring-boot-starter-security:2.7.3 '
39
+ implementation ' org.springframework.boot:spring-boot-starter-validation:2.7.3 '
40
+ implementation ' org.springframework.boot:spring-boot-starter-web:2.7.3 '
41
+ implementation ' org.springframework.boot:spring-boot-starter-actuator:2.7.3 '
42
+ implementation ' org.springdoc:springdoc-openapi-ui:1.6.11 '
43
+ implementation ' org.springdoc:springdoc-openapi-data-rest:1.6.11 '
44
+ implementation ' org.springdoc:springdoc-openapi-webmvc-core:1.6.11 '
45
45
implementation ' org.javers:javers-spring-boot-starter-sql:6.6.5'
46
46
implementation ' org.apache.httpcomponents:httpclient:4.5.13'
47
47
implementation ' org.apache.commons:commons-collections4:4.4'
@@ -50,28 +50,28 @@ dependencies {
50
50
implementation ' com.google.guava:guava:31.1-jre'
51
51
implementation ' commons-io:commons-io:2.11.0'
52
52
implementation ' javax.validation:validation-api:2.0.1.Final'
53
- implementation ' edu.kit.datamanager:service-base:1.0.1 '
53
+ implementation ' edu.kit.datamanager:service-base:1.0.4 '
54
54
55
- testImplementation(platform(' org.junit:junit-bom:5.8.2 ' ))
56
- testImplementation ' org.junit.jupiter:junit-jupiter:5.8.2 '
57
- testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:5.8.2 '
58
- testImplementation ' org.springframework.boot:spring-boot-starter-test:2.6.7 '
55
+ testImplementation(platform(' org.junit:junit-bom:5.9.0 ' ))
56
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.9.0 '
57
+ testImplementation ' org.junit.jupiter:junit-jupiter-migrationsupport:5.9.0 '
58
+ testImplementation ' org.springframework.boot:spring-boot-starter-test:2.7.3 '
59
59
testImplementation ' org.springframework.restdocs:spring-restdocs-mockmvc:2.0.6.RELEASE'
60
- testImplementation ' org.springframework.security:spring-security-test:5.6 .3'
61
- testImplementation ' org.springframework:spring-test:5.3.19 '
62
- testImplementation ' org.mockito:mockito-core:4.5.1 '
60
+ testImplementation ' org.springframework.security:spring-security-test:5.7 .3'
61
+ testImplementation ' org.springframework:spring-test:5.3.22 '
62
+ testImplementation ' org.mockito:mockito-core:4.8.0 '
63
63
testImplementation ' org.powermock:powermock-module-junit4:2.0.9'
64
64
testImplementation ' org.powermock:powermock-api-mockito2:2.0.9'
65
- testImplementation ' net.bytebuddy:byte-buddy:1.12.9 '
66
- testImplementation ' org.junit.vintage:junit-vintage-engine:5.8.2 '
65
+ testImplementation ' net.bytebuddy:byte-buddy:1.12.16 '
66
+ testImplementation ' org.junit.vintage:junit-vintage-engine:5.9.0 '
67
67
68
- annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor:2.6.7 '
68
+ annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor:2.7.3 '
69
69
annotationProcessor ' org.projectlombok:lombok:1.18.24'
70
70
71
71
compileOnly ' org.projectlombok:lombok:1.18.24'
72
72
73
- runtimeOnly ' com.h2database:h2:2.1.212 '
74
- runtimeOnly ' org.postgresql:postgresql:42.3.4 '
73
+ runtimeOnly ' com.h2database:h2:2.1.214 '
74
+ runtimeOnly ' org.postgresql:postgresql:42.5.0 '
75
75
runtimeOnly ' org.apache.httpcomponents:httpclient:4.5.13'
76
76
77
77
asciidoctorExt ' org.springframework.restdocs:spring-restdocs-asciidoctor:2.0.6.RELEASE'
0 commit comments