Latest jSerialComm 2.10.3

This commit is contained in:
rusefillc 2023-07-28 16:06:28 -04:00
parent d0fe15110b
commit eabcce1540
2 changed files with 4 additions and 1 deletions

View File

@ -28,6 +28,9 @@ Release template (copy/paste this for new release):
## Unreleased
### Added
- Latest jSerialComm 2.10.3
## July 2023 Release "Day 518"
### Added

View File

@ -21,7 +21,7 @@ dependencies {
api project(':core_io')
api project(':logging')
implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.9.3'
implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.10.3'
implementation group: 'tel.schich', name: 'javacan-core', version: '3.2.0'
implementation global_libs.json
implementation ts_plugin_libs.httpclient