|
3 | 3 |
|
4 | 4 | <groupId>org.fross</groupId> |
5 | 5 | <artifactId>cal</artifactId> |
6 | | - <version>2.7.1</version> |
| 6 | + <version>2.7.2</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 |
|
9 | 9 | <name>cal</name> |
10 | 10 |
|
11 | | - <url>http://fross.org/cal</url> |
| 11 | + <url>https://fross.org/cal</url> |
12 | 12 | <description>Display a console based calendar</description> |
13 | 13 |
|
14 | 14 | <developers> |
|
36 | 36 | <properties> |
37 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
38 | 38 | <maven.compiler.release>11</maven.compiler.release> |
39 | | - <maven.version.minimum>3.2.5</maven.version.minimum> |
| 39 | + <maven.version.minimum>3.6.3</maven.version.minimum> |
40 | 40 | </properties> |
41 | 41 |
|
42 | 42 | <build> |
|
55 | 55 | <plugin> |
56 | 56 | <groupId>org.apache.maven.plugins</groupId> |
57 | 57 | <artifactId>maven-enforcer-plugin</artifactId> |
58 | | - <version>3.4.1</version> |
| 58 | + <version>3.5.0</version> |
59 | 59 | <executions> |
60 | 60 | <execution> |
61 | 61 | <id>enforce-maven</id> |
|
79 | 79 | <plugin> |
80 | 80 | <groupId>org.codehaus.mojo</groupId> |
81 | 81 | <artifactId>versions-maven-plugin</artifactId> |
82 | | - <version>2.16.2</version> |
| 82 | + <version>2.17.1</version> |
83 | 83 | </plugin> |
84 | 84 |
|
85 | 85 | <plugin> |
|
100 | 100 | <!-- ========================================================================================== --> |
101 | 101 | <groupId>org.apache.maven.plugins</groupId> |
102 | 102 | <artifactId>maven-compiler-plugin</artifactId> |
103 | | - <version>3.12.1</version> |
| 103 | + <version>3.13.0</version> |
104 | 104 | <configuration> |
105 | 105 | <release>${maven.compiler.release}</release> |
106 | 106 | </configuration> |
|
113 | 113 | <plugin> |
114 | 114 | <groupId>org.apache.maven.plugins</groupId> |
115 | 115 | <artifactId>maven-surefire-plugin</artifactId> |
116 | | - <version>3.2.3</version> |
| 116 | + <version>3.5.2</version> |
117 | 117 | </plugin> |
118 | 118 |
|
119 | 119 | <!-- ========================================================================================== --> |
|
123 | 123 | <plugin> |
124 | 124 | <groupId>org.apache.maven.plugins</groupId> |
125 | 125 | <artifactId>maven-shade-plugin</artifactId> |
126 | | - <version>3.5.1</version> |
| 126 | + <version>3.6.0</version> |
127 | 127 | <executions> |
128 | 128 | <execution> |
129 | 129 | <phase>package</phase> |
|
212 | 212 | </plugins> |
213 | 213 | </build> |
214 | 214 |
|
215 | | - <!-- Define my custom Github repository where Library lives --> |
| 215 | + <!-- Define my custom GitHub repository where Library lives --> |
216 | 216 | <repositories> |
217 | 217 | <repository> |
218 | 218 | <id>github</id> |
|
244 | 244 | <dependency> |
245 | 245 | <groupId>org.junit.jupiter</groupId> |
246 | 246 | <artifactId>junit-jupiter</artifactId> |
247 | | - <version>5.10.1</version> |
| 247 | + <version>5.11.3</version> |
248 | 248 | <scope>test</scope> |
249 | 249 | </dependency> |
250 | 250 |
|
251 | 251 | <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> |
252 | 252 | <dependency> |
253 | 253 | <groupId>com.google.code.gson</groupId> |
254 | 254 | <artifactId>gson</artifactId> |
255 | | - <version>2.10.1</version> |
| 255 | + <version>2.11.0</version> |
256 | 256 | </dependency> |
257 | 257 |
|
258 | 258 | <!-- Fross library functions: https://github.com/frossm/library --> |
259 | 259 | <dependency> |
260 | 260 | <groupId>org.fross</groupId> |
261 | 261 | <artifactId>library</artifactId> |
262 | | - <version>2023.12.03</version> |
| 262 | + <version>2024.01.22</version> |
263 | 263 | </dependency> |
264 | 264 |
|
265 | 265 | </dependencies> |
|
0 commit comments