Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
📎 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi committed Feb 27, 2023
1 parent 3e8804f commit 8b96bf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'net.kyori.blossom' version '1.3.1'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'com.github.johnrengelman.shadow' version '8.0.0'
}

group 'com.danifoldi'
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies {
exclude module: 'annotation'
exclude module: 'guava'
}
compileOnly 'dev.simplix:protocolize-api:2.2.2'
compileOnly 'dev.simplix:protocolize-api:2.2.5'

compileOnly 'net.luckperms:api:5.4'
compileOnly 'com.github.LeonMangler:PremiumVanishAPI:2.7.11-2'
Expand All @@ -39,10 +39,10 @@ dependencies {
exclude module: 'snakeyaml'
}

compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly 'org.jetbrains:annotations:24.0.0'
implementation 'javax.inject:javax.inject:1'
implementation 'com.google.dagger:dagger:2.44'
annotationProcessor 'com.google.dagger:dagger-compiler:2.44'
implementation 'com.google.dagger:dagger:2.45'
annotationProcessor 'com.google.dagger:dagger-compiler:2.45'
}

processResources {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 8b96bf3

Please sign in to comment.