Skip to content

Commit

Permalink
update drools version and a few dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aasaru committed Oct 14, 2023
1 parent 687b6f2 commit cb553ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<java.module.name>io.github.aasaru.drools-training</java.module.name>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<drools.version>7.74.0.Final</drools.version>
<drools.version>7.74.1.Final</drools.version>
</properties>

<repositories>
Expand Down Expand Up @@ -102,31 +102,31 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>2.0.5</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.7.25</version>
<version>2.0.5</version>
</dependency>

<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
<version>2.4.5.Final</version>
<version>2.4.15.Final</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.3.1</version>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.3.1</version>
<version>5.9.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit cb553ac

Please sign in to comment.