Browse Source

pom updates

jrivard@gmail.com 6 years ago
parent
commit
8000da421b
3 changed files with 5 additions and 5 deletions
  1. 2 2
      docker/pom.xml
  2. 2 2
      pom.xml
  3. 1 1
      server/pom.xml

+ 2 - 2
docker/pom.xml

@@ -34,7 +34,7 @@
             <plugin>
                 <groupId>com.google.cloud.tools</groupId>
                 <artifactId>jib-maven-plugin</artifactId>
-                <version>0.10.1</version>
+                <version>1.0.0</version>
                 <executions>
                     <execution>
                         <id>make-docker-image</id>
@@ -45,7 +45,7 @@
                         <configuration>
                             <skip>${skipDocker}</skip>
                             <from>
-                                <image>adoptopenjdk/openjdk11</image>
+                                <image>adoptopenjdk/openjdk11:slim</image>
                             </from>
                             <to>
                                 <image>${dockerImageTag}</image>

+ 2 - 2
pom.xml

@@ -223,7 +223,7 @@
                     <dependency>
                         <groupId>com.github.spotbugs</groupId>
                         <artifactId>spotbugs</artifactId>
-                        <version>3.1.10</version>
+                        <version>3.1.11</version>
                     </dependency>
                 </dependencies>
                 <configuration>
@@ -272,7 +272,7 @@
         <dependency>
             <groupId>com.github.spotbugs</groupId>
             <artifactId>spotbugs-annotations</artifactId>
-            <version>3.1.10</version>
+            <version>3.1.11</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>

+ 1 - 1
server/pom.xml

@@ -210,7 +210,7 @@
         <dependency>
             <groupId>commons-fileupload</groupId>
             <artifactId>commons-fileupload</artifactId>
-            <version>1.3.3</version>
+            <version>1.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>