Skip to content

Commit

Permalink
update for latest GHS
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkars committed Mar 29, 2024
1 parent 5ee54e5 commit c45f9e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<revision>0.94.2</revision>
<revision>0.95.0</revision>
</properties>

<parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public enum ElementState {
@SerializedName("consumed")
CONSUMED,

@SerializedName("partlyConsumed")
PARTLY_CONSUMED,

@SerializedName("always")
ALWAYS
}

0 comments on commit c45f9e5

Please sign in to comment.