!83 ⬆️ 依赖升级 jackson-databind

Merge pull request !83 from 格物方能致知/develop
This commit is contained in:
格物方能致知 2023-09-09 09:34:35 +00:00 committed by Gitee
commit 3449808666
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,10 @@
![](https://img.shields.io/badge/Ubuntu-Passing-49%2C198%2C84.svg?style=falt&logo=Ubuntu)
![](https://img.shields.io/badge/MacOS-Passing-49%2C198%2C84.svg?style=falt&logo=Apple)
[![安全状态](https://www.murphysec.com/platform3/v31/badge/1700436320488914944.svg)](https://www.murphysec.com/console/report/1700407807803260928/1700436320488914944)
JNotepad(Java Notepad)是一款简约而强大的跨平台文本编辑器旨在提供用户友好的界面和丰富的功能。无论你是在Linux、Windows还是macOS系统上使用JNotepad都能满足你对文本编辑和查看的需求。
JNotepad使用Java语言编写并基于JavaFX框架开发具有良好的可扩展性和稳定性。
@ -19,7 +23,7 @@ JNotepad使用Java语言编写并基于JavaFX框架开发具有良好的
## 安装教程
1. Windows 平台,可以直接使用编译的可执行程序或自己编译
1. Windows 平台,可以直接使用编译的可执行程序或自己编译
[gitee-download]: https://gitee.com/jcnc-org/JNotepad/releases

View File

@ -46,7 +46,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.7.1</version>
<version>2.15.2</version>
</dependency>
<!--log-->
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->