Skip to content

Commit 49877b7

Browse files
authored
fix: P4ADEV-3193 fix cve (#27)
1 parent 88f0551 commit 49877b7

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG IMAGE_VERSION="21-alpine-3.21"
88
ARG IMAGE_SHA="cafcfad1d9d3b6e7dd983fa367f085ca1c846ce792da59bcb420ac4424296d56"
99
ARG GRADLE_VERSION="8.10.2"
1010
ARG GRADLE_DOWNLOAD_SHA256="31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26"
11-
ARG APPINSIGHTS_VERSION="3.7.2"
11+
ARG APPINSIGHTS_VERSION="3.7.3"
1212

1313
# 🌍 Timezone Configuration
1414
ARG TZ="Europe/Rome"

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
plugins {
22
java
3-
id("org.springframework.boot") version "3.5.0"
3+
id("org.springframework.boot") version "3.5.3"
44
id("io.spring.dependency-management") version "1.1.7"
55
jacoco
6-
id("org.sonarqube") version "6.1.0.5360"
6+
id("org.sonarqube") version "6.2.0.5505"
77
id("com.github.ben-manes.versions") version "0.52.0"
88
id("org.openapi.generator") version "7.13.0"
99
id("com.gorylenko.gradle-git-properties") version "2.5.0"

gradle.lockfile

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
aopalliance:aopalliance:1.0=compileClasspath
55
ch.qos.logback:logback-classic:1.5.18=compileClasspath
66
ch.qos.logback:logback-core:1.5.18=compileClasspath
7-
com.fasterxml.jackson.core:jackson-annotations:2.19.0=compileClasspath
8-
com.fasterxml.jackson.core:jackson-core:2.19.0=compileClasspath
9-
com.fasterxml.jackson.core:jackson-databind:2.19.0=compileClasspath
10-
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.0=compileClasspath
11-
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.0=compileClasspath
12-
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0=compileClasspath
13-
com.fasterxml.jackson.module:jackson-module-parameter-names:2.19.0=compileClasspath
14-
com.fasterxml.jackson:jackson-bom:2.19.0=compileClasspath
7+
com.fasterxml.jackson.core:jackson-annotations:2.19.1=compileClasspath
8+
com.fasterxml.jackson.core:jackson-core:2.19.1=compileClasspath
9+
com.fasterxml.jackson.core:jackson-databind:2.19.1=compileClasspath
10+
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1=compileClasspath
11+
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.1=compileClasspath
12+
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1=compileClasspath
13+
com.fasterxml.jackson.module:jackson-module-parameter-names:2.19.1=compileClasspath
14+
com.fasterxml.jackson:jackson-bom:2.19.1=compileClasspath
1515
com.fasterxml:classmate:1.7.0=compileClasspath
1616
io.micrometer:context-propagation:1.1.3=compileClasspath
17-
io.micrometer:micrometer-commons:1.15.0=compileClasspath
18-
io.micrometer:micrometer-core:1.15.0=compileClasspath
19-
io.micrometer:micrometer-jakarta9:1.15.0=compileClasspath
20-
io.micrometer:micrometer-observation:1.15.0=compileClasspath
21-
io.micrometer:micrometer-registry-prometheus:1.15.0=compileClasspath
17+
io.micrometer:micrometer-commons:1.15.1=compileClasspath
18+
io.micrometer:micrometer-core:1.15.1=compileClasspath
19+
io.micrometer:micrometer-jakarta9:1.15.1=compileClasspath
20+
io.micrometer:micrometer-observation:1.15.1=compileClasspath
21+
io.micrometer:micrometer-registry-prometheus:1.15.1=compileClasspath
2222
io.micrometer:micrometer-tracing-bridge-otel:1.5.1=compileClasspath
23-
io.micrometer:micrometer-tracing:1.5.0=compileClasspath
23+
io.micrometer:micrometer-tracing:1.5.1=compileClasspath
2424
io.opentelemetry.semconv:opentelemetry-semconv:1.32.0=compileClasspath
2525
io.opentelemetry:opentelemetry-api:1.49.0=compileClasspath
2626
io.opentelemetry:opentelemetry-context:1.49.0=compileClasspath
@@ -30,10 +30,10 @@ io.opentelemetry:opentelemetry-sdk-logs:1.49.0=compileClasspath
3030
io.opentelemetry:opentelemetry-sdk-metrics:1.49.0=compileClasspath
3131
io.opentelemetry:opentelemetry-sdk-trace:1.49.0=compileClasspath
3232
io.opentelemetry:opentelemetry-sdk:1.49.0=compileClasspath
33-
io.prometheus:prometheus-metrics-config:1.3.6=compileClasspath
34-
io.prometheus:prometheus-metrics-core:1.3.6=compileClasspath
35-
io.prometheus:prometheus-metrics-model:1.3.6=compileClasspath
36-
io.prometheus:prometheus-metrics-tracer-common:1.3.6=compileClasspath
33+
io.prometheus:prometheus-metrics-config:1.3.8=compileClasspath
34+
io.prometheus:prometheus-metrics-core:1.3.8=compileClasspath
35+
io.prometheus:prometheus-metrics-model:1.3.8=compileClasspath
36+
io.prometheus:prometheus-metrics-tracer-common:1.3.8=compileClasspath
3737
io.swagger.core.v3:swagger-annotations-jakarta:2.2.30=compileClasspath
3838
io.swagger.core.v3:swagger-core-jakarta:2.2.30=compileClasspath
3939
io.swagger.core.v3:swagger-models-jakarta:2.2.30=compileClasspath
@@ -47,9 +47,9 @@ org.apache.httpcomponents.core5:httpcore5-h2:5.3.4=compileClasspath
4747
org.apache.httpcomponents.core5:httpcore5:5.3.4=compileClasspath
4848
org.apache.logging.log4j:log4j-api:2.24.3=compileClasspath
4949
org.apache.logging.log4j:log4j-to-slf4j:2.24.3=compileClasspath
50-
org.apache.tomcat.embed:tomcat-embed-core:10.1.41=compileClasspath
51-
org.apache.tomcat.embed:tomcat-embed-el:10.1.41=compileClasspath
52-
org.apache.tomcat.embed:tomcat-embed-websocket:10.1.41=compileClasspath
50+
org.apache.tomcat.embed:tomcat-embed-core:10.1.42=compileClasspath
51+
org.apache.tomcat.embed:tomcat-embed-el:10.1.42=compileClasspath
52+
org.apache.tomcat.embed:tomcat-embed-websocket:10.1.42=compileClasspath
5353
org.hibernate.validator:hibernate-validator:8.0.2.Final=compileClasspath
5454
org.jboss.logging:jboss-logging:3.6.1.Final=compileClasspath
5555
org.jspecify:jspecify:1.0.0=compileClasspath
@@ -60,25 +60,25 @@ org.slf4j:slf4j-api:2.0.17=compileClasspath
6060
org.springdoc:springdoc-openapi-starter-common:2.8.9=compileClasspath
6161
org.springdoc:springdoc-openapi-starter-webmvc-api:2.8.9=compileClasspath
6262
org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9=compileClasspath
63-
org.springframework.boot:spring-boot-actuator-autoconfigure:3.5.0=compileClasspath
64-
org.springframework.boot:spring-boot-actuator:3.5.0=compileClasspath
65-
org.springframework.boot:spring-boot-autoconfigure:3.5.0=compileClasspath
66-
org.springframework.boot:spring-boot-starter-actuator:3.5.0=compileClasspath
67-
org.springframework.boot:spring-boot-starter-json:3.5.0=compileClasspath
68-
org.springframework.boot:spring-boot-starter-logging:3.5.0=compileClasspath
69-
org.springframework.boot:spring-boot-starter-tomcat:3.5.0=compileClasspath
70-
org.springframework.boot:spring-boot-starter-validation:3.5.0=compileClasspath
71-
org.springframework.boot:spring-boot-starter-web:3.5.0=compileClasspath
72-
org.springframework.boot:spring-boot-starter:3.5.0=compileClasspath
73-
org.springframework.boot:spring-boot:3.5.0=compileClasspath
74-
org.springframework:spring-aop:6.2.7=compileClasspath
75-
org.springframework:spring-beans:6.2.7=compileClasspath
76-
org.springframework:spring-context:6.2.7=compileClasspath
77-
org.springframework:spring-core:6.2.7=compileClasspath
78-
org.springframework:spring-expression:6.2.7=compileClasspath
79-
org.springframework:spring-jcl:6.2.7=compileClasspath
80-
org.springframework:spring-web:6.2.7=compileClasspath
81-
org.springframework:spring-webmvc:6.2.7=compileClasspath
63+
org.springframework.boot:spring-boot-actuator-autoconfigure:3.5.3=compileClasspath
64+
org.springframework.boot:spring-boot-actuator:3.5.3=compileClasspath
65+
org.springframework.boot:spring-boot-autoconfigure:3.5.3=compileClasspath
66+
org.springframework.boot:spring-boot-starter-actuator:3.5.3=compileClasspath
67+
org.springframework.boot:spring-boot-starter-json:3.5.3=compileClasspath
68+
org.springframework.boot:spring-boot-starter-logging:3.5.3=compileClasspath
69+
org.springframework.boot:spring-boot-starter-tomcat:3.5.3=compileClasspath
70+
org.springframework.boot:spring-boot-starter-validation:3.5.3=compileClasspath
71+
org.springframework.boot:spring-boot-starter-web:3.5.3=compileClasspath
72+
org.springframework.boot:spring-boot-starter:3.5.3=compileClasspath
73+
org.springframework.boot:spring-boot:3.5.3=compileClasspath
74+
org.springframework:spring-aop:6.2.8=compileClasspath
75+
org.springframework:spring-beans:6.2.8=compileClasspath
76+
org.springframework:spring-context:6.2.8=compileClasspath
77+
org.springframework:spring-core:6.2.8=compileClasspath
78+
org.springframework:spring-expression:6.2.8=compileClasspath
79+
org.springframework:spring-jcl:6.2.8=compileClasspath
80+
org.springframework:spring-web:6.2.8=compileClasspath
81+
org.springframework:spring-webmvc:6.2.8=compileClasspath
8282
org.webjars:swagger-ui:5.21.0=compileClasspath
8383
org.webjars:webjars-locator-lite:1.1.0=compileClasspath
8484
org.yaml:snakeyaml:2.4=compileClasspath

0 commit comments

Comments
 (0)