Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Dec 28, 2022
1 parent 0783c0e commit 5284339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>co.casterlabs</groupId>
<artifactId>swetrix-java</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -102,15 +102,15 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.casterlabs.rakurai</groupId>
<groupId>co.casterlabs.Rakurai</groupId>
<artifactId>Json</artifactId>
<version>1.14.3</version>
<version>1.16.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.e3ndr</groupId>
<artifactId>FastLoggingFramework</artifactId>
<version>1.8.1</version>
<version>1.9.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5284339

Please sign in to comment.