|
6 | 6 |
|
7 | 7 | <groupId>com.blinkfox</groupId>
|
8 | 8 | <artifactId>stalker</artifactId>
|
9 |
| - <version>1.2.3-SNAPSHOT</version> |
| 9 | + <version>1.2.3</version> |
10 | 10 | <packaging>jar</packaging>
|
11 | 11 |
|
12 | 12 | <name>stalker</name>
|
|
16 | 16 | <licenses>
|
17 | 17 | <license>
|
18 | 18 | <name>The Apache Software License, Version 2.0</name>
|
19 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 19 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
20 | 20 | </license>
|
21 | 21 | </licenses>
|
22 | 22 |
|
|
49 | 49 | <dependency>
|
50 | 50 | <groupId>org.slf4j</groupId>
|
51 | 51 | <artifactId>slf4j-api</artifactId>
|
52 |
| - <version>1.7.30</version> |
| 52 | + <version>1.7.32</version> |
53 | 53 | </dependency>
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>org.projectlombok</groupId>
|
56 | 56 | <artifactId>lombok</artifactId>
|
57 |
| - <version>1.18.12</version> |
| 57 | + <version>1.18.22</version> |
58 | 58 | <scope>provided</scope>
|
59 | 59 | </dependency>
|
60 | 60 |
|
61 | 61 | <dependency>
|
62 | 62 | <groupId>org.slf4j</groupId>
|
63 | 63 | <artifactId>slf4j-simple</artifactId>
|
64 |
| - <version>1.7.30</version> |
| 64 | + <version>1.7.32</version> |
65 | 65 | <scope>test</scope>
|
66 | 66 | <optional>true</optional>
|
67 | 67 | </dependency>
|
68 | 68 | <dependency>
|
69 | 69 | <groupId>junit</groupId>
|
70 | 70 | <artifactId>junit</artifactId>
|
71 |
| - <version>4.13.1</version> |
| 71 | + <version>4.13.2</version> |
72 | 72 | <scope>test</scope>
|
73 | 73 | </dependency>
|
74 | 74 | </dependencies>
|
|
109 | 109 | <plugin>
|
110 | 110 | <groupId>org.apache.maven.plugins</groupId>
|
111 | 111 | <artifactId>maven-checkstyle-plugin</artifactId>
|
112 |
| - <version>3.1.1</version> |
| 112 | + <version>3.1.2</version> |
113 | 113 | <dependencies>
|
114 | 114 | <dependency>
|
115 | 115 | <groupId>com.puppycrawl.tools</groupId>
|
116 | 116 | <artifactId>checkstyle</artifactId>
|
117 |
| - <version>8.30</version> |
| 117 | + <version>8.41.1</version> |
118 | 118 | </dependency>
|
119 | 119 | </dependencies>
|
120 | 120 | <configuration>
|
|
134 | 134 | </execution>
|
135 | 135 | </executions>
|
136 | 136 | </plugin>
|
137 |
| - |
138 | 137 | </plugins>
|
139 | 138 | </build>
|
140 | 139 |
|
|
0 commit comments