Skip to content

Commit

Permalink
build: version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbrunner committed Nov 8, 2024
1 parent 17fed45 commit 10e4603
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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.basepom</groupId>
<artifactId>basepom-oss</artifactId>
<version>60</version>
<version>61</version>
</parent>
<groupId>net.e175.klaus</groupId>
<artifactId>solarpositioning</artifactId>
Expand Down Expand Up @@ -57,7 +57,7 @@
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.24</version>
<version>2.25</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -100,7 +100,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.8.2</version>
<version>2.9.0</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -117,7 +117,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 10e4603

Please sign in to comment.