Skip to content

Commit 121f200

Browse files
feat: initial release
Release-As: 0.1.0-alpha upgrade junit to version >= 4.13.1 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b9f6ac0 commit 121f200

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<jetty.version>9.4.44.v20210927</jetty.version>
3636
<tomcat.version>9.0.45</tomcat.version>
3737
<undertow.version>2.2.7.Final</undertow.version>
38+
<junit.version>4.13.2</junit.version>
3839
</properties>
3940

4041
<parent>
@@ -107,7 +108,7 @@
107108
<dependency>
108109
<groupId>junit</groupId>
109110
<artifactId>junit</artifactId>
110-
<version>4.13.2</version>
111+
<version>${junit.version}</version>
111112
<scope>test</scope>
112113
</dependency>
113114
<dependency>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>junit</groupId>
3636
<artifactId>junit</artifactId>
37-
<version>4.13</version>
37+
<version>4.13.1</version>
3838
<scope>test</scope>
3939
</dependency>
4040
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>junit</groupId>
3737
<artifactId>junit</artifactId>
38-
<version>4.13</version>
38+
<version>4.13.1</version>
3939
<scope>test</scope>
4040
</dependency>
4141
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>junit</groupId>
3636
<artifactId>junit</artifactId>
37-
<version>4.13</version>
37+
<version>4.13.1</version>
3838
<scope>test</scope>
3939
</dependency>
4040
<dependency>

0 commit comments

Comments
 (0)