Skip to content

Commit

Permalink
build(deps): version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbrunner committed Feb 12, 2024
1 parent 37c4ef5 commit 5488951
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.basepom</groupId>
<artifactId>basepom-oss</artifactId>
<version>57</version>
<version>59</version>
</parent>
<groupId>net.e175.klaus</groupId>
<artifactId>solarpositioning</artifactId>
Expand Down Expand Up @@ -104,13 +104,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.1</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5488951

Please sign in to comment.