Skip to content

Commit f72217d

Browse files
chore(deps): update all non-major dependencies
1 parent 2294746 commit f72217d

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
file: "**/build/reports/jacoco/**/*.xml"
7676

7777
- name: Publish Unit Test Results
78-
uses: EnricoMi/publish-unit-test-result-action@v1.24
78+
uses: EnricoMi/publish-unit-test-result-action@v1.39
7979
if: always()
8080
with:
8181
files: "**/build/test-results/**/*.xml"

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ buildscript {
55
}
66

77
plugins {
8-
id 'com.github.johnrengelman.shadow' version '7.1.0'
9-
id 'kr.entree.spigradle' version '2.2.4'
10-
id 'io.freefair.lombok' version '6.3.0'
8+
id 'com.github.johnrengelman.shadow' version '7.1.2'
9+
id 'kr.entree.spigradle' version '2.4.2'
10+
id 'io.freefair.lombok' version '6.5.0.3'
1111
id 'java'
1212
id 'jacoco'
1313
id 'idea'
@@ -73,10 +73,10 @@ dependencies {
7373
implementation "com.github.MilkBowl:VaultAPI:1.7.1"
7474

7575
// Test dependencies
76-
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
77-
testImplementation 'org.mockito:mockito-core:4.0.0'
78-
testImplementation 'com.github.seeseemelk:MockBukkit-v1.17:1.7.0'
79-
testImplementation 'org.assertj:assertj-core:3.21.0'
76+
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
77+
testImplementation 'org.mockito:mockito-core:4.6.1'
78+
testImplementation 'com.github.seeseemelk:MockBukkit-v1.17:1.13.0'
79+
testImplementation 'org.assertj:assertj-core:3.23.1'
8080
}
8181

8282
shadowJar {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)