Skip to content

Commit

Permalink
docs: update version in Maven snippets in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbodden committed Jun 14, 2024
1 parent acd3c59 commit 48d35ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ repositories {

For Maven, things normally just work, when you run `./mvnw spring-boot:run`. Some users have experienced this not being
the case, in which I recommend to explicitly declaring the `maven-compiler-plugin` in the case below it is paired with
an app created with [`start.spring.io`](https://start.spring.io/) with Spring Boot `v3.0.4` (all other versions can be
an app created with [`start.spring.io`](https://start.spring.io/) with Spring Boot `v3.3.0` (all other versions can be
inherited from the parent poms):

```xml
Expand All @@ -447,7 +447,7 @@ inherited from the parent poms):
<path>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>3.2.3</version>
<version>3.3.0</version>
</path>
<path>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit 48d35ce

Please sign in to comment.