Skip to content

Commit

Permalink
Bump net.raphimc:ViaProxy from 3.3.5-SNAPSHOT to 3.3.6-SNAPSHOT
Browse files Browse the repository at this point in the history
Bumps net.raphimc:ViaProxy from 3.3.5-SNAPSHOT to 3.3.6-SNAPSHOT.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 5c00a8b commit a71616c
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.5-SNAPSHOT") {
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.3.6-SNAPSHOT") {
transitive = false
})

Expand Down

0 comments on commit a71616c

Please sign in to comment.