Skip to content

Commit

Permalink
add junit version in pom parent
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 13, 2024
1 parent 67cb1c6 commit d3d6af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<errorprone.version>2.27.1</errorprone.version>
<j2objc-annotations.version>3.0.0</j2objc-annotations.version>
<threetenbp.version>1.6.9</threetenbp.version>
<junit.version>5.10.2</junit.version>
</properties>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion java-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<version>${junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit d3d6af2

Please sign in to comment.