Skip to content

Commit

Permalink
Release 3.0.7: Update to latest Spring Boot (3.3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkeen committed Sep 7, 2024
1 parent d710316 commit a765327
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.5</version>
<version>3.3.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>org.keen</groupId>
<artifactId>solar</artifactId>
<version>3.0.6</version>
<version>3.0.7</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 a765327

Please sign in to comment.