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 45d3bac + c679eab commit 1a63c21Copy full SHA for 1a63c21
pom.xml
@@ -43,7 +43,7 @@
43
<jetty.version>10.0.14</jetty.version>
44
<lombok.version>1.18.28</lombok.version>
45
<jackson.version>2.15.2</jackson.version>
46
- <plugin.license-maven.version>4.2</plugin.license-maven.version>
+ <plugin.license-maven.version>4.3</plugin.license-maven.version>
47
48
<!-- In Mysql: schema == database (http://dev.mysql.com/doc/refman/5.6/en/glossary.html#glos_schema) -->
49
<jdbcUrl>jdbc:mysql://${db.ip}:${db.port}/${db.schema}?useSSL=true&serverTimezone=UTC</jdbcUrl>
0 commit comments