Skip to content

Commit

Permalink
Bump net.raphimc:ViaProxy from 3.3.8-SNAPSHOT to 3.4.0-SNAPSHOT (#96)
Browse files Browse the repository at this point in the history
Bumps net.raphimc:ViaProxy from 3.3.8-SNAPSHOT to 3.4.0-SNAPSHOT.

---
updated-dependencies:
- dependency-name: net.raphimc:ViaProxy
  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 Jan 2, 2025
1 parent e173aab commit 881f3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tasks.register("runViaProxy", JavaExec) {
dependsOn tasks.jar

def viaProxyConfiguration = configurations.create("viaProxy")
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.3.8-SNAPSHOT") {
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.4.0-SNAPSHOT") {
transitive = false
})

Expand Down

0 comments on commit 881f3c1

Please sign in to comment.