Skip to content

Commit

Permalink
fixup! story #12306 build: upgrade to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Regzox committed Jul 16, 2024
1 parent 7cd0187 commit a2db698
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
<freemarker.upgraded.version>2.3.30</freemarker.upgraded.version>
<mongo.driver.sync.version>4.6.1</mongo.driver.sync.version>
<snakeyaml.version>1.32</snakeyaml.version>
<testcontainers.version>1.19.8</testcontainers.version>

<!-- Web Pack -->
<node.version>v18.20.3</node.version>
Expand Down Expand Up @@ -1345,13 +1346,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.19.8</version>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mongodb</artifactId>
<version>1.19.8</version>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a2db698

Please sign in to comment.