Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.1 to 2.7 (#10024)
Browse files Browse the repository at this point in the history
* Bump commons-io:commons-io from 2.1 to 2.7

Bumps commons-io:commons-io from 2.1 to 2.7.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* updated migration guidelines

* fix doc

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lorenzo Natali <lorenzo.natali@geosolutionsgroup.com>
  • Loading branch information
dependabot[bot] and offtherailz authored Jul 12, 2024
1 parent 02a18bb commit ae4f512
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/developer-guide/mapstore-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ This is a list of things to check if you want to update from a previous version
- Optionally check also accessory files like `.eslinrc`, if you want to keep aligned with lint standards.
- Follow the instructions below, in order, from your version to the one you want to update to.

## Migration from 2024.01.02 to 2024.02.00

### Java dependencies update

Some libraries has been updated. if you have a MapStore project make sure to keep the versions aligned with the main product.

## Migration from 2024.01.00 to 2024.01.02

### Enable showing credits/attribution text in Print config
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<jackson-version>2.16.1</jackson-version>
<json-patch.version>1.12</json-patch.version>
<json-lib.version>2.4.2-geoserver</json-lib.version>
<commons-io.version>2.1</commons-io.version>
<commons-io.version>2.7</commons-io.version>
<mime-util.version>2.1.3</mime-util.version>
</properties>

Expand Down

0 comments on commit ae4f512

Please sign in to comment.