Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ASSERT-KTH/flacoco
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc117ea5d03cc0cf2cddd6064cdfac121f025117
Choose a base ref
..
head repository: ASSERT-KTH/flacoco
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 44e1f85bb33bf7a14bc0f9e948a114818ba94e35
Choose a head ref
Showing with 6 additions and 6 deletions.
  1. +2 −2 .github/workflows/tests.yml
  2. +4 −4 pom.xml
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
if: ${{ matrix.compiler-version <= matrix.java-version && (matrix.java-version < 14 || matrix.compiler-version >= 7) && (matrix.java-version < 11 || matrix.compiler-version >= 6) }}

- name: Setup JDK${{ matrix.java-version }}
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
if: ${{ matrix.compiler-version <= matrix.java-version && (matrix.java-version < 14 || matrix.compiler-version >= 7) && (matrix.java-version < 11 || matrix.compiler-version >= 6) }}
with:
java-version: ${{ matrix.java-version }}
@@ -42,5 +42,5 @@ jobs:
SRC_VERSION: ${{ matrix.compiler-version }}

- name: Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.2
if: ${{ matrix.compiler-version == 8 && matrix.java-version == 8 && matrix.os == 'ubuntu-latest' }}
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -94,13 +94,13 @@
<dependency>
<groupId>eu.stamp-project</groupId>
<artifactId>test-runner</artifactId>
<version>4.14</version>
<version>4.15</version>
</dependency>

<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>11.1.0</version>
<version>11.2.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
@@ -112,13 +112,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
</dependency>

<dependency>