We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a233a47 commit 12065a6Copy full SHA for 12065a6
pom.xml
@@ -9,11 +9,11 @@
9
10
<groupId>swisseph</groupId>
11
<artifactId>swe</artifactId>
12
- <version>2.10.02i</version>
+ <version>2.10.02u</version>
13
14
<properties>
15
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
- <junit-jupiter.version>5.8.2</junit-jupiter.version>
+ <junit-jupiter.version>5.9.0</junit-jupiter.version>
17
18
<maven.compiler.source>1.8</maven.compiler.source>
19
<maven.compiler.target>1.8</maven.compiler.target>
@@ -36,7 +36,7 @@
36
<dependency>
37
<groupId>org.junit.platform</groupId>
38
<artifactId>junit-platform-launcher</artifactId>
39
- <version>1.8.2</version>
+ <version>1.9.0</version>
40
<scope>test</scope>
41
</dependency>
42
0 commit comments