File tree Expand file tree Collapse file tree 4 files changed +11
-24
lines changed
Expand file tree Collapse file tree 4 files changed +11
-24
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 3.4.1 '
2+ id ' org.springframework.boot' version ' 3.4.3 '
33 id ' io.spring.dependency-management' version ' 1.1.6'
44 id ' java'
55}
@@ -14,15 +14,9 @@ repositories {
1414 mavenCentral()
1515}
1616
17- configurations. all {
18- resolutionStrategy {
19- force ' net.minidev:json-smart:2.5.2'
20- }
21- }
22-
2317dependencies {
2418 implementation ' org.springframework.boot:spring-boot-starter-web'
25- testImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.3 '
19+ testImplementation ' org.springframework.boot:spring-boot-starter-test'
2620
2721 implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
2822 implementation ' io.swagger.core.v3:swagger-annotations:2.2.27'
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 3.4.1 '
2+ id ' org.springframework.boot' version ' 3.4.3 '
33 id ' io.spring.dependency-management' version ' 1.1.7'
44 id ' java'
55}
@@ -14,15 +14,9 @@ repositories {
1414 mavenCentral()
1515}
1616
17- configurations. all {
18- resolutionStrategy {
19- force ' net.minidev:json-smart:2.5.2'
20- }
21- }
22-
2317dependencies {
2418 implementation ' org.springframework.boot:spring-boot-starter-web'
25- testImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.3 '
19+ testImplementation ' org.springframework.boot:spring-boot-starter-test'
2620
2721 implementation ' org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
2822 implementation ' io.swagger.core.v3:swagger-annotations:2.2.27'
Original file line number Diff line number Diff line change 11# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2- version: v1.25.0
2+ version: v1.25.1
33# ignores vulnerabilities until expiry date; change duration by modifying expiry date
44ignore:
55 'snyk:lic:maven:ch.qos.logback:logback-classic:(EPL-1.0_OR_LGPL-2.1)':
@@ -42,4 +42,9 @@ ignore:
4242 reason: licence issue reviewed
4343 expires: 2030-01-01T00:00:00.000Z
4444 created: 2024-07-19T14:24:05.092Z
45+ 'snyk:lic:maven:jakarta.el:jakarta.el-api:(EPL-2.0_OR_GPL-2.0-with-classpath-exception)':
46+ - '*':
47+ reason: licence issue reviewed
48+ expires: 2030-01-01T00:00:00.000Z
49+ created: 2025-03-03T08:45:48.797Z
4550patch: {}
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 3.4.1 '
2+ id ' org.springframework.boot' version ' 3.4.3 '
33 id ' io.spring.dependency-management' version ' 1.1.7'
44 id ' java'
55}
@@ -21,12 +21,6 @@ repositories {
2121 mavenCentral()
2222}
2323
24- configurations. all {
25- resolutionStrategy {
26- force ' net.minidev:json-smart:2.5.2'
27- }
28- }
29-
3024dependencies {
3125 implementation ' org.springframework.boot:spring-boot-starter'
3226 implementation ' org.springframework.boot:spring-boot-starter-web'
You can’t perform that action at this time.
0 commit comments