Skip to content

Commit 7fb673c

Browse files
authored
Merge pull request #2946 from bcgov/feature/vulnerability-updates-25
Version update 2.0.11
2 parents 23a12da + 6438088 commit 7fb673c

File tree

11 files changed

+29
-29
lines changed

11 files changed

+29
-29
lines changed

src/backend/efiling-api/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>ca.bc.gov.open.jag</groupId>
1313
<artifactId>efiling-api</artifactId>
14-
<version>2.0.10</version>
14+
<version>2.0.11</version>
1515
<name>efiling-api</name>
1616
<description>Demo project for Spring Boot</description>
1717

@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>ca.bc.gov.open.jag</groupId>
6868
<artifactId>efiling-commons</artifactId>
69-
<version>2.0.10</version>
69+
<version>2.0.11</version>
7070
</dependency>
7171

7272
<dependency>
@@ -259,7 +259,7 @@
259259
<dependency>
260260
<groupId>ca.bc.gov.open.jag</groupId>
261261
<artifactId>efiling-bom</artifactId>
262-
<version>2.0.10</version>
262+
<version>2.0.11</version>
263263
<type>pom</type>
264264
<scope>import</scope>
265265
</dependency>
@@ -282,19 +282,19 @@
282282
<dependency>
283283
<groupId>ca.bc.gov.open.jag</groupId>
284284
<artifactId>efiling-cso-starter</artifactId>
285-
<version>2.0.10</version>
285+
<version>2.0.11</version>
286286
</dependency>
287287

288288
<dependency>
289289
<groupId>ca.bc.gov.open.jag</groupId>
290290
<artifactId>efiling-bambora-api-client</artifactId>
291-
<version>2.0.10</version>
291+
<version>2.0.11</version>
292292
</dependency>
293293

294294
<dependency>
295295
<groupId>ca.bc.gov.open.jag</groupId>
296296
<artifactId>efiling-ceis-api-client</artifactId>
297-
<version>2.0.10</version>
297+
<version>2.0.11</version>
298298
</dependency>
299299

300300
<!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils -->
@@ -337,7 +337,7 @@
337337
<dependency>
338338
<groupId>ca.bc.gov.open.jag</groupId>
339339
<artifactId>efiling-demo-starter</artifactId>
340-
<version>2.0.10</version>
340+
<version>2.0.11</version>
341341
</dependency>
342342
</dependencies>
343343
</profile>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ca.bc.gov.open.jag</groupId>
66
<artifactId>efiling-bambora-api-client</artifactId>
7-
<version>2.0.10</version>
7+
<version>2.0.11</version>
88
<name>efiling-bambora-api-client</name>
99
<description>Client for Bambora</description>
1010

@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>ca.bc.gov.open.jag</groupId>
113113
<artifactId>efiling-commons</artifactId>
114-
<version>2.0.10</version>
114+
<version>2.0.11</version>
115115
<scope>compile</scope>
116116
</dependency>
117117
</dependencies>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>ca.bc.gov.open.jag</groupId>
130130
<artifactId>efiling-bom</artifactId>
131-
<version>2.0.10</version>
131+
<version>2.0.11</version>
132132
<type>pom</type>
133133
<scope>import</scope>
134134
</dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>ca.bc.gov.open.jag</groupId>
77
<artifactId>efiling-bom</artifactId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99

1010
<properties>
1111
<log4j2.version>2.17.1</log4j2.version>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ca.bc.gov.open.jag</groupId>
66
<artifactId>efiling-ceis-api-client</artifactId>
7-
<version>2.0.10</version>
7+
<version>2.0.11</version>
88
<name>efiling-ceis-api-client</name>
99
<description>Client for CEIS ORDS</description>
1010

@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>ca.bc.gov.open.jag</groupId>
125125
<artifactId>efiling-commons</artifactId>
126-
<version>2.0.10</version>
126+
<version>2.0.11</version>
127127
<scope>compile</scope>
128128
</dependency>
129129
</dependencies>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>ca.bc.gov.open.jag</groupId>
142142
<artifactId>efiling-bom</artifactId>
143-
<version>2.0.10</version>
143+
<version>2.0.11</version>
144144
<type>pom</type>
145145
<scope>import</scope>
146146
</dependency>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ca.bc.gov.open.jag</groupId>
66
<artifactId>efiling-commons</artifactId>
7-
<version>2.0.10</version>
7+
<version>2.0.11</version>
88
<name>efiling-commons</name>
99
<description>Contains common functionality to efiling</description>
1010

@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>ca.bc.gov.open.jag</groupId>
7373
<artifactId>efiling-bom</artifactId>
74-
<version>2.0.10</version>
74+
<version>2.0.11</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>ca.bc.gov.open.jag</groupId>
77
<artifactId>efiling-cso-client</artifactId>
8-
<version>2.0.10</version>
8+
<version>2.0.11</version>
99

1010
<properties>
1111
<java.version>17</java.version>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>ca.bc.gov.open.jag</groupId>
6161
<artifactId>efiling-commons</artifactId>
62-
<version>2.0.10</version>
62+
<version>2.0.11</version>
6363
</dependency>
6464

6565
<dependency>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>ca.bc.gov.open.jag</groupId>
9292
<artifactId>efiling-bom</artifactId>
93-
<version>2.0.10</version>
93+
<version>2.0.11</version>
9494
<type>pom</type>
9595
<scope>import</scope>
9696
</dependency>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>ca.bc.gov.open.jag</groupId>
1515
<artifactId>efiling-cso-starter</artifactId>
16-
<version>2.0.10</version>
16+
<version>2.0.11</version>
1717

1818
<properties>
1919
<java.version>17</java.version>
@@ -79,13 +79,13 @@
7979
<dependency>
8080
<groupId>ca.bc.gov.open.jag</groupId>
8181
<artifactId>efiling-commons</artifactId>
82-
<version>2.0.10</version>
82+
<version>2.0.11</version>
8383
</dependency>
8484

8585
<dependency>
8686
<groupId>ca.bc.gov.open.jag</groupId>
8787
<artifactId>efiling-cso-client</artifactId>
88-
<version>2.0.10</version>
88+
<version>2.0.11</version>
8989
</dependency>
9090

9191
</dependencies>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>ca.bc.gov.open.jag</groupId>
9797
<artifactId>efiling-bom</artifactId>
98-
<version>2.0.10</version>
98+
<version>2.0.11</version>
9999
<type>pom</type>
100100
<scope>import</scope>
101101
</dependency>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ca.bc.gov.open.jag</groupId>
88
<artifactId>efiling-demo-starter</artifactId>
9-
<version>2.0.10</version>
9+
<version>2.0.11</version>
1010

1111
<properties>
1212
<java.version>17</java.version>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>ca.bc.gov.open.jag</groupId>
6363
<artifactId>efiling-commons</artifactId>
64-
<version>2.0.10</version>
64+
<version>2.0.11</version>
6565
</dependency>
6666

6767
<dependency>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>ca.bc.gov.open.jag</groupId>
8585
<artifactId>efiling-bom</artifactId>
86-
<version>2.0.10</version>
86+
<version>2.0.11</version>
8787
<type>pom</type>
8888
<scope>import</scope>
8989
</dependency>

src/backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ca.bc.gov.open</groupId>
88
<artifactId>jag-efiling-backend</artifactId>
9-
<version>2.0.10</version>
9+
<version>2.0.11</version>
1010

1111
<description>EfilingHub Backend services</description>
1212

src/frontend/efiling-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "efiling-demo",
3-
"version": "2.0.9-SNAPSHOT",
3+
"version": "2.0.11",
44
"homepage": ".",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)