|
6 | 6 | <modelVersion>4.0.0</modelVersion> |
7 | 7 | <groupId>io.split.openfeature</groupId> |
8 | 8 | <artifactId>split-openfeature-provider</artifactId> |
9 | | - <version>1.2.0</version> |
| 9 | + <version>1.2.1</version> |
10 | 10 | <name>split-openfeature-provider-java</name> |
11 | 11 | <description>Split OpenFeature Java Provider</description> |
12 | 12 | <url>www.split.io</url> |
|
47 | 47 | <dependency> |
48 | 48 | <groupId>io.split.client</groupId> |
49 | 49 | <artifactId>java-client</artifactId> |
50 | | - <version>4.17.0</version> |
51 | | - </dependency> |
52 | | - <dependency> |
53 | | - <groupId>org.apache.httpcomponents</groupId> |
54 | | - <artifactId>httpclient</artifactId> |
55 | | - <version>4.5.14</version> |
| 50 | + <version>4.18.1</version> |
56 | 51 | </dependency> |
57 | 52 | <dependency> |
58 | 53 | <groupId>org.mockito</groupId> |
59 | 54 | <artifactId>mockito-core</artifactId> |
60 | | - <version>5.19.0</version> |
| 55 | + <version>5.20.0</version> |
61 | 56 | <scope>test</scope> |
62 | 57 | </dependency> |
63 | 58 | <dependency> |
64 | 59 | <groupId>dev.openfeature</groupId> |
65 | 60 | <artifactId>sdk</artifactId> |
66 | | - <version>1.17.0</version> |
67 | | - </dependency> |
68 | | - <dependency> |
69 | | - <groupId>com.fasterxml.jackson.core</groupId> |
70 | | - <artifactId>jackson-core</artifactId> |
71 | | - <version>2.20.0</version> |
72 | | - </dependency> |
73 | | - <dependency> |
74 | | - <groupId>com.fasterxml.jackson.core</groupId> |
75 | | - <artifactId>jackson-databind</artifactId> |
76 | | - <version>2.20.0</version> |
| 61 | + <version>1.18.1</version> |
77 | 62 | </dependency> |
78 | 63 | </dependencies> |
79 | 64 | <build> |
|
85 | 70 | <artifactId>maven-clean-plugin</artifactId> |
86 | 71 | <version>3.5.0</version> |
87 | 72 | </plugin> |
| 73 | + <plugin> |
| 74 | + <groupId>org.owasp</groupId> |
| 75 | + <artifactId>dependency-check-maven</artifactId> |
| 76 | + <version>12.1.6</version> |
| 77 | + <configuration> |
| 78 | + <nvdApiKey>41aa3456-48f3-466a-a8ea-db1e84caba36</nvdApiKey> |
| 79 | + <failBuildOnCVSS>7</failBuildOnCVSS> |
| 80 | + </configuration> |
| 81 | + <executions> |
| 82 | + <execution> |
| 83 | + <goals> |
| 84 | + <goal>check</goal> |
| 85 | + </goals> |
| 86 | + </execution> |
| 87 | + </executions> |
| 88 | + </plugin> |
88 | 89 | <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> |
89 | 90 | <plugin> |
90 | 91 | <artifactId>maven-resources-plugin</artifactId> |
91 | 92 | <version>3.3.1</version> |
92 | 93 | </plugin> |
93 | 94 | <plugin> |
94 | 95 | <artifactId>maven-compiler-plugin</artifactId> |
95 | | - <version>3.14.0</version> |
| 96 | + <version>3.14.1</version> |
96 | 97 | </plugin> |
97 | 98 | <plugin> |
98 | 99 | <artifactId>maven-surefire-plugin</artifactId> |
99 | | - <version>3.5.3</version> |
| 100 | + <version>3.5.4</version> |
100 | 101 | </plugin> |
101 | 102 | <plugin> |
102 | 103 | <artifactId>maven-jar-plugin</artifactId> |
|
125 | 126 | <plugin> |
126 | 127 | <groupId>org.apache.maven.plugins</groupId> |
127 | 128 | <artifactId>maven-compiler-plugin</artifactId> |
128 | | - <version>3.14.0</version> |
| 129 | + <version>3.14.1</version> |
129 | 130 | <configuration> |
130 | 131 | <source>11</source> |
131 | 132 | <target>11</target> |
|
134 | 135 | <plugin> |
135 | 136 | <groupId>org.apache.maven.plugins</groupId> |
136 | 137 | <artifactId>maven-javadoc-plugin</artifactId> |
137 | | - <version>3.11.3</version> |
| 138 | + <version>3.12.0</version> |
138 | 139 | <executions> |
139 | 140 | <execution> |
140 | 141 | <id>attach-javadocs</id> |
|
178 | 179 | <plugin> |
179 | 180 | <groupId>org.sonatype.central</groupId> |
180 | 181 | <artifactId>central-publishing-maven-plugin</artifactId> |
181 | | - <version>0.7.0</version> |
| 182 | + <version>0.9.0</version> |
182 | 183 | <extensions>true</extensions> |
183 | 184 | <configuration> |
184 | 185 | <publishingServerId>central</publishingServerId> |
|
0 commit comments