Skip to content

Commit

Permalink
Merge pull request #223 from ApocalypsjeNL/3.0
Browse files Browse the repository at this point in the history
Upgrade Jose4j version because of CVE-2023-51775
  • Loading branch information
SupremeMortal authored Aug 13, 2024
2 parents 71c73b9 + 791c862 commit 69480f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* text=auto

*.sh text eol=lf
gradlew text eol=lf
*.bat text eol=crlf

*.jar binary
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fastutil-object-int-maps = { group = "org.cloudburstmc.fastutil.maps", name = "o
netty-buffer = { group = "io.netty", name = "netty-buffer", version.ref = "netty" }
netty-transport-raknet = { group = "org.cloudburstmc.netty", name = "netty-transport-raknet", version = "1.0.0.CR3-SNAPSHOT" }

jose4j = { group = "org.bitbucket.b_c", name = "jose4j", version = "0.9.3" }
jose4j = { group = "org.bitbucket.b_c", name = "jose4j", version = "0.9.6" }
natives = { group = "com.nukkitx", name = "natives", version = "1.0.3" }
math = { group = "org.cloudburstmc.math", name = "immutable", version = "2.0-SNAPSHOT" }
nbt = { group = "org.cloudburstmc", name = "nbt", version = "3.0.3.Final" }
Expand Down
6 changes: 0 additions & 6 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,6 @@ set -- \
org.gradle.wrapper.GradleWrapperMain \
"$@"

# Stop when "xargs" is not available.
if ! command -v xargs >/dev/null 2>&1
then
die "xargs is not available"
fi

# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
Expand Down

0 comments on commit 69480f3

Please sign in to comment.