Skip to content

Commit 9cfeeec

Browse files
author
Asad Rahman
committed
Revert SMSD to 5.7.1, bump RDT to 3.4.1
SMSD 5.8.x requires Java 21+ (class version 65.0) which breaks CI on Java 11. Reverting to 5.7.1 for Java 11 compatibility.
1 parent c07419a commit 9cfeeec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.bioinceptionlabs</groupId>
55
<artifactId>rdt</artifactId>
66
<description>Reaction Decoder Tool</description>
7-
<version>3.4.0</version>
7+
<version>3.4.1</version>
88
<packaging>jar</packaging>
99
<properties>
1010
<jdk.version>11</jdk.version>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>com.bioinceptionlabs</groupId>
115115
<artifactId>smsd</artifactId>
116-
<version>5.8.1</version>
116+
<version>5.7.1</version>
117117
</dependency>
118118

119119
<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->

0 commit comments

Comments
 (0)