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 0d25c427 RAT-348: Update gitignore reader
new 762978cb Merge pull request #193 from
nielsbasjes/RAT-348-UpdateGitignore
0d25c427 is described below
commit 0d25c427845b86fa9707d00efe810b36eeae6bff
Author: Niels Basjes <[email protected]>
AuthorDate: Fri Jan 12 17:55:59 2024 +0100
RAT-348: Update gitignore reader
---
apache-rat-plugin/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 5ee110d9..c2c62916 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -305,7 +305,7 @@
<dependency>
<groupId>nl.basjes.gitignore</groupId>
<artifactId>gitignore-reader</artifactId>
- <version>1.2.1</version>
+ <version>1.3.0</version>
</dependency>
</dependencies>
<reporting>