Skip to content

Commit

Permalink
Update all non-major maven dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 1be8cd7 commit 3bd2db0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>fraudo</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>

<name>Fraudo</name>
<description>Language for describing antifraud patterns</description>
Expand All @@ -32,7 +32,7 @@
</scm>

<properties>
<antlr4.version>4.7.1</antlr4.version>
<antlr4.version>4.13.2</antlr4.version>
</properties>

<dependencies>
Expand All @@ -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>

Expand Down Expand Up @@ -101,7 +101,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.10.1</version>
<configuration>
<sourceFileIncludes>
<sourceFileInclude>**\/\*.java</sourceFileInclude>
Expand Down

0 comments on commit 3bd2db0

Please sign in to comment.