We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d778ff4 + e4a5c47 commit 27cb99eCopy full SHA for 27cb99e
.github/workflows/maven.yml
@@ -8,6 +8,9 @@
8
9
name: Java CI with Maven
10
11
+permissions:
12
+ contents: write
13
+
14
on:
15
push:
16
branches: [ "master" ]
pom.xml
@@ -82,7 +82,7 @@
82
<dependency>
83
<groupId>org.mariadb.jdbc</groupId>
84
<artifactId>mariadb-java-client</artifactId>
85
- <version>3.3.2</version>
+ <version>3.3.3</version>
86
</dependency>
87
88
<groupId>me.clip</groupId>
0 commit comments