Skip to content

Commit 052fc7c

Browse files
committed
Merge branch 'DBTOOLS-2096_update_logback_core_version' into 'master'
DBTOOLS-2096 updated logback-core version See merge request codekeeper/pgcodekeeper-cli!51
2 parents 25b00e9 + 99429c4 commit 052fc7c

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
### Fixed
1515

16+
### Security
17+
18+
- Increased version of logback due to CVE-2026-1225.
19+
1620
## [14.5.0] - 2026-06-02
1721

1822
### Added

CHANGELOG.ru.md

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

1414
### Исправлено
1515

16+
### Безопасность
17+
18+
- Повышена версия logback из-за CVE-2026-1225.
19+
1620
## [14.5.0] - 2026-06-02
1721

1822
### Добавлено

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<sonar.core.coveragePlugin>jacoco</sonar.core.coveragePlugin>
4242
<sonar.exclusions>**/*.sql, **/*.xml, **/generated/**, **/Messages.java</sonar.exclusions>
4343

44-
<logback.version>1.5.21</logback.version>
44+
<logback.version>1.5.34</logback.version>
4545
</properties>
4646

4747
<dependencies>

0 commit comments

Comments
 (0)