Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Compile:
* Bump jsonschema2pojo version from 1.2.2 to 1.3.3
* Bump jackson version from 2.21.3 to 2.21.6
* Bump micrometer version from 1.16.5 to 1.16.6

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion tarantool-java-sdk-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<commons-lang3.version>3.19.0</commons-lang3.version>
<lombok.version>1.18.44</lombok.version>
<guava.version>33.5.0-jre</guava.version>
<micrometer.version>1.16.5</micrometer.version>
<micrometer.version>1.16.6</micrometer.version>
<httpclient5.version>5.5.2</httpclient5.version>
<httpcore5.version>5.4.2</httpcore5.version>
<jetcd.version>0.8.6</jetcd.version>
Expand Down
Loading