Skip to content

Commit

Permalink
Merge pull request mwiede#375 from norrisjeremy/20230808
Browse files Browse the repository at this point in the history
0.2.12 changes
  • Loading branch information
mwiede committed Aug 9, 2023
2 parents 9013cb8 + 478adac commit d4c6869
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<skipITs>true</skipITs>
<junixsocket.version>2.6.2</junixsocket.version>
<junixsocket.version>2.7.0</junixsocket.version>
<jna.version>5.13.0</jna.version>
<log4j.version>2.20.0</log4j.version>
<errorprone.version>2.21.1</errorprone.version>
Expand All @@ -96,6 +96,13 @@
<version>${junixsocket.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.kohlschutter</groupId>
<artifactId>compiler-annotations</artifactId>
<version>1.5.6</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-jpms</artifactId>
Expand Down Expand Up @@ -537,6 +544,10 @@
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.7.9</version>
<configuration>
<includeProvidedScope>false</includeProvidedScope>
<includeSystemScope>false</includeSystemScope>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit d4c6869

Please sign in to comment.