Skip to content

Commit 7dc9434

Browse files
committed
bump bom to 6.0.1
added explicit version numbers
1 parent 3f21870 commit 7dc9434

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.rub.nds</groupId>
66
<artifactId>protocol-toolkit-bom</artifactId>
7-
<version>6.0.0</version>
7+
<version>6.0.1</version>
88
</parent>
99

1010
<groupId>de.rub.nds.tls.scanner</groupId>
@@ -62,6 +62,8 @@
6262
<skipTests>false</skipTests>
6363
<skip.surefire.tests>${skipTests}</skip.surefire.tests>
6464
<skip.failsafe.tests>${skipTests}</skip.failsafe.tests>
65+
<!-- Set TLS-Attacker version once -->
66+
<toolkit.tls.attacker.version>7.1.1</toolkit.tls.attacker.version>
6567
</properties>
6668

6769
<!-- Override dependency versions from BOM for all submodules to match parent version -->
@@ -130,30 +132,37 @@
130132
<dependency>
131133
<groupId>de.rub.nds</groupId>
132134
<artifactId>asn1-attacker</artifactId>
135+
<version>4.1.1</version>
133136
</dependency>
134137
<dependency>
135138
<groupId>de.rub.nds</groupId>
136139
<artifactId>modifiable-variable</artifactId>
140+
<version>5.1.2</version>
137141
</dependency>
138142
<dependency>
139143
<groupId>de.rub.nds</groupId>
140144
<artifactId>scanner-core</artifactId>
145+
<version>6.1.1</version>
141146
</dependency>
142147
<dependency>
143148
<groupId>de.rub.nds</groupId>
144149
<artifactId>x509-attacker</artifactId>
150+
<version>4.2.1</version>
145151
</dependency>
146152
<dependency>
147153
<groupId>de.rub.nds.tls.attacker</groupId>
148154
<artifactId>tls-core</artifactId>
155+
<version>${toolkit.tls.attacker.version}</version>
149156
</dependency>
150157
<dependency>
151158
<groupId>de.rub.nds.tls.attacker</groupId>
152159
<artifactId>transport</artifactId>
160+
<version>${toolkit.tls.attacker.version}</version>
153161
</dependency>
154162
<dependency>
155163
<groupId>de.rub.nds.tls.attacker</groupId>
156164
<artifactId>utils</artifactId>
165+
<version>${toolkit.tls.attacker.version}</version>
157166
</dependency>
158167
<dependency>
159168
<groupId>dnsjava</groupId>
@@ -199,6 +208,7 @@
199208
<dependency>
200209
<groupId>de.rub.nds.tls.dockerlib</groupId>
201210
<artifactId>tls-docker-library</artifactId>
211+
<version>3.1.1</version>
202212
<scope>test</scope>
203213
</dependency>
204214
<dependency>

0 commit comments

Comments
 (0)