Skip to content

Commit 51b20d4

Browse files
committed
Update to Apache Commons Text v1.11.0
1 parent 2b8e783 commit 51b20d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>org.apache.commons</groupId>
238238
<artifactId>commons-text</artifactId>
239-
<version>1.9</version>
239+
<version>1.11.0</version>
240240
</dependency>
241241
</dependencies>
242242

src/main/java/edu/ucsd/msjava/ui/MSGFPlus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323

2424
public class MSGFPlus {
25-
public static final String VERSION = "Release (v2023.01.12)";
26-
public static final String RELEASE_DATE = "12 January 2023";
25+
public static final String VERSION = "Release (v2024.03.26)";
26+
public static final String RELEASE_DATE = "26 March 2024";
2727

2828
public static final String DECOY_DB_EXTENSION = ".revCat.fasta";
2929
public static final String DEFAULT_DECOY_PROTEIN_PREFIX = "XXX";

0 commit comments

Comments
 (0)