Skip to content

Commit 4e98277

Browse files
authored
Merge pull request #2959 from bcgov/feature/vuln-nov-updates
November Vulnerabilities.
2 parents fad76ad + 50d8e3f commit 4e98277

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

src/backend/efiling-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.4</version>
8+
<version>3.5.7</version>
99

1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
@@ -239,7 +239,7 @@
239239
<dependency>
240240
<groupId>io.netty</groupId>
241241
<artifactId>netty-handler</artifactId>
242-
<version>4.1.118.Final</version>
242+
<version>4.1.123.Final</version>
243243
</dependency>
244244
<dependency>
245245
<groupId>org.apache.cxf</groupId>

src/backend/libs/efiling-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<logback.access.common.version>2.0.6</logback.access.common.version>
4242
<org.apache.tomcat.embed.version>[11.0.8,)</org.apache.tomcat.embed.version>
4343
<org.json.version>20250517</org.json.version>
44-
<org.springframework.security.version>6.5.0</org.springframework.security.version>
45-
<org.springframework.version>6.2.10</org.springframework.version>
44+
<org.springframework.security.version>6.5.4</org.springframework.security.version>
45+
<org.springframework.version>6.2.12</org.springframework.version>
4646
</properties>
4747

4848
<repositories>

src/backend/libs/efiling-ceis-api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.springframework.boot</groupId>
135135
<artifactId>spring-boot-dependencies</artifactId>
136-
<version>3.5.0</version>
136+
<version>3.5.7</version>
137137
<type>pom</type>
138138
<scope>import</scope>
139139
</dependency>

src/backend/libs/efiling-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.springframework.boot</groupId>
6666
<artifactId>spring-boot-dependencies</artifactId>
67-
<version>3.5.0</version>
67+
<version>3.5.7</version>
6868
<type>pom</type>
6969
<scope>import</scope>
7070
</dependency>

src/backend/libs/efiling-cso-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.4</version>
10+
<version>3.5.7</version>
1111
<relativePath/>
1212
</parent>
1313

src/backend/libs/efiling-demo-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.springframework.boot</groupId>
7878
<artifactId>spring-boot-dependencies</artifactId>
79-
<version>3.5.0</version>
79+
<version>3.5.7</version>
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>

src/frontend/efiling-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/preset-react": "^7.18.6",
99
"@bcgov/bootstrap-theme": "github:bcgov/bootstrap-theme",
1010
"assert": "^2.0.0",
11-
"axios": "^0.30.0",
11+
"axios": "^0.30.2",
1212
"axios-auth-refresh": "^2.2.8",
1313
"babel-plugin-transform-export-extensions": "^6.22.0",
1414
"bootstrap": "^4.5.3",

src/frontend/efiling-frontend/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4274,13 +4274,13 @@ axios-mock-adapter@^1.19.0:
42744274
is-blob "^2.1.0"
42754275
is-buffer "^2.0.5"
42764276

4277-
axios@^0.30.0:
4278-
version "0.30.0"
4279-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
4280-
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
4277+
axios@^0.30.2:
4278+
version "0.30.2"
4279+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.2.tgz#256d3a8ee765cc27188d08b8b545a5f5a0c77dad"
4280+
integrity sha512-0pE4RQ4UQi1jKY6p7u6i1Tkzqmu+d+/tHS7Q7rKunWLB9WyilBTpHHpXzPNMDj5hTbK0B0PTLSz07yqMBiF6xg==
42814281
dependencies:
42824282
follow-redirects "^1.15.4"
4283-
form-data "^4.0.0"
4283+
form-data "^4.0.4"
42844284
proxy-from-env "^1.1.0"
42854285

42864286
axobject-query@^2.2.0:
@@ -7506,7 +7506,7 @@ fork-ts-checker-webpack-plugin@^6.5.0:
75067506
semver "^7.3.2"
75077507
tapable "^1.0.0"
75087508

7509-
form-data@4.0.4, form-data@^3.0.0, form-data@^4.0.0:
7509+
form-data@4.0.4, form-data@^3.0.0, form-data@^4.0.4:
75107510
version "4.0.4"
75117511
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
75127512
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==

0 commit comments

Comments
 (0)