Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-feature/java-sdk-contrib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 407c7100e6bbb32ccc3558994665fb666a8fb92d
Choose a base ref
..
head repository: open-feature/java-sdk-contrib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 157539075cd591e9a7a1679c37113d6daaad9dce
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +2 −2 pom.xml
  2. +1 −1 providers/flagd/pom.xml
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<junit.jupiter.version>5.11.1</junit.jupiter.version>
<junit.jupiter.version>5.11.2</junit.jupiter.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<module-name>${groupId}.${artifactId}</module-name>
@@ -159,7 +159,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite</artifactId>
<version>1.11.1</version>
<version>1.11.2</version>
<scope>test</scope>
</dependency>

2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.2</version>
<scope>test</scope>
</dependency>
<dependency>