From 3cca36f4c3dbbd55f1ae7368a02e804164c503ba Mon Sep 17 00:00:00 2001 From: Agustin Groh Date: Wed, 7 Jan 2026 14:25:17 -0300 Subject: [PATCH] chore:SP-3893 upgrade dependencies --- CHANGELOG.md | 12 +++++++++++- pom.xml | 16 ++++++++-------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 022b5fc..3b3c4db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Upcoming changes... +## [0.12.1] - 2026-01-08 +### Changed +- Updated slf4j from 2.0.16 to 2.0.17 +- Updated commons-codec from 1.17.1 to 1.20.0 +- Updated tika-core from 2.9.2 to 3.2.2 +- Updated gson from 2.11.0 to 2.13.2 +- Updated picocli from 4.7.6 to 4.7.7 +- Updated lombok from 1.18.36 to 1.18.42 +- Updated jgit from 6.10.0 to 6.10.1 ## [0.12.0] - 2025-11-04 ### Added @@ -131,4 +140,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.10.0]: https://github.com/scanoss/scanoss.java/compare/v0.9.0...v0.10.0 [0.10.1]: https://github.com/scanoss/scanoss.java/compare/v0.10.0...v0.10.1 [0.11.0]: https://github.com/scanoss/scanoss.java/compare/v0.10.1...v0.11.0 -[0.12.0]: https://github.com/scanoss/scanoss.java/compare/v0.11.0...v0.12.0 \ No newline at end of file +[0.12.0]: https://github.com/scanoss/scanoss.java/compare/v0.11.0...v0.12.0 +[0.12.1]: https://github.com/scanoss/scanoss.java/compare/v0.12.0...v0.12.1 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 44e92f3..c646000 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.scanoss scanoss - 0.12.0 + 0.12.1 jar scanoss.java https://github.com/scanoss/scanoss.java @@ -38,7 +38,7 @@ 11 11 UTF-8 - 2.0.16 + 2.0.17 0.9.13 com.scanoss.cli.CommandLine @@ -60,7 +60,7 @@ commons-codec commons-codec - 1.17.1 + 1.20.0 compile @@ -72,13 +72,13 @@ org.apache.tika tika-core - 2.9.2 + 3.2.2 compile com.google.code.gson gson - 2.11.0 + 2.13.2 compile @@ -90,21 +90,21 @@ info.picocli picocli - 4.7.6 + 4.7.7 true compile org.projectlombok lombok - 1.18.36 + 1.18.42 true compile org.eclipse.jgit org.eclipse.jgit - 6.10.0.202406032230-r + 6.10.1.202505221210-r compile