File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
spring-boot-openfeature-dependencies Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.springframework.boot</groupId >
2424 <artifactId >spring-boot-starter-parent</artifactId >
25- <version >3.5.7 </version >
25+ <version >3.5.9 </version >
2626 <relativePath />
2727 </parent >
2828
Original file line number Diff line number Diff line change 6464 <module >spring-boot-starter-openfeature-statsig</module >
6565 <module >spring-boot-starter-openfeature-unleash</module >
6666 <module >spring-openfeature</module >
67- <module >spring-boot-starter-openfeature-growthbook</module >
67+ <!-- <module>spring-boot-starter-openfeature-growthbook</module> -- >
6868 </modules >
6969
7070 <properties >
7575 <maven .compiler.target>${java.version} </maven .compiler.target>
7676 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7777
78- <spring-boot .version>3.5.0 </spring-boot .version>
78+ <spring-boot .version>3.5.9 </spring-boot .version>
7979 <io .spring.javaformat.version>0.0.47</io .spring.javaformat.version>
8080
8181 <sdk .version>1.15.1</sdk .version>
9393 <unleash-client-java .version>10.2.2</unleash-client-java .version>
9494
9595 <mockwebserver .version>4.12.0</mockwebserver .version>
96+
9697 <growthbook-sdk-java .version>v0.10.4</growthbook-sdk-java .version>
9798 <growthbook-provider .version>0.0.2</growthbook-provider .version>
9899 </properties >
Original file line number Diff line number Diff line change 9797 <artifactId >unleash-client-java</artifactId >
9898 <version >${unleash-client-java.version} </version >
9999 </dependency >
100- <dependency >
100+ <!-- <dependency>
101101 <groupId>com.github.growthbook</groupId>
102102 <artifactId>growthbook-openfeature-provider-java</artifactId>
103103 <version>${growthbook-provider.version}</version>
112112 <groupId>com.github.growthbook</groupId>
113113 <artifactId>growthbook-sdk-java</artifactId>
114114 <version>${growthbook-sdk-java.version}</version>
115- </dependency >
115+ </dependency>-->
116116 </dependencies >
117117 </dependencyManagement >
118118 <build >
You can’t perform that action at this time.
0 commit comments