Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nielm committed Dec 28, 2023
1 parent d44a8d0 commit c31db1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<beam-version>2.49.0</beam-version>
<slf4j.version>2.0.7</slf4j.version>
<beam-version>2.52.0</beam-version>
<slf4j.version>2.0.9</slf4j.version>
<junit.version>4.13.2</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<hamcrest.version>2.2</hamcrest.version>
</properties>
<build>
<plugins>
Expand Down Expand Up @@ -120,7 +120,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit c31db1d

Please sign in to comment.