diff options
author | axtloss <axtlos@getcryst.al> | 2023-05-26 00:03:58 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2023-05-26 00:03:58 +0200 |
commit | 87cc052844e2cacca591edd68884f1e7f6c49a3a (patch) | |
tree | 2e39577998921746253a7ed1ea08ee99e6d4ecc9 /pom.xml | |
parent | 3fdb1012609b71a41e551ea0aad3b8a27b134e21 (diff) | |
download | jshipit-87cc052844e2cacca591edd68884f1e7f6c49a3a.tar.gz jshipit-87cc052844e2cacca591edd68884f1e7f6c49a3a.tar.bz2 |
Add comments to functions
Diffstat (limited to '')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,7 +27,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.14.2</version> + <version>2.15.1</version> </dependency> <dependency> <groupId>me.tongfei</groupId> @@ -80,6 +80,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> + <version>3.3</version> <configuration> <source>17</source> <target>17</target> |