Skip to content

Commit 7919543

Browse files
committed
Updates to plugin and dependency versions
1 parent 10ce4e4 commit 7919543

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<groupId>org.fross</groupId>
55
<artifactId>cal</artifactId>
6-
<version>2.7.1</version>
6+
<version>2.7.2</version>
77
<packaging>jar</packaging>
88

99
<name>cal</name>
1010

11-
<url>http://fross.org/cal</url>
11+
<url>https://fross.org/cal</url>
1212
<description>Display a console based calendar</description>
1313

1414
<developers>
@@ -36,7 +36,7 @@
3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<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>
4040
</properties>
4141

4242
<build>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-enforcer-plugin</artifactId>
58-
<version>3.4.1</version>
58+
<version>3.5.0</version>
5959
<executions>
6060
<execution>
6161
<id>enforce-maven</id>
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.codehaus.mojo</groupId>
8181
<artifactId>versions-maven-plugin</artifactId>
82-
<version>2.16.2</version>
82+
<version>2.17.1</version>
8383
</plugin>
8484

8585
<plugin>
@@ -100,7 +100,7 @@
100100
<!-- ========================================================================================== -->
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-compiler-plugin</artifactId>
103-
<version>3.12.1</version>
103+
<version>3.13.0</version>
104104
<configuration>
105105
<release>${maven.compiler.release}</release>
106106
</configuration>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-surefire-plugin</artifactId>
116-
<version>3.2.3</version>
116+
<version>3.5.2</version>
117117
</plugin>
118118

119119
<!-- ========================================================================================== -->
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-shade-plugin</artifactId>
126-
<version>3.5.1</version>
126+
<version>3.6.0</version>
127127
<executions>
128128
<execution>
129129
<phase>package</phase>
@@ -212,7 +212,7 @@
212212
</plugins>
213213
</build>
214214

215-
<!-- Define my custom Github repository where Library lives -->
215+
<!-- Define my custom GitHub repository where Library lives -->
216216
<repositories>
217217
<repository>
218218
<id>github</id>
@@ -244,22 +244,22 @@
244244
<dependency>
245245
<groupId>org.junit.jupiter</groupId>
246246
<artifactId>junit-jupiter</artifactId>
247-
<version>5.10.1</version>
247+
<version>5.11.3</version>
248248
<scope>test</scope>
249249
</dependency>
250250

251251
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
252252
<dependency>
253253
<groupId>com.google.code.gson</groupId>
254254
<artifactId>gson</artifactId>
255-
<version>2.10.1</version>
255+
<version>2.11.0</version>
256256
</dependency>
257257

258258
<!-- Fross library functions: https://github.com/frossm/library -->
259259
<dependency>
260260
<groupId>org.fross</groupId>
261261
<artifactId>library</artifactId>
262-
<version>2023.12.03</version>
262+
<version>2024.01.22</version>
263263
</dependency>
264264

265265
</dependencies>

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fcal
2-
version: '2.7.1'
2+
version: '2.7.2'
33
summary: Command line calendar display
44
description: |
55
fCal is a command line calendar utility. It will display a
@@ -39,7 +39,7 @@ parts:
3939
plugin: maven
4040
source: https://github.com/frossm/library.git
4141
source-type: git
42-
source-tag: 'v2023.12.03'
42+
source-tag: 'v2024.01.22'
4343
maven-parameters:
4444
- install
4545

0 commit comments

Comments
 (0)