Skip to content

Commit 8febee8

Browse files
committed
Release v6.0.0-alpha2
(matches biojava versions)
1 parent 06d853c commit 8febee8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.biojava</groupId>
55
<artifactId>biojava-http</artifactId>
6-
<version>6.0.0-SNAPSHOT</version>
6+
<version>6.0.0-alpha2</version>
77
<name>BioJava HTTP</name>
88
<description>HTML/JS based interfaces for BioJava</description>
99

@@ -15,7 +15,7 @@
1515
<timestamp>${maven.build.timestamp}</timestamp>
1616
<slf4j.version>1.7.19</slf4j.version>
1717
<log4j.version>2.13.3</log4j.version>
18-
<biojava.version>6.0.0-alpha1</biojava.version>
18+
<biojava.version>6.0.0-alpha2</biojava.version>
1919
</properties>
2020

2121
<repositories>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.sparkjava</groupId>
4848
<artifactId>spark-core</artifactId>
49-
<version>2.7.2</version>
49+
<version>2.9.3</version>
5050
</dependency>
5151

5252
<dependency>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>junit</groupId>
6464
<artifactId>junit</artifactId>
65-
<version>4.13.1</version>
65+
<version>4.13.2</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<!-- SLF4J API, for compiling -->
@@ -98,13 +98,13 @@
9898
<dependency>
9999
<groupId>com.sparkjava</groupId>
100100
<artifactId>spark-template-handlebars</artifactId>
101-
<version>2.3</version>
101+
<version>2.7.1</version>
102102
</dependency>
103103

104104
<dependency>
105105
<groupId>com.google.code.gson</groupId>
106106
<artifactId>gson</artifactId>
107-
<version>2.7</version>
107+
<version>2.8.6</version>
108108
</dependency>
109109
</dependencies>
110110

0 commit comments

Comments
 (0)