Skip to content

Commit

Permalink
fix: Update imports to commons-collections4. Fixes #62
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jun 3, 2024
1 parent b8af680 commit f44f5d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ release:
github:
branch: master
overwrite: true
milestone:
name: '{{projectVersion}}'
changelog:
formatted: ALWAYS
preset: conventional-commits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.beanutils.DynaBean;
import org.apache.commons.beanutils.DynaProperty;
import org.apache.commons.beanutils.PropertyUtils;
import org.apache.commons.collections.map.ListOrderedMap;
import org.apache.commons.collections4.map.ListOrderedMap;
import org.apache.commons.lang3.StringUtils;
import org.kordamp.ezmorph.Morpher;
import org.kordamp.ezmorph.array.ObjectArrayMorpher;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
package org.kordamp.json;

import org.apache.commons.collections.map.MultiKeyMap;
import org.apache.commons.collections4.map.MultiKeyMap;
import org.apache.commons.lang3.StringUtils;
import org.kordamp.json.processors.DefaultDefaultValueProcessor;
import org.kordamp.json.processors.DefaultValueProcessor;
Expand Down

0 comments on commit f44f5d0

Please sign in to comment.