|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>3.4.10</version> |
| 9 | + <version>3.5.7</version> |
10 | 10 | <relativePath /> <!-- lookup parent from repository --> |
11 | 11 | </parent> |
12 | 12 |
|
|
37 | 37 | <properties> |
38 | 38 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
39 | 39 | <spring-module-core.version>2.1.0-SNAPSHOT</spring-module-core.version> |
40 | | - <springdoc.version>2.8.9</springdoc.version> |
| 40 | + <springdoc.version>2.8.13</springdoc.version> |
41 | 41 | </properties> |
42 | 42 |
|
43 | 43 | <dependencyManagement> |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>commons-io</groupId> |
48 | 48 | <artifactId>commons-io</artifactId> |
49 | | - <version>2.18.0</version> |
| 49 | + <version>2.20.0</version> |
50 | 50 | </dependency> |
51 | 51 |
|
52 | 52 | <dependency> |
53 | 53 | <groupId>com.h2database</groupId> |
54 | 54 | <artifactId>h2</artifactId> |
55 | | - <version>2.3.232</version> |
| 55 | + <version>2.4.240</version> |
56 | 56 | </dependency> |
57 | 57 |
|
58 | 58 | <dependency> |
59 | 59 | <groupId>org.postgresql</groupId> |
60 | 60 | <artifactId>postgresql</artifactId> |
61 | | - <version>42.7.7</version> |
| 61 | + <version>42.7.8</version> |
62 | 62 | </dependency> |
63 | 63 |
|
64 | 64 | </dependencies> |
|
80 | 80 |
|
81 | 81 | <plugin> |
82 | 82 | <artifactId>maven-compiler-plugin</artifactId> |
83 | | - <version>3.14.0</version> |
| 83 | + <version>3.14.1</version> |
84 | 84 | <configuration> |
85 | 85 | <release>21</release> |
86 | 86 | <encoding>UTF-8</encoding> |
|
101 | 101 | <plugin> |
102 | 102 | <groupId>org.apache.maven.plugins</groupId> |
103 | 103 | <artifactId>maven-surefire-plugin</artifactId> |
104 | | - <version>3.5.2</version> |
| 104 | + <version>3.5.4</version> |
105 | 105 | </plugin> |
106 | 106 |
|
107 | 107 | <plugin> |
|
119 | 119 | <plugin> |
120 | 120 | <groupId>org.springdoc</groupId> |
121 | 121 | <artifactId>springdoc-openapi-maven-plugin</artifactId> |
122 | | - <version>1.4</version> |
| 122 | + <version>1.5</version> |
123 | 123 | </plugin> |
124 | 124 |
|
125 | 125 | </plugins> |
|
129 | 129 | <plugin> |
130 | 130 | <groupId>org.jacoco</groupId> |
131 | 131 | <artifactId>jacoco-maven-plugin</artifactId> |
132 | | - <version>0.8.12</version> |
| 132 | + <version>0.8.14</version> |
133 | 133 | <executions> |
134 | 134 | <execution> |
135 | 135 | <goals> |
|
0 commit comments