Skip to content

Commit

Permalink
Dependency versions (#16)
Browse files Browse the repository at this point in the history
* Set specific version for MongoDB dependency
  • Loading branch information
mmaehren authored Aug 23, 2022
1 parent 4685db7 commit 854aa04
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Report-Analyzer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ networks:

services:
mongo:
image: mongo
image: mongo:5.0.6
restart: always
volumes:
- mongodb_DB:/data/db
Expand All @@ -20,7 +20,7 @@ services:
- app

mongo-express:
image: mongo-express
image: mongo-express:1.0.0-alpha.4
restart: always
ports:
- 8081:8081
Expand Down
4 changes: 2 additions & 2 deletions TLS-Test-Framework/TestFramework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>TLS-Test-Framework</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<groupId>de.rub.nds.tlstest</groupId>
<name>TLS-Test-Framework</name>
<parent>
<groupId>de.rub.nds.tlstest</groupId>
<artifactId>TLS-Test-Framework-Aggregator</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<packaging>jar</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions TLS-Test-Framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<groupId>de.rub.nds.tlstest</groupId>
<artifactId>TLS-Test-Framework-Aggregator</artifactId>
<packaging>pom</packaging>
<version>1.0.2</version>
<version>1.0.3</version>
<name>TLS-Test-Framework-Aggregator</name>
<parent>
<groupId>de.rub.nds</groupId>
<artifactId>TLS-Anvil</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<modules>
<module>coffee4j</module>
Expand Down
6 changes: 3 additions & 3 deletions TLS-Testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.rub.nds.tlstest</groupId>
<artifactId>TLS-Testsuite</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<parent>
<groupId>de.rub.nds</groupId>
<artifactId>TLS-Anvil</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>de.rub.nds.tlstest</groupId>
<artifactId>TLS-Test-Framework</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.rub.nds</groupId>
<artifactId>TLS-Anvil</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<name>TLS-Anvil</name>
<packaging>pom</packaging>
<modules>
Expand Down

0 comments on commit 854aa04

Please sign in to comment.