Skip to content

Commit 27cb99e

Browse files
authored
Merge branch 'master' into dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.5.2
2 parents d778ff4 + e4a5c47 commit 27cb99e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
name: Java CI with Maven
1010

11+
permissions:
12+
contents: write
13+
1114
on:
1215
push:
1316
branches: [ "master" ]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.mariadb.jdbc</groupId>
8484
<artifactId>mariadb-java-client</artifactId>
85-
<version>3.3.2</version>
85+
<version>3.3.3</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>me.clip</groupId>

0 commit comments

Comments
 (0)