Skip to content

Commit 6a873d9

Browse files
authored
Merge pull request #242 from jon-signal/jdk_base64
Replace `Base64.java` with the JDK-provided `Base64` decoder
2 parents 33c6d30 + 5b28fb7 commit 6a873d9

File tree

3 files changed

+5
-520
lines changed

3 files changed

+5
-520
lines changed

api/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44

55
<groupId>com.messagebird</groupId>
66
<artifactId>messagebird-api</artifactId>
7-
<version>6.1.0</version> <!--
8-
are you going to bump a major number?
9-
then you are pleased to replace com.messagebird.Base64 with some library, for example net.iharder.base64
10-
-->
7+
<version>6.1.0</version>
118
<packaging>jar</packaging>
129

1310
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)