Skip to content

Commit f77bc3b

Browse files
chore(deps): update all non-major dependencies
1 parent 22c8521 commit f77bc3b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/gradle.yml

+1-1
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.40
7979
if: always()
8080
with:
8181
files: "**/build/test-results/**/*.xml"

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
plugins {
88
id 'com.github.johnrengelman.shadow' version '7.1.2'
99
id 'kr.entree.spigradle' version '2.4.3'
10-
id 'io.freefair.lombok' version '6.6.1'
10+
id 'io.freefair.lombok' version '6.6.3'
1111
id 'java'
1212
id 'jacoco'
1313
id 'idea'
@@ -77,10 +77,10 @@ dependencies {
7777
implementation vaultAll()
7878

7979
// Test dependencies
80-
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
80+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
8181
testImplementation 'org.mockito:mockito-core:4.11.0'
82-
testImplementation 'com.github.seeseemelk:MockBukkit-v1.19:2.144.3'
83-
testImplementation 'org.assertj:assertj-core:3.24.1'
82+
testImplementation 'com.github.seeseemelk:MockBukkit-v1.19:2.147.2'
83+
testImplementation 'org.assertj:assertj-core:3.25.2'
8484
}
8585

8686
shadowJar {

gradle/jacoco.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jacoco { toolVersion = "0.8.7" }
1+
jacoco { toolVersion = "0.8.11" }
22

33
jacocoTestReport {
44
reports {
+1-1
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.6.3-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)