Skip to content

Commit

Permalink
updating spring-core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RichtXO committed Nov 25, 2024
1 parent 58c9b85 commit b871f21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
</properties>

<repositories>
<repository>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>arbjergDev-releases</id>
<name>Lavalink Repository</name>
Expand Down Expand Up @@ -63,7 +67,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.1.12</version>
<version>6.2.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit b871f21

Please sign in to comment.