Skip to content

Commit 72abfa4

Browse files
committed
Update dependencies (1.1.4)
1 parent 54fd178 commit 72abfa4

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>co.casterlabs</groupId>
66
<artifactId>swetrix-java</artifactId>
7-
<version>1.1.3</version>
7+
<version>1.1.4</version>
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -75,6 +75,10 @@
7575
</build>
7676

7777
<repositories>
78+
<repository>
79+
<id>casterlabs-maven</id>
80+
<url>https://repo.casterlabs.co/maven</url>
81+
</repository>
7882
<repository>
7983
<id>jitpack.io</id>
8084
<url>https://jitpack.io</url>
@@ -102,15 +106,15 @@
102106
<scope>compile</scope>
103107
</dependency>
104108
<dependency>
105-
<groupId>co.casterlabs.Rakurai</groupId>
106-
<artifactId>Json</artifactId>
107-
<version>1.16.1</version>
109+
<groupId>co.casterlabs</groupId>
110+
<artifactId>rson</artifactId>
111+
<version>1.18.0</version>
108112
<scope>compile</scope>
109113
</dependency>
110114
<dependency>
111115
<groupId>com.github.e3ndr</groupId>
112116
<artifactId>FastLoggingFramework</artifactId>
113-
<version>1.9.4</version>
117+
<version>1.12.1</version>
114118
<scope>compile</scope>
115119
</dependency>
116120
</dependencies>

0 commit comments

Comments
 (0)