Skip to content

Commit

Permalink
chore(deps): bump com.viaversion:viaversion-api from 5.1.1 to 5.2.0 (#…
Browse files Browse the repository at this point in the history
…168)

Bumps com.viaversion:viaversion-api from 5.1.1 to 5.2.0.

---
updated-dependencies:
- dependency-name: com.viaversion:viaversion-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 032c427 commit 32f1ae0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion implementation_1_19_4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

implementation(project(":api"))
implementation("de.oliver:FancyLib:33")
compileOnly("com.viaversion:viaversion-api:5.1.1")
compileOnly("com.viaversion:viaversion-api:5.2.0")
}


Expand Down
2 changes: 1 addition & 1 deletion implementation_1_20_1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

implementation(project(":api"))
implementation("de.oliver:FancyLib:33")
compileOnly("com.viaversion:viaversion-api:5.1.1")
compileOnly("com.viaversion:viaversion-api:5.2.0")
}


Expand Down
2 changes: 1 addition & 1 deletion implementation_1_20_2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

implementation(project(":api"))
implementation("de.oliver:FancyLib:33")
compileOnly("com.viaversion:viaversion-api:5.1.1")
compileOnly("com.viaversion:viaversion-api:5.2.0")
}


Expand Down
2 changes: 1 addition & 1 deletion implementation_1_20_4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

implementation(project(":api"))
implementation("de.oliver:FancyLib:33")
compileOnly("com.viaversion:viaversion-api:5.1.1")
compileOnly("com.viaversion:viaversion-api:5.2.0")
}


Expand Down

0 comments on commit 32f1ae0

Please sign in to comment.