Skip to content

Commit 3cca36f

Browse files
committed
chore:SP-3893 upgrade dependencies
1 parent 2eec9bf commit 3cca36f

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Upcoming changes...
13+
## [0.12.1] - 2026-01-08
14+
### Changed
15+
- Updated slf4j from 2.0.16 to 2.0.17
16+
- Updated commons-codec from 1.17.1 to 1.20.0
17+
- Updated tika-core from 2.9.2 to 3.2.2
18+
- Updated gson from 2.11.0 to 2.13.2
19+
- Updated picocli from 4.7.6 to 4.7.7
20+
- Updated lombok from 1.18.36 to 1.18.42
21+
- Updated jgit from 6.10.0 to 6.10.1
1322

1423
## [0.12.0] - 2025-11-04
1524
### Added
@@ -131,4 +140,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131140
[0.10.0]: https://github.com/scanoss/scanoss.java/compare/v0.9.0...v0.10.0
132141
[0.10.1]: https://github.com/scanoss/scanoss.java/compare/v0.10.0...v0.10.1
133142
[0.11.0]: https://github.com/scanoss/scanoss.java/compare/v0.10.1...v0.11.0
134-
[0.12.0]: https://github.com/scanoss/scanoss.java/compare/v0.11.0...v0.12.0
143+
[0.12.0]: https://github.com/scanoss/scanoss.java/compare/v0.11.0...v0.12.0
144+
[0.12.1]: https://github.com/scanoss/scanoss.java/compare/v0.12.0...v0.12.1

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.scanoss</groupId>
88
<artifactId>scanoss</artifactId>
9-
<version>0.12.0</version>
9+
<version>0.12.1</version>
1010
<packaging>jar</packaging>
1111
<name>scanoss.java</name>
1212
<url>https://github.com/scanoss/scanoss.java</url>
@@ -38,7 +38,7 @@
3838
<maven.compiler.source>11</maven.compiler.source>
3939
<maven.compiler.target>11</maven.compiler.target>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41-
<slf4jVersion>2.0.16</slf4jVersion>
41+
<slf4jVersion>2.0.17</slf4jVersion>
4242
<native.maven.plugin.version>0.9.13</native.maven.plugin.version>
4343
<exec.mainClass>com.scanoss.cli.CommandLine</exec.mainClass>
4444
</properties>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>commons-codec</groupId>
6262
<artifactId>commons-codec</artifactId>
63-
<version>1.17.1</version>
63+
<version>1.20.0</version>
6464
<scope>compile</scope>
6565
</dependency>
6666
<dependency>
@@ -72,13 +72,13 @@
7272
<dependency>
7373
<groupId>org.apache.tika</groupId>
7474
<artifactId>tika-core</artifactId>
75-
<version>2.9.2</version>
75+
<version>3.2.2</version>
7676
<scope>compile</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.google.code.gson</groupId>
8080
<artifactId>gson</artifactId>
81-
<version>2.11.0</version>
81+
<version>2.13.2</version>
8282
<scope>compile</scope>
8383
</dependency>
8484
<dependency>
@@ -90,21 +90,21 @@
9090
<dependency>
9191
<groupId>info.picocli</groupId>
9292
<artifactId>picocli</artifactId>
93-
<version>4.7.6</version>
93+
<version>4.7.7</version>
9494
<optional>true</optional>
9595
<scope>compile</scope>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.projectlombok</groupId>
9999
<artifactId>lombok</artifactId>
100-
<version>1.18.36</version>
100+
<version>1.18.42</version>
101101
<optional>true</optional>
102102
<scope>compile</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.eclipse.jgit</groupId>
106106
<artifactId>org.eclipse.jgit</artifactId>
107-
<version>6.10.0.202406032230-r</version>
107+
<version>6.10.1.202505221210-r</version>
108108
<scope>compile</scope>
109109
</dependency>
110110
<dependency>

0 commit comments

Comments
 (0)