Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent ce3fc0f commit 0d1f47f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: ./gradlew shadowJar --stacktrace

- name: Upload NDailyRewards
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: NDailyRewards
path: "build/libs/NDailyRewards-*.jar"
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'io.papermc.paperweight.userdev' version '1.7.3'
id 'io.papermc.paperweight.userdev' version '1.7.7'
}

group = project.group
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ description="Reward players for playing on your server"

# Dependencies
paper_api=1.19.4-R0.1-SNAPSHOT
hikari_cp=6.0.0
mariadb=3.4.1
hikari_cp=6.2.1
mariadb=3.5.1
placeholder_api=2.11.6
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 0d1f47f

Please sign in to comment.