mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
templates versions updated
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<spring.version>6.0.13</spring.version>
|
||||
<opencsv.version>5.8</opencsv.version>
|
||||
<junit.version>5.10.0</junit.version>
|
||||
<mockito.version>5.4.0</mockito.version>
|
||||
<assertj.version>3.24.2</assertj.version>
|
||||
<lombok.version>1.18.30</lombok.version>
|
||||
<checkstyle-plugin.version>3.2.2</checkstyle-plugin.version>
|
||||
<checkstyle.version>10.11.0</checkstyle.version>
|
||||
<spring.version>6.1.6</spring.version>
|
||||
<opencsv.version>5.9</opencsv.version>
|
||||
<junit.version>5.10.2</junit.version>
|
||||
<mockito.version>5.10.0</mockito.version>
|
||||
<assertj.version>3.25.2</assertj.version>
|
||||
<lombok.version>1.18.32</lombok.version>
|
||||
<checkstyle-plugin.version>3.3.1</checkstyle-plugin.version>
|
||||
<checkstyle.version>10.15.0</checkstyle.version>
|
||||
<checkstyle.config.url>
|
||||
https://raw.githubusercontent.com/OtusTeam/Spring/master/checkstyle.xml
|
||||
</checkstyle.config.url>
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<spring.version>6.1.4</spring.version>
|
||||
<opencsv.version>5.8</opencsv.version>
|
||||
<spring.version>6.1.6</spring.version>
|
||||
<opencsv.version>5.9</opencsv.version>
|
||||
<junit.version>5.10.2</junit.version>
|
||||
<mockito.version>5.4.0</mockito.version>
|
||||
<assertj.version>3.24.2</assertj.version>
|
||||
<lombok.version>1.18.30</lombok.version>
|
||||
<checkstyle-plugin.version>3.2.2</checkstyle-plugin.version>
|
||||
<checkstyle.version>10.11.0</checkstyle.version>
|
||||
<mockito.version>5.10.0</mockito.version>
|
||||
<assertj.version>3.25.2</assertj.version>
|
||||
<lombok.version>1.18.32</lombok.version>
|
||||
<checkstyle-plugin.version>3.3.1</checkstyle-plugin.version>
|
||||
<checkstyle.version>10.15.0</checkstyle.version>
|
||||
<checkstyle.config.url>
|
||||
https://raw.githubusercontent.com/OtusTeam/Spring/master/checkstyle.xml
|
||||
</checkstyle.config.url>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.2.2</version>
|
||||
<version>3.2.4</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<opencsv.version>5.8</opencsv.version>
|
||||
<lombok.version>1.18.30</lombok.version>
|
||||
<checkstyle-plugin.version>3.2.2</checkstyle-plugin.version>
|
||||
<checkstyle.version>10.11.0</checkstyle.version>
|
||||
<opencsv.version>5.9</opencsv.version>
|
||||
<lombok.version>1.18.32</lombok.version>
|
||||
<checkstyle-plugin.version>3.3.1</checkstyle-plugin.version>
|
||||
<checkstyle.version>10.15.0</checkstyle.version>
|
||||
<checkstyle.config.url>
|
||||
https://raw.githubusercontent.com/OtusTeam/Spring/master/checkstyle.xml
|
||||
</checkstyle.config.url>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.1.5</version>
|
||||
<version>3.2.4</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@@ -18,11 +18,9 @@
|
||||
<java.version>17</java.version>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<h2.version>2.2.220</h2.version>
|
||||
<spring.shell.version>3.1.3</spring.shell.version>
|
||||
<snakeyaml.version>2.0</snakeyaml.version>
|
||||
<checkstyle-plugin.version>3.2.2</checkstyle-plugin.version>
|
||||
<checkstyle.version>10.11.0</checkstyle.version>
|
||||
<spring.shell.version>3.2.4</spring.shell.version>
|
||||
<checkstyle-plugin.version>3.3.1</checkstyle-plugin.version>
|
||||
<checkstyle.version>10.15.0</checkstyle.version>
|
||||
<checkstyle.config.url>
|
||||
https://raw.githubusercontent.com/OtusTeam/Spring/master/checkstyle.xml
|
||||
</checkstyle.config.url>
|
||||
@@ -44,7 +42,6 @@
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<scope>runtime</scope>
|
||||
<version>${h2.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -53,12 +50,6 @@
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>${snakeyaml.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
|
||||
@@ -18,11 +18,9 @@
|
||||
<java.version>17</java.version>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<h2.version>2.2.220</h2.version>
|
||||
<spring.shell.version>3.1.3</spring.shell.version>
|
||||
<snakeyaml.version>2.0</snakeyaml.version>
|
||||
<checkstyle-plugin.version>3.2.2</checkstyle-plugin.version>
|
||||
<checkstyle.version>10.11.0</checkstyle.version>
|
||||
<spring.shell.version>3.2.4</spring.shell.version>
|
||||
<checkstyle-plugin.version>3.3.1</checkstyle-plugin.version>
|
||||
<checkstyle.version>10.15.0</checkstyle.version>
|
||||
<checkstyle.config.url>
|
||||
https://raw.githubusercontent.com/OtusTeam/Spring/master/checkstyle.xml
|
||||
</checkstyle.config.url>
|
||||
@@ -44,7 +42,6 @@
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<scope>runtime</scope>
|
||||
<version>${h2.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -53,12 +50,6 @@
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>${snakeyaml.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user