mirror of
https://github.com/valitydev/fraudo.git
synced 2024-11-06 01:45:16 +00:00
Update all non-major maven dependencies
This commit is contained in:
parent
d7f01f7ddf
commit
e72711c8f5
10
pom.xml
10
pom.xml
@ -11,7 +11,7 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>fraudo</artifactId>
|
||||
<version>1.0.7</version>
|
||||
<version>1.0.8</version>
|
||||
|
||||
<name>Fraudo</name>
|
||||
<description>Language for describing antifraud patterns</description>
|
||||
@ -32,7 +32,7 @@
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<antlr4.version>4.7.1</antlr4.version>
|
||||
<antlr4.version>4.13.2</antlr4.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -44,13 +44,13 @@
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.4</version>
|
||||
<version>1.18.34</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.7.25</version>
|
||||
<version>1.7.36</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.3.1</version>
|
||||
<version>3.11.1</version>
|
||||
<configuration>
|
||||
<sourceFileIncludes>
|
||||
<sourceFileInclude>**\/\*.java</sourceFileInclude>
|
||||
|
Loading…
Reference in New Issue
Block a user