Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMosigItemis committed Dec 1, 2023
2 parents f4005a3 + 2790a81 commit 3b6210a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ide_setup/eclipse/fluffy-lifecycle-mapping-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<pluginExecutionFilter>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<versionRange>4.7.3.6</versionRange>
<versionRange>4.8.1.0</versionRange>
<goals>
<goal>check</goal>
</goals>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<artifactId>fluffyj.memory</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>

<name>FluffyJ Memory</name>
<description>Adding some fluff to Java's foreign memory abstraction</description>
Expand Down Expand Up @@ -58,7 +58,7 @@
<maven.compiler.release>21</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<build.timestamp.formatted>${maven.build.timestamp}</build.timestamp.formatted>
Expand All @@ -70,20 +70,20 @@
resources directories. -->
<resource.delimiter>${*}</resource.delimiter>
<guava.version>32.1.3-jre</guava.version>
<mockito.version>5.6.0</mockito.version>
<mockito.version>5.7.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<spotbugs.plugin.version>4.7.3.6</spotbugs.plugin.version>
<spotbugs.plugin.version>4.8.1.0</spotbugs.plugin.version>
<spotbugs.version>4.7.3</spotbugs.version>
<junit.version>5.10.0</junit.version>
<junit.version>5.10.1</junit.version>
<jacoco.plugin.version>0.8.11</jacoco.plugin.version>
<git-commit-id-plugin.version>7.0.0</git-commit-id-plugin.version>
<assertj.version>3.24.2</assertj.version>
<logback.version>1.4.11</logback.version>
<equalsverifier.version>3.15.2</equalsverifier.version>
<arch.unit.version>1.1.0</arch.unit.version>
<apache.commons.lang.version>3.13.0</apache.commons.lang.version>
<fluffyj.version>1.13.1</fluffyj.version>
<fluffyj.tests.version>1.7.2</fluffyj.tests.version>
<logback.version>1.4.13</logback.version>
<equalsverifier.version>3.15.4</equalsverifier.version>
<arch.unit.version>1.2.0</arch.unit.version>
<apache.commons.lang.version>3.14.0</apache.commons.lang.version>
<fluffyj.version>1.13.2</fluffyj.version>
<fluffyj.tests.version>1.7.3</fluffyj.tests.version>
<custom.jvm.options>
--enable-native-access=ALL-UNNAMED --enable-preview
</custom.jvm.options>
Expand Down

0 comments on commit 3b6210a

Please sign in to comment.