Compare commits

...

4 Commits

Author SHA1 Message Date
RK_01 8fc2b95736
Merge pull request #34 from ViaVersion/dependabot/gradle/net.raphimc-ViaBedrock-0.0.7-SNAPSHOT
Bump net.raphimc:ViaBedrock from 0.0.6-SNAPSHOT to 0.0.7-SNAPSHOT
2024-05-02 17:09:07 +02:00
RK_01 3fa9af0b04
Merge pull request #33 from ViaVersion/dependabot/gradle/com.google.guava-guava-33.2.0-jre
Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre
2024-05-02 17:09:00 +02:00
dependabot[bot] 053a50c120
Bump net.raphimc:ViaBedrock from 0.0.6-SNAPSHOT to 0.0.7-SNAPSHOT
Bumps net.raphimc:ViaBedrock from 0.0.6-SNAPSHOT to 0.0.7-SNAPSHOT.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 15:08:42 +00:00
dependabot[bot] bea9562ec9
Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-jre to 33.2.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 15:08:35 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@ dependencies {
compileOnly "com.viaversion:viarewind-common:3.1.0"
compileOnly "net.raphimc:ViaLegacy:2.2.22"
compileOnly "net.raphimc:ViaAprilFools:2.0.11"
compileOnly "net.raphimc:ViaBedrock:0.0.6-SNAPSHOT"
compileOnly "net.raphimc:ViaBedrock:0.0.7-SNAPSHOT"
compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR3-SNAPSHOT"
api "com.google.guava:guava:33.1.0-jre"
api "com.google.guava:guava:33.2.0-jre"
api "org.slf4j:slf4j-api:2.0.13"
api "org.yaml:snakeyaml:2.2"
}