Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion department-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
</dependency>
<!-- Override transitive tomcat-embed-core to fix CVE-2026-34483
(JsonAccessLogValve information disclosure), CVE-2026-34486
Expand Down
2 changes: 1 addition & 1 deletion employee-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
</dependency>
<!-- Override transitive tomcat-embed-core to fix CVE-2026-34483
(JsonAccessLogValve information disclosure), CVE-2026-34486
Expand Down
2 changes: 1 addition & 1 deletion gateway-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
</dependency>
<!-- Override transitive tomcat-embed-core to fix CVE-2026-34483
(JsonAccessLogValve information disclosure), CVE-2026-34486
Expand Down
2 changes: 1 addition & 1 deletion organization-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>tools.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
</dependency>
<!-- Override transitive tomcat-embed-core to fix CVE-2026-34483
(JsonAccessLogValve information disclosure), CVE-2026-34486
Expand Down