Skip to content

Commit 234920b

Browse files
committed
Update Rakurai & FLF (2.12.3)
1 parent 33809de commit 234920b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Sora-Api/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>co.casterlabs</groupId>
99
<artifactId>Sora</artifactId>
10-
<version>2.12.2</version>
10+
<version>2.12.3</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -35,20 +35,20 @@
3535
<dependency>
3636
<groupId>co.casterlabs.Rakurai</groupId>
3737
<artifactId>Http-Server-Api</artifactId>
38-
<version>1.17.5</version>
38+
<version>1.17.6</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
<dependency>
4242
<groupId>co.casterlabs.Rakurai</groupId>
4343
<artifactId>Json</artifactId>
44-
<version>1.17.5</version>
44+
<version>1.17.6</version>
4545
<scope>compile</scope>
4646
</dependency>
4747

4848
<dependency>
4949
<groupId>com.github.e3ndr</groupId>
5050
<artifactId>FastLoggingFramework</artifactId>
51-
<version>1.10.0</version>
51+
<version>1.11.0</version>
5252
<scope>compile</scope>
5353
</dependency>
5454
</dependencies>

Sora-Framework/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>co.casterlabs</groupId>
99
<artifactId>Sora</artifactId>
10-
<version>2.12.2</version>
10+
<version>2.12.3</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>co.casterlabs.Rakurai</groupId>
7272
<artifactId>ImplRakurai</artifactId>
73-
<version>1.17.5</version>
73+
<version>1.17.6</version>
7474
<scope>compile</scope>
7575
</dependency>
7676

pom.xml

Lines changed: 1 addition & 1 deletion
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>Sora</artifactId>
7-
<version>2.12.2</version>
7+
<version>2.12.3</version>
88
<packaging>pom</packaging>
99

1010
<modules>

0 commit comments

Comments
 (0)