Skip to content

Commit 4f2d21f

Browse files
committed
chore: dependency upgrades
1 parent cf61395 commit 4f2d21f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
<version>0.0.1-SNAPSHOT</version>
99

1010
<name>${project.groupId}:${project.artifactId}</name>
11-
<description>Provides a basic JSON-RPC client.
12-
</description>
11+
<description>Provides a basic JSON-RPC client.</description>
1312
<url>https://github.com/osslabz/json-rpc-client</url>
1413

1514
<properties>
@@ -19,15 +18,15 @@
1918
<project.build.sourceEncoding>${osslabz.encoding}</project.build.sourceEncoding>
2019
<project.reporting.outputEncoding>${osslabz.encoding}</project.reporting.outputEncoding>
2120

22-
<project.build.outputTimestamp>2024-11-25T13:11:23Z</project.build.outputTimestamp>
21+
<project.build.outputTimestamp>2025-03-14T00:00:00Z</project.build.outputTimestamp>
2322

2423
<maven.compiler.release>${osslabz.java.version}</maven.compiler.release>
2524
</properties>
2625

2726
<licenses>
2827
<license>
2928
<name>The Apache License, Version 2.0</name>
30-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
29+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3130
</license>
3231
</licenses>
3332

@@ -44,7 +43,7 @@
4443
<connection>scm:git:https://github.com/osslabz/json-rpc-client.git</connection>
4544
<developerConnection>scm:git:https://github.com/osslabz/json-rpc-client.git</developerConnection>
4645
<url>https://github.com/osslabz/json-rpc-client</url>
47-
<tag>main</tag>
46+
<tag>dev</tag>
4847
</scm>
4948

5049
<dependencies>
@@ -65,7 +64,7 @@
6564
<dependency>
6665
<groupId>ch.qos.logback</groupId>
6766
<artifactId>logback-classic</artifactId>
68-
<version>1.5.12</version>
67+
<version>1.5.17</version>
6968
<scope>test</scope>
7069
</dependency>
7170
</dependencies>

0 commit comments

Comments
 (0)