Skip to content

Commit

Permalink
build(deps): Bump acf-paper from 0.5.0-SNAPSHOT to 0.5.1-SNAPSHOT
Browse files Browse the repository at this point in the history
Bumps acf-paper from 0.5.0-SNAPSHOT to 0.5.1-SNAPSHOT.

---
updated-dependencies:
- dependency-name: co.aikar:acf-paper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2021
1 parent 9faeb0c commit 9dbc431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id 'io.freefair.lombok' version '5.3.3.3'
id 'io.ebean' version '12.11.2'
id 'kr.entree.spigradle' version '2.3.2'
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}

apply from: "$rootDir/gradle/jacoco.gradle"
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {

implementation 'net.silthus:ebean-wrapper:2.9.1'
implementation 'net.silthus.configlib:configlib-bukkit:2.6.0'
implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT'
implementation 'co.aikar:acf-paper:0.5.1-SNAPSHOT'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.0'

implementation 'net.kyori:adventure-api:4.9.3'
Expand All @@ -78,7 +78,7 @@ dependencies {
testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.200'
testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.3'
testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.25'
testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.27'
testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.36.0.2'
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.19'

Expand Down

0 comments on commit 9dbc431

Please sign in to comment.