Skip to content

Commit

Permalink
Merge pull request #2116 from ControlSystemStudio/CSSTUDIO-1618
Browse files Browse the repository at this point in the history
Updated dependencies due to vulnerability warnings
  • Loading branch information
georgweiss authored Jan 27, 2022
2 parents 0c7a699 + 7af3971 commit 19366d8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 28 deletions.
6 changes: 3 additions & 3 deletions app/logbook/inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<version>4.6.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
</dependency>
</dependencies>
</project>
7 changes: 1 addition & 6 deletions app/logbook/olog/client-es/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl -->
<dependency>
<groupId>org.phoebus</groupId>
Expand All @@ -92,7 +87,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
5 changes: 0 additions & 5 deletions app/logbook/olog/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@
<artifactId>javax.activation</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
</dependency>
</dependencies>

</project>
2 changes: 1 addition & 1 deletion app/logbook/olog/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
<version>31.0.1-jre</version>
</dependency>
<dependency>
<groupId>org.jfxtras</groupId>
Expand Down
2 changes: 1 addition & 1 deletion app/logbook/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
<version>31.0.1-jre</version>
</dependency>
<dependency>
<groupId>org.jfxtras</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import java.util.stream.Collectors;

import org.phoebus.util.time.TimeParser;
import static org.phoebus.util.time.TimestampFormats.MILLI_FORMAT;

import com.google.common.base.Strings;

Expand Down
10 changes: 0 additions & 10 deletions app/save-and-restore/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@
<version>1.19</version>
</dependency>


<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.0</version>
</dependency>



<dependency>
<groupId>org.epics</groupId>
<artifactId>vtype</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion services/save-and-restore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<properties>
<spring.boot.version>2.1.5.RELEASE</spring.boot.version>
<commons.collections.version>4.4</commons.collections.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -176,7 +177,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.0</version>
<version>${commons.collections.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 19366d8

Please sign in to comment.