We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66ccf9 commit e80fb3eCopy full SHA for e80fb3e
.gitmodules
@@ -4,7 +4,7 @@
4
[submodule "providers/flagd/test-harness"]
5
path = providers/flagd/test-harness
6
url = https://github.com/open-feature/test-harness.git
7
- branch = v2.7.3
+ branch = v2.7.4
8
[submodule "providers/flagd/spec"]
9
path = providers/flagd/spec
10
url = https://github.com/open-feature/spec.git
pom.xml
@@ -481,7 +481,7 @@
481
<plugin>
482
<groupId>com.diffplug.spotless</groupId>
483
<artifactId>spotless-maven-plugin</artifactId>
484
- <version>2.44.3</version>
+ <version>2.44.4</version>
485
<configuration>
486
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
487
<!-- <ratchetFrom>origin/main</ratchetFrom>-->
providers/flagd/test-harness
0 commit comments