|
24 | 24 | ******************************************************************************/ |
25 | 25 |
|
26 | 26 | plugins { |
27 | | - id "org.springframework.boot" version "2.7.10" |
28 | | - id 'com.github.jk1.dependency-license-report' version '2.1' |
| 27 | + id "org.springframework.boot" version "2.7.18" |
| 28 | + id 'com.github.jk1.dependency-license-report' version '2.6' |
29 | 29 | id "org.kordamp.gradle.markdown" version "2.2.0" |
30 | | - id 'com.google.cloud.tools.jib' version '3.3.1' |
31 | | - id "io.freefair.lombok" version "8.0.1" |
| 30 | + id 'com.google.cloud.tools.jib' version '3.4.1' |
| 31 | + id "io.freefair.lombok" version "8.6" |
32 | 32 | id 'eclipse' |
33 | 33 | } |
34 | 34 |
|
@@ -73,20 +73,20 @@ allprojects { |
73 | 73 | // Set up dependency management for all projects |
74 | 74 | allprojects { |
75 | 75 | dependencies { |
76 | | - implementation platform('com.fortify.client.api:fortify-client-api-bom:6.1.7.RELEASE') |
| 76 | + implementation platform('com.fortify.client.api:fortify-client-api-bom:6.1.8.RELEASE') |
77 | 77 | implementation platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES) |
78 | 78 |
|
79 | 79 | constraints { |
80 | 80 | implementation 'javax.validation:validation-api:2.0.1.Final' |
81 | 81 | implementation 'org.hibernate:hibernate-validator:6.2.5.Final' |
82 | 82 | implementation 'org.hibernate:hibernate-validator-annotation-processor:6.2.5.Final' |
83 | | - implementation 'org.jsoup:jsoup:1.14.3' |
| 83 | + implementation 'org.jsoup:jsoup:1.17.2' |
84 | 84 | implementation 'com.google.code.findbugs:jsr305:3.0.2' |
85 | 85 | // Spring Boot declares dependency on snakeyaml 1.30, which contains known |
86 | 86 | // vulnerabilities. According to https://stackoverflow.com/a/75875594, our |
87 | 87 | // Spring Boot version is compatible with snakeyaml 2.0, which doesn't have |
88 | 88 | // any known vulnerabilities, so we override the version here. |
89 | | - implementation 'org.yaml:snakeyaml:2.0' |
| 89 | + implementation 'org.yaml:snakeyaml:2.2' |
90 | 90 | } |
91 | 91 | } |
92 | 92 | } |
|
0 commit comments