Skip to content

Commit

Permalink
update pom and Borders Yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicol authored and nicol committed Jan 24, 2025
1 parent 6ae682b commit 03f65dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/org/magic/api/beans/enums/EnumBorders.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public enum EnumBorders implements MTGEnumeration{
@SerializedName(alternate = "borderless", value = "BORDERLESS") BORDERLESS,
@SerializedName(alternate = "gold", value = "GOLD") GOLD,
@SerializedName(alternate = "silver", value = "SILVER") SILVER,
@SerializedName(alternate = "yellow", value = "YELLOW") YELLOW,
@SerializedName(alternate = "white", value = "WHITE") WHITE;

public static EnumBorders parseByLabel(String s)
Expand Down

0 comments on commit 03f65dc

Please sign in to comment.