Skip to content

Commit bc68201

Browse files
Bump net.raphimc:ViaProxy from 3.3.7-SNAPSHOT to 3.3.8-SNAPSHOT (#93)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f311d81 commit bc68201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ tasks.register("runViaProxy", JavaExec) {
104104
dependsOn tasks.jar
105105

106106
def viaProxyConfiguration = configurations.create("viaProxy")
107-
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.3.7-SNAPSHOT") {
107+
viaProxyConfiguration.dependencies.add(dependencies.create("net.raphimc:ViaProxy:3.3.8-SNAPSHOT") {
108108
transitive = false
109109
})
110110

0 commit comments

Comments
 (0)