Skip to content

Commit

Permalink
Update dependency net.hycrafthd:simple_minecraft_authenticator to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 9336cb5 commit 32a12f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {

modImplementation "info.u-team:u_team_core-common-1.21.1:5.6.2.354"

implementation ("net.hycrafthd:simple_minecraft_authenticator:2.2.2") {
implementation ("net.hycrafthd:simple_minecraft_authenticator:2.2.3") {
exclude group: "com.google.code.gson", module: "gson"
}
}
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencies {

modRuntimeOnly "com.terraformersmc:modmenu:${config.modmenu.fabric.version}"

shade ("net.hycrafthd:simple_minecraft_authenticator:2.2.2") {
shade ("net.hycrafthd:simple_minecraft_authenticator:2.2.3") {
exclude group: "com.google.code.gson", module: "gson"
}
}
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {

implementation "info.u-team:u_team_core-forge-1.21.1:5.6.2.354"

shade ("net.hycrafthd:simple_minecraft_authenticator:2.2.2") {
shade ("net.hycrafthd:simple_minecraft_authenticator:2.2.3") {
exclude group: "com.google.code.gson", module: "gson"
}
}
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {

implementation "info.u-team:u_team_core-neoforge-1.21.1:5.6.2.354"

shade ("net.hycrafthd:simple_minecraft_authenticator:2.2.2") {
shade ("net.hycrafthd:simple_minecraft_authenticator:2.2.3") {
exclude group: "com.google.code.gson", module: "gson"
}
}
Expand Down

0 comments on commit 32a12f7

Please sign in to comment.