Skip to content

Commit

Permalink
Release 3.0.6: Update to latest Spring Boot (3.2.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkeen committed May 8, 2024
1 parent dd7ffbf commit d710316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>org.keen</groupId>
<artifactId>solar</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>

<name>solar</name>
<description>Retrieves solar data from a Fronius inverter and persists it to a data store.</description>
Expand Down

0 comments on commit d710316

Please sign in to comment.