1
1
plugins {
2
2
id ' org.springframework.boot' version ' 3.4.1'
3
3
id ' io.spring.dependency-management' version ' 1.1.7'
4
- id ' org.asciidoctor.jvm.convert' version ' 4.0.3 '
4
+ id ' org.asciidoctor.jvm.convert' version ' 4.0.4 '
5
5
id ' io.freefair.maven-publish-java' version ' 8.11'
6
- id " org.owasp.dependencycheck" version " 11.1 .1"
7
- id ' net.researchgate.release' version ' 3.0.2 '
6
+ id " org.owasp.dependencycheck" version " 12.0 .1"
7
+ id ' net.researchgate.release' version ' 3.1.0 '
8
8
id " com.gorylenko.gradle-git-properties" version " 2.4.2"
9
9
id ' io.freefair.lombok' version ' 8.11'
10
10
id ' java'
@@ -75,7 +75,7 @@ dependencies {
75
75
implementation " org.javers:javers-spring-boot-starter-sql:${ javersVersion} "
76
76
implementation ' org.apache.httpcomponents:httpclient:4.5.14'
77
77
implementation ' org.apache.commons:commons-collections4:4.4'
78
- implementation ' org.json:json:20240303 '
78
+ implementation ' org.json:json:20250107 '
79
79
implementation ' com.github.jknack:handlebars:4.4.0'
80
80
implementation ' com.google.guava:guava:33.4.0-jre'
81
81
implementation ' commons-io:commons-io:2.18.0'
@@ -102,7 +102,7 @@ dependencies {
102
102
annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
103
103
104
104
runtimeOnly ' com.h2database:h2:2.3.232'
105
- runtimeOnly ' org.postgresql:postgresql:42.7.4 '
105
+ runtimeOnly ' org.postgresql:postgresql:42.7.5 '
106
106
runtimeOnly ' org.apache.httpcomponents:httpclient:4.5.14'
107
107
108
108
asciidoctorExt ' org.springframework.restdocs:spring-restdocs-asciidoctor:3.0.3'
0 commit comments