Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump mockito.version from 4.6.1 to 4.7.0 #450

Merged
merged 2 commits into from
Aug 16, 2022
Merged
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
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<!-- version 0.6.7 is newer, however the ExampleServer doesn't seem to run with that -->
<!-- version 0.6.8 is being released, however the milo-examples artifact is not available yet -->
<milo.version>0.6.6</milo.version>
<mockito.version>4.6.1</mockito.version>
<mockito.version>4.7.0</mockito.version>
<netty.version>4.1.79.Final</netty.version>
<owasp-dependency-check.version>7.1.1</owasp-dependency-check.version>
<pcap4j.version>1.8.2</pcap4j.version>
Expand Down Expand Up @@ -894,6 +894,10 @@
-->
<exclude>org.apache.calcite.avatica:avatica-core</exclude>
<exclude>javax.ws.rs:javax.ws.rs-api</exclude>
<!--
With 4.7.0 this gets falsely detected as junit 4.7.0 which the produces a unrelated CVE-2020-15250
-->
<exclude>org.mockito:mockito-junit-jupiter</exclude>
</excludes>
</configuration>
</plugin>
Expand Down Expand Up @@ -1099,7 +1103,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.7</version>
<version>5.1.8</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -1201,7 +1205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.2</version>
<configuration>
<finalName>apache-plc4x-${project.version}</finalName>
</configuration>
Expand Down