Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: net.raphimc:ViaProxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent f311d81 commit bc68201
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.7-SNAPSHOT") {
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.3.8-SNAPSHOT") {
transitive = false
})

Expand Down

0 comments on commit bc68201

Please sign in to comment.