Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jdk:
- openjdk17
install:
- mvn install -Dmaven.javadoc.skip=true -DskipTests
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.jeasy</groupId>
<artifactId>easy-random</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>5.1</version>

<name>Easy Random</name>
<description>Easy Random is a library to generate random Java objects</description>
Expand All @@ -22,14 +22,14 @@

<!-- production dependencies -->
<objenesis.version>3.3</objenesis.version>
<datafaker.version>2.0.1</datafaker.version>
<classgraph.version>4.8.160</classgraph.version>
<slf4j.version>2.0.7</slf4j.version>
<datafaker.version>2.0.2</datafaker.version>
<classgraph.version>4.8.165</classgraph.version>
<slf4j.version>1.7.36</slf4j.version>

<!-- test dependencies -->
<junit.version>5.9.3</junit.version>
<junit.version>5.10.1</junit.version>
<assertj.version>3.24.2</assertj.version>
<mockito.version>5.4.0</mockito.version>
<mockito.version>5.7.0</mockito.version>

<!-- plugins dependencies -->
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
Expand Down Expand Up @@ -147,7 +147,7 @@
<showWarnings>true</showWarnings>
<compilerArgs>
<arg>-verbose</arg>
<arg>-Xlint:unchecked</arg>
<arg>-Xlint:all</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down Expand Up @@ -196,4 +196,4 @@
</plugins>
</build>

</project>
</project>