Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IGNF/validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 16115176cd2866591988b235aff79ec3781d3769
Choose a base ref
...
head repository: IGNF/validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e09ffa46f853d2251089a1d8882d5fe7758ae04d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 19, 2024

  1. fix(deps): update dependency commons-io:commons-io to v2.18.0

    renovate[bot] authored Nov 19, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e09ffa4 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 pom.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
<maven-formatter-plugin.version>2.24.1</maven-formatter-plugin.version>
<jaxen.version>1.2.0</jaxen.version>
<jdom.version>1.0</jdom.version>
<apache-common-io.version>2.16.1</apache-common-io.version>
<apache-common-io.version>2.18.0</apache-common-io.version>
<apache-common-cli.version>1.8.0</apache-common-cli.version>
<apache-commons-csv.version>1.11.0</apache-commons-csv.version>
<apache-commons-lang.version>2.6</apache-commons-lang.version>