Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Mar 27, 2024
1 parent 752d223 commit aebe760
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/maven-v1-pulls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B verify --file pom.xml
run: |
mvn -version
java -version
mvn -e -B verify --file pom.xml
2 changes: 1 addition & 1 deletion modules/swagger-compat-spec-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.7</version>
<version>${testng-version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,10 @@
</repositories>
<properties>
<!--<maven.compiler.release>8</maven.compiler.release>-->
<commons-io-version>2.15.0</commons-io-version>
<commons-io-version>2.15.1</commons-io-version>
<snakeyaml-version>2.2</snakeyaml-version>
<slf4j-version>2.0.9</slf4j-version>
<swagger-core-version>1.6.12</swagger-core-version>
<swagger-core-version>1.6.14</swagger-core-version>
<junit-version>4.13.2</junit-version>
<testng-version>6.9.6</testng-version>
<jmockit-version>1.19</jmockit-version>
Expand Down

0 comments on commit aebe760

Please sign in to comment.