Skip to content

Commit

Permalink
update lombok (spring boot dep) for java 18
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Apr 29, 2022
1 parent 6b35936 commit 85d2c42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![java-version](https://img.shields.io/badge/Java-18-brightgreen?style=flat-square)
![spring-boot-version](https://img.shields.io/badge/SpringBoot-2.6.6-brightgreen?style=flat-square)
![spring-boot-version](https://img.shields.io/badge/SpringBoot-2.6.7-brightgreen?style=flat-square)

<img src="https://user-images.githubusercontent.com/11336712/85948992-b1d6de00-b95c-11ea-8edc-4d5e7dfc8210.png" width="100%"/>

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![java-version](https://img.shields.io/badge/Java-18-brightgreen?style=flat-square)
![spring-boot-version](https://img.shields.io/badge/SpringBoot-2.6.6-brightgreen?style=flat-square)
![spring-boot-version](https://img.shields.io/badge/SpringBoot-2.6.7-brightgreen?style=flat-square)

### Инструкция для начинающих
Если вы начинающий разработчик воспользуйтесь этой [инструкцией](https://github.com/spacious-team/investbook/files/5398264/github.docx).
Expand Down
2 changes: 1 addition & 1 deletion docs/install-on-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
| c 2020.11 | java 15 и выше |
| с 2021.5 | java 16 и выше |
| с 2021.9 | java 17 и выше |
| с 2020.6 | java 18 и выше |
| с 2020.7 | java 18 и выше |

#### Установка расширений

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.6</version>
<version>2.6.7</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>ru.investbook</groupId>
Expand Down

0 comments on commit 85d2c42

Please sign in to comment.