Skip to content

Commit 26302af

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 2303e53 + 3f2591c commit 26302af

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

memex/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ version = '1.0'
1010
description = 'MongoDB Enterprise Microservice Examples'
1111

1212
java {
13-
toolchain {
14-
languageVersion = JavaLanguageVersion.of(17)
15-
}
13+
sourceCompatibility = JavaVersion.VERSION_17
14+
targetCompatibility = JavaVersion.VERSION_17
1615
}
1716

1817
repositories {

memex/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@
204204
<plugin>
205205
<groupId>org.apache.maven.plugins</groupId>
206206
<artifactId>maven-failsafe-plugin</artifactId>
207-
<!-- TODO: Update to latest version once the bug in 3.5.3 is fixed: https://github.com/apache/maven-surefire/issues/834 -->
208-
<version>3.5.2</version>
207+
<version>3.5.4</version>
209208
<executions>
210209
<execution>
211210
<goals>

0 commit comments

Comments
 (0)