This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 37844d27 RAT-348: Update GitIgnore reader to version 1.3.1
new 97b31920 Merge pull request #198 from nielsbasjes/RAT-348-gitignore-131
37844d27 is described below
commit 37844d277a13cd3b5050c8d4a90ec99066ae5c9c
Author: Niels Basjes <[email protected]>
AuthorDate: Sun Jan 14 15:53:45 2024 +0100
RAT-348: Update GitIgnore reader to version 1.3.1
---
apache-rat-plugin/pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 9cc7c3ec..12dc1d5b 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -307,7 +307,7 @@
<dependency>
<groupId>nl.basjes.gitignore</groupId>
<artifactId>gitignore-reader</artifactId>
- <version>1.3.0</version>
+ <version>1.3.1</version>
</dependency>
</dependencies>
<reporting>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 094ebe3a..db054e79 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,7 +82,7 @@
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
Add integration test to allow enhanced testing of custom licenses.
</action>
<action issue="RAT-348" type="add" dev="pottlinger" due-to="Niels
Basjes">
- Update gitignore-reader library to 1.3.0 to get latest changes in
gitignore parsing.
+ Update gitignore-reader library to 1.3.1 to get latest changes in
gitignore parsing.
</action>
<action issue="RAT-349" type="fix" dev="pottlinger" due-to="Niels
Basjes">
Fix NPE by falling back to default stylesheet if none was configured
before.