Skip to content

Commit 50d8e3f

Browse files
committed
API Updates
1 parent 6a48384 commit 50d8e3f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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>

0 commit comments

Comments
 (0)