|
6 | 6 |
|
7 | 7 | <groupId>io.github.jeemv.springboot.vuejs</groupId> |
8 | 8 | <artifactId>springboot-vuejs</artifactId> |
9 | | - <version>1.0.25</version> |
| 9 | + <version>1.0.26</version> |
10 | 10 |
|
11 | 11 | <name>springboot-vuejs</name> |
12 | 12 | <url>https://github.com/jeeMv/SpringBoot-VueJS</url> |
|
33 | 33 | </scm> |
34 | 34 | <properties> |
35 | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
36 | | - <maven.compiler.source>14</maven.compiler.source> |
37 | | - <maven.compiler.target>14</maven.compiler.target> |
| 36 | + <maven.compiler.source>17</maven.compiler.source> |
| 37 | + <maven.compiler.target>17</maven.compiler.target> |
38 | 38 | </properties> |
39 | 39 |
|
40 | 40 | <dependencies> |
41 | | - <dependency> |
42 | | - <groupId>junit</groupId> |
43 | | - <artifactId>junit</artifactId> |
44 | | - <version>4.13.2</version> |
45 | | - <scope>test</scope> |
46 | | - </dependency> |
| 41 | + <!-- https://mvnrepository.com/artifact/junit/junit --> |
| 42 | + <dependency> |
| 43 | + <groupId>junit</groupId> |
| 44 | + <artifactId>junit</artifactId> |
| 45 | + <version>4.13.2</version> |
| 46 | + <scope>test</scope> |
| 47 | + </dependency> |
| 48 | + |
47 | 49 | <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core --> |
48 | 50 | <dependency> |
49 | 51 | <groupId>com.fasterxml.jackson.core</groupId> |
50 | 52 | <artifactId>jackson-core</artifactId> |
51 | | - <version>[2.11.0,)</version> |
| 53 | + <version>[2.14.0,)</version> |
52 | 54 | </dependency> |
53 | 55 | <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> |
54 | 56 | <dependency> |
55 | 57 | <groupId>com.fasterxml.jackson.core</groupId> |
56 | 58 | <artifactId>jackson-databind</artifactId> |
57 | | - <version>[2.13.0,)</version> |
| 59 | + <version>[2.14.2,)</version> |
58 | 60 | </dependency> |
59 | 61 | <!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver --> |
60 | 62 | <dependency> |
61 | 63 | <groupId>org.aspectj</groupId> |
62 | 64 | <artifactId>aspectjweaver</artifactId> |
63 | | - <version>1.9.6</version> |
64 | | - </dependency> |
65 | | - <!-- https://mvnrepository.com/artifact/org.springframework/spring-context --> |
66 | | - <dependency> |
67 | | - <groupId>org.springframework</groupId> |
68 | | - <artifactId>spring-context</artifactId> |
69 | | - <version>5.3.23</version> |
| 65 | + <version>1.9.19</version> |
70 | 66 | </dependency> |
71 | 67 |
|
| 68 | + <!-- https://mvnrepository.com/artifact/org.springframework/spring-context --> |
| 69 | + <dependency> |
| 70 | + <groupId>org.springframework</groupId> |
| 71 | + <artifactId>spring-context</artifactId> |
| 72 | + <version>6.0.4</version> |
| 73 | + </dependency> |
| 74 | + |
| 75 | + |
72 | 76 | <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web --> |
73 | 77 | <dependency> |
74 | 78 | <groupId>org.springframework.boot</groupId> |
75 | 79 | <artifactId>spring-boot-starter-web</artifactId> |
76 | | - <version>2.7.3</version> |
| 80 | + <version>3.0.2</version> |
77 | 81 | </dependency> |
78 | 82 |
|
79 | 83 | <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-configuration-processor --> |
80 | 84 | <dependency> |
81 | 85 | <groupId>org.springframework.boot</groupId> |
82 | 86 | <artifactId>spring-boot-configuration-processor</artifactId> |
83 | | - <version>2.7.3</version> |
| 87 | + <version>3.0.2</version> |
84 | 88 | </dependency> |
85 | 89 |
|
86 | | - <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 --> |
87 | | - <dependency> |
88 | | - <groupId>com.fasterxml.jackson.datatype</groupId> |
89 | | - <artifactId>jackson-datatype-jsr310</artifactId> |
90 | | - <version>2.13.4</version> |
91 | | - </dependency> |
| 90 | + <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 --> |
| 91 | + <dependency> |
| 92 | + <groupId>com.fasterxml.jackson.datatype</groupId> |
| 93 | + <artifactId>jackson-datatype-jsr310</artifactId> |
| 94 | + <version>2.14.2</version> |
| 95 | + </dependency> |
92 | 96 |
|
93 | 97 | </dependencies> |
94 | 98 |
|
|
0 commit comments