Skip to content

Commit f385bde

Browse files
committed
Update dependencies
1 parent c8741d0 commit f385bde

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

pom.xml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
<properties>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828

29-
<kotlin.version>2.0.0</kotlin.version>
30-
<kotlin.coroutine.version>1.9.0</kotlin.coroutine.version>
31-
<spring-boot.version>3.2.12</spring-boot.version>
32-
<flyway.version>10.12.0</flyway.version>
29+
<kotlin.version>2.1.0</kotlin.version>
30+
<kotlin.coroutine.version>1.10.1</kotlin.coroutine.version>
31+
<spring-boot.version>3.4.2</spring-boot.version>
32+
<flyway.version>11.2.0</flyway.version>
3333
<bucket4j.version>8.14.0</bucket4j.version>
3434

3535
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
@@ -281,6 +281,7 @@
281281
<args>
282282
<arg>-Xjvm-default=all</arg>
283283
<arg>-Xcontext-receivers</arg>
284+
<arg>-Xsuppress-warning=CONTEXT_RECEIVERS_DEPRECATED</arg>
284285
</args>
285286
</configuration>
286287
<executions>
@@ -471,7 +472,7 @@
471472
<dependency>
472473
<groupId>org.jetbrains.kotlinx</groupId>
473474
<artifactId>kotlinx-datetime-jvm</artifactId>
474-
<version>0.5.0</version>
475+
<version>0.6.1</version>
475476
</dependency>
476477
<dependency>
477478
<groupId>net.dv8tion</groupId>
@@ -516,7 +517,7 @@
516517
<dependency>
517518
<groupId>io.github.classgraph</groupId>
518519
<artifactId>classgraph</artifactId>
519-
<version>4.8.175</version>
520+
<version>4.8.179</version>
520521
</dependency>
521522
<dependency>
522523
<groupId>net.sf.trove4j</groupId>
@@ -526,7 +527,7 @@
526527
<dependency>
527528
<groupId>com.github.ben-manes.caffeine</groupId>
528529
<artifactId>caffeine</artifactId>
529-
<version>3.1.8</version>
530+
<version>3.2.0</version>
530531
</dependency>
531532
<dependency>
532533
<groupId>info.debatty</groupId>
@@ -536,12 +537,12 @@
536537
<dependency>
537538
<groupId>org.slf4j</groupId>
538539
<artifactId>slf4j-api</artifactId>
539-
<version>2.0.13</version>
540+
<version>2.0.16</version>
540541
</dependency>
541542
<dependency>
542543
<groupId>io.github.oshai</groupId>
543544
<artifactId>kotlin-logging-jvm</artifactId>
544-
<version>7.0.0</version>
545+
<version>7.0.3</version>
545546
</dependency>
546547
<dependency>
547548
<groupId>com.bucket4j</groupId>
@@ -557,7 +558,7 @@
557558
<dependency>
558559
<groupId>dev.reformator.stacktracedecoroutinator</groupId>
559560
<artifactId>stacktrace-decoroutinator-jvm</artifactId>
560-
<version>2.4.5</version>
561+
<version>2.4.8</version>
561562
<scope>test</scope>
562563
</dependency>
563564
<dependency>
@@ -569,19 +570,19 @@
569570
<dependency>
570571
<groupId>ch.qos.logback</groupId>
571572
<artifactId>logback-classic</artifactId>
572-
<version>1.5.6</version>
573+
<version>1.5.16</version>
573574
<scope>test</scope>
574575
</dependency>
575576
<dependency>
576577
<groupId>org.postgresql</groupId>
577578
<artifactId>postgresql</artifactId>
578-
<version>42.7.3</version>
579+
<version>42.7.5</version>
579580
<scope>test</scope>
580581
</dependency>
581582
<dependency>
582583
<groupId>com.h2database</groupId>
583584
<artifactId>h2</artifactId>
584-
<version>2.2.224</version>
585+
<version>2.3.232</version>
585586
<scope>test</scope>
586587
</dependency>
587588
<dependency>
@@ -599,7 +600,7 @@
599600
<dependency>
600601
<groupId>com.zaxxer</groupId>
601602
<artifactId>HikariCP</artifactId>
602-
<version>5.1.0</version>
603+
<version>6.2.1</version>
603604
<optional>true</optional>
604605
</dependency>
605606
<dependency>
@@ -611,25 +612,25 @@
611612
<dependency>
612613
<groupId>org.junit.jupiter</groupId>
613614
<artifactId>junit-jupiter</artifactId>
614-
<version>5.9.2</version>
615+
<version>5.11.4</version>
615616
<scope>test</scope>
616617
</dependency>
617618
<dependency>
618619
<groupId>io.mockk</groupId>
619620
<artifactId>mockk-jvm</artifactId>
620-
<version>1.13.13</version>
621+
<version>1.13.16</version>
621622
<scope>test</scope>
622623
</dependency>
623624
<dependency> <!-- Upgrade because kotlinx-coroutines-debug somehow has an ANCIENT version -->
624625
<groupId>net.bytebuddy</groupId>
625626
<artifactId>byte-buddy</artifactId>
626-
<version>1.14.17</version>
627+
<version>1.16.1</version>
627628
<scope>test</scope>
628629
</dependency>
629630
<dependency>
630631
<groupId>net.bytebuddy</groupId>
631632
<artifactId>byte-buddy-agent</artifactId>
632-
<version>1.14.17</version>
633+
<version>1.16.1</version>
633634
<scope>test</scope>
634635
</dependency>
635636
<dependency>

0 commit comments

Comments
 (0)