We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01c722 commit 950e268Copy full SHA for 950e268
.github/workflows/maven.yml
@@ -56,6 +56,12 @@ jobs:
56
java-version: '22'
57
distribution: 'temurin'
58
cache: maven
59
+ - name: Cache Maven packages
60
+ uses: actions/cache@v4
61
+ with:
62
+ path: ~/.m2
63
+ key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
64
+ restore-keys: ${{ runner.os }}-m2
65
- name: Build plugins with Tycho
66
run: ./mvnw -B -f plugins/eclipse install
67
neoemf-core/pom.xml
@@ -126,7 +126,7 @@
126
<dependency>
127
<groupId>org.mockito</groupId>
128
<artifactId>mockito-core</artifactId>
129
- <version>3.6.0</version>
+ <version>5.13.0</version>
130
</dependency>
131
132
0 commit comments