Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/maven-surefire-plugin-ver…
Browse files Browse the repository at this point in the history
…sion-3.4.0
  • Loading branch information
chrjohn authored Aug 21, 2024
2 parents 0aab626 + 941d50a commit 5875ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# under the License.
#
# NOTE: maven version should also be changed in pom.xml
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<mainClass/>
<maven.version>3.9.8</maven.version> <!-- please also change version in .mvn/wrapper/maven-wrapper.properties -->
<maven.version>3.9.9</maven.version> <!-- please also change version in .mvn/wrapper/maven-wrapper.properties -->
<maven-libs-version>${maven.version}</maven-libs-version>
<maven-plugin-api-version>${maven.version}</maven-plugin-api-version>
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
Expand Down

0 comments on commit 5875ab7

Please sign in to comment.