Skip to content

Commit

Permalink
Release 3.0.4: Update to latest Spring Boot (3.2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkeen committed Mar 16, 2024
1 parent 84e4dae commit 94466f3
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.2</version>
<version>3.2.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>org.keen</groupId>
<artifactId>solar</artifactId>
<version>3.0.3</version>
<version>3.0.4</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 94466f3

Please sign in to comment.