Skip to content

Commit

Permalink
hotfix - fix vulnerability (springmvc)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleckvincent committed Oct 22, 2024
1 parent b7754e7 commit 5563431
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
value: "postgres:15.8-alpine"
description: "Image de la base de données"
PROJECT_VERSION:
value: "2.2.6"
value: "2.2.7"
description: "Version du projet à déployer"
SERVER_ENV_INT:
value: "int-rapportnav-appli01"
Expand Down
4 changes: 2 additions & 2 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.lang.System.getenv

group = "fr.gouv.dgampa"
version = "2.2.6"
version = "2.2.7"
description = "RapportNav"

val kotlinVersion by extra("1.9.24")
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencyManagement {
mavenBom("org.testcontainers:testcontainers-bom:$testcontainersVersion")
}
dependencies {
dependency("org.springframework:spring-webmvc:6.1.13")
dependency("org.springframework:spring-webmvc:6.1.14")
}
}

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.2.6",
"version": "2.2.7",
"private": true,
"type": "module",
"engines": {
Expand Down

0 comments on commit 5563431

Please sign in to comment.