Skip to content

Commit

Permalink
2.10.02u
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Krymlov committed Aug 12, 2022
1 parent 84eefd0 commit 77e3d33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

<groupId>swisseph</groupId>
<artifactId>swe-jyotisa</artifactId>
<version>2.10.02i</version>
<version>2.10.02u</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<junit-jupiter.version>5.9.0</junit-jupiter.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>swisseph</groupId>
<artifactId>swe</artifactId>
<version>2.10.02i</version>
<version>2.10.02u</version>
</dependency>

<dependency>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.8.2</version>
<version>1.9.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 77e3d33

Please sign in to comment.