Skip to content

Commit

Permalink
Updated dependencies and Maven 4 version
Browse files Browse the repository at this point in the history
Change-Id: I394db6eb4ba2985d68ec98905e99411419046def
  • Loading branch information
talios committed Aug 24, 2023
1 parent 2be40e9 commit cff6484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java8_m4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 8
- name: Switch To Maven 4
run: |
echo "distributionUrl=https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-5/binaries/apache-maven-4.0.0-alpha-5-bin.zip" > .mvn/wrapper/maven-wrapper.properties
echo "distributionUrl=https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-7/binaries/apache-maven-4.0.0-alpha-7-bin.zip" > .mvn/wrapper/maven-wrapper.properties
echo "wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar" >> .mvn/wrapper/maven-wrapper.properties
- name: Build with Maven
run: ./mvnw --batch-mode --update-snapshots install -Prun-its
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mavenVersion>3.8.4</mavenVersion>
<groovyVersion>4.0.12</groovyVersion>
<groovyVersion>4.0.14</groovyVersion>
<repaint.release>dev</repaint.release>
</properties>

Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.8.2</version>
<version>3.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cff6484

Please sign in to comment.