Skip to content

Commit

Permalink
Set static mariodb-java-client version
Browse files Browse the repository at this point in the history
Fixes build failure
  • Loading branch information
Pugmatt committed Dec 2, 2024
1 parent 3608528 commit 1c94ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverlist-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>LATEST</version>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

1 comment on commit 1c94ddd

@Pugmatt
Copy link
Owner Author

@Pugmatt Pugmatt commented on 1c94ddd Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*mariadb-java-client

Please sign in to comment.