|
6 | 6 |
|
7 | 7 | <groupId>io.split.openfeature</groupId> |
8 | 8 | <artifactId>split-openfeature-provider</artifactId> |
9 | | - <version>1.1.0</version> |
| 9 | + <version>1.2.0</version> |
10 | 10 |
|
11 | 11 | <name>split-openfeature-provider-java</name> |
12 | 12 | <description>Split OpenFeature Java Provider</description> |
|
23 | 23 | <name>Robert Grassian</name> |
24 | 24 | <email>robert.grassian@split.io</email> |
25 | 25 | </developer> |
| 26 | + <developer> |
| 27 | + <name>Emmanuel Zamora</name> |
| 28 | + <email>emmanuel.zamora@harness.io</email> |
| 29 | + </developer> |
26 | 30 | </developers> |
27 | 31 |
|
28 | 32 | <licenses> |
|
34 | 38 |
|
35 | 39 | <properties> |
36 | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
37 | | - <maven.compiler.source>1.7</maven.compiler.source> |
38 | | - <maven.compiler.target>1.7</maven.compiler.target> |
| 41 | + <maven.compiler.release>11</maven.compiler.release> |
| 42 | + <junit.jupiter.version>5.10.2</junit.jupiter.version> |
| 43 | + <maven.surefire.version>3.2.5</maven.surefire.version> |
39 | 44 | </properties> |
40 | 45 |
|
41 | 46 | <dependencies> |
42 | 47 | <dependency> |
43 | 48 | <groupId>org.junit.jupiter</groupId> |
44 | | - <artifactId>junit-jupiter-engine</artifactId> |
45 | | - <version>5.4.0</version> |
46 | | - <scope>test</scope> |
47 | | - </dependency> |
48 | | - <dependency> |
49 | | - <groupId>org.junit.vintage</groupId> |
50 | | - <artifactId>junit-vintage-engine</artifactId> |
51 | | - <version>5.4.0</version> |
| 49 | + <artifactId>junit-jupiter</artifactId> |
| 50 | + <version>${junit.jupiter.version}</version> |
52 | 51 | <scope>test</scope> |
53 | 52 | </dependency> |
54 | 53 | <dependency> |
55 | 54 | <groupId>io.split.client</groupId> |
56 | 55 | <artifactId>java-client</artifactId> |
57 | | - <version>4.4.3</version> |
| 56 | + <version>4.16.1</version> |
58 | 57 | </dependency> |
59 | 58 | <dependency> |
60 | 59 | <groupId>org.apache.httpcomponents</groupId> |
61 | 60 | <artifactId>httpclient</artifactId> |
62 | | - <version>4.5.13</version> |
| 61 | + <version>4.5.14</version> |
63 | 62 | </dependency> |
64 | 63 | <dependency> |
65 | 64 | <groupId>io.split.integrations.azure</groupId> |
|
75 | 74 | <dependency> |
76 | 75 | <groupId>dev.openfeature</groupId> |
77 | 76 | <artifactId>sdk</artifactId> |
78 | | - <version>0.3.1</version> |
| 77 | + <version>1.16.0</version> |
79 | 78 | </dependency> |
80 | 79 | </dependencies> |
81 | 80 |
|
|
143 | 142 | </goals> |
144 | 143 | <configuration> |
145 | 144 | <additionalJOptions>-Xdoclint:none</additionalJOptions> |
146 | | - <source>1.8</source> |
| 145 | + <source>11</source> |
147 | 146 | </configuration> |
148 | 147 | </execution> |
149 | 148 | </executions> |
150 | 149 | </plugin> |
151 | 150 | <plugin> |
152 | 151 | <groupId>org.sonatype.plugins</groupId> |
153 | 152 | <artifactId>nexus-staging-maven-plugin</artifactId> |
154 | | - <version>1.6.3</version> |
| 153 | + <version>1.6.13</version> |
155 | 154 | <extensions>true</extensions> |
156 | 155 | <configuration> |
157 | 156 | <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> |
|
0 commit comments