|
25 | 25 | <modelVersion>4.0.0</modelVersion> |
26 | 26 | <groupId>com.ibm.jsonata4java</groupId> |
27 | 27 | <artifactId>JSONata4Java</artifactId> |
28 | | - <version>2.5.1</version> |
| 28 | + <version>2.5.2</version> |
29 | 29 | <name>JSONata4Java</name> |
30 | 30 | <description>Port of jsonata.js to Java to enable rules for JSON content</description> |
31 | 31 | <url>https://github.com/IBM/JSONata4Java</url> |
|
73 | 73 | <test.agnostic>com/api/jsonata4java/AgnosticTestSuite.class</test.agnostic> |
74 | 74 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
75 | 75 | <gpg.skip>true</gpg.skip> <!-- by default skip gpg --> |
76 | | - <antlr4.version>4.13.1</antlr4.version> |
| 76 | + <antlr4.version>4.13.2</antlr4.version> |
77 | 77 | </properties> |
78 | 78 | <distributionManagement> |
79 | 79 | <snapshotRepository> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>org.springframework</groupId> |
97 | 97 | <artifactId>spring-context</artifactId> |
98 | | - <version>5.3.36</version> |
| 98 | + <version>6.2.6</version> |
99 | 99 | <scope>test</scope> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
|
106 | 106 | <dependency> |
107 | 107 | <groupId>com.fasterxml.jackson.core</groupId> |
108 | 108 | <artifactId>jackson-databind</artifactId> |
109 | | - <version>2.17.1</version> |
| 109 | + <version>2.19.0</version> |
110 | 110 | </dependency> |
111 | 111 | <!-- https://mvnrepository.com/artifact/com.fasterxml.woodstox/woodstox-core --> |
112 | 112 | <dependency> |
113 | 113 | <groupId>com.fasterxml.woodstox</groupId> |
114 | 114 | <artifactId>woodstox-core</artifactId> |
115 | | - <version>6.6.2</version> |
| 115 | + <version>7.1.0</version> |
116 | 116 | </dependency> |
117 | 117 | <dependency> |
118 | 118 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
119 | 119 | <artifactId>jackson-dataformat-xml</artifactId> |
120 | | - <version>2.17.1</version> |
| 120 | + <version>2.19.0</version> |
121 | 121 | </dependency> |
122 | 122 | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-text --> |
123 | 123 | <dependency> |
124 | 124 | <groupId>org.apache.commons</groupId> |
125 | 125 | <artifactId>commons-text</artifactId> |
126 | | - <version>1.13.0</version> |
| 126 | + <version>1.13.1</version> |
127 | 127 | </dependency> |
128 | 128 | <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> |
129 | 129 | <dependency> |
130 | 130 | <groupId>com.google.code.gson</groupId> |
131 | 131 | <artifactId>gson</artifactId> |
132 | | - <version>2.11.0</version> |
| 132 | + <version>2.13.1</version> |
133 | 133 | </dependency> |
134 | 134 | </dependencies> |
135 | 135 | <build> |
|
153 | 153 | <plugin> |
154 | 154 | <groupId>org.sonatype.plugins</groupId> |
155 | 155 | <artifactId>nexus-staging-maven-plugin</artifactId> |
156 | | - <version>1.6.13</version> |
| 156 | + <version>1.7.0</version> |
157 | 157 | <extensions>true</extensions> |
158 | 158 | <configuration> |
159 | 159 | <serverId>ossrh</serverId> |
|
164 | 164 | <plugin> |
165 | 165 | <groupId>org.apache.maven.plugins</groupId> |
166 | 166 | <artifactId>maven-gpg-plugin</artifactId> |
167 | | - <version>1.6</version> |
| 167 | + <version>3.2.7</version> |
168 | 168 | <executions> |
169 | 169 | <execution> |
170 | 170 | <id>sign-artifacts</id> |
|
178 | 178 | <plugin> |
179 | 179 | <groupId>org.apache.maven.plugins</groupId> |
180 | 180 | <artifactId>maven-source-plugin</artifactId> |
181 | | - <version>2.2.1</version> |
| 181 | + <version>3.2.1</version> |
182 | 182 | <executions> |
183 | 183 | <execution> |
184 | 184 | <id>attach-sources</id> |
|
191 | 191 | <plugin> |
192 | 192 | <groupId>org.apache.maven.plugins</groupId> |
193 | 193 | <artifactId>maven-jar-plugin</artifactId> |
194 | | - <version>3.2.0</version> |
| 194 | + <version>3.4.2</version> |
195 | 195 | <configuration> |
196 | 196 | <archive> |
197 | 197 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
|
201 | 201 | <plugin> |
202 | 202 | <groupId>org.apache.maven.plugins</groupId> |
203 | 203 | <artifactId>maven-javadoc-plugin</artifactId> |
204 | | - <version>3.6.3</version> |
| 204 | + <version>3.11.2</version> |
205 | 205 | <executions> |
206 | 206 | <execution> |
207 | 207 | <id>attach-javadocs</id> |
|
219 | 219 | </plugin> |
220 | 220 | <plugin> |
221 | 221 | <artifactId>maven-compiler-plugin</artifactId> |
222 | | - <version>3.8.1</version> |
| 222 | + <version>3.14.0</version> |
223 | 223 | <configuration> |
224 | 224 | <source>11</source> |
225 | 225 | <target>11</target> |
|
229 | 229 | <plugin> |
230 | 230 | <groupId>com.googlecode.maven-download-plugin</groupId> |
231 | 231 | <artifactId>download-maven-plugin</artifactId> |
232 | | - <version>1.4.0</version> |
| 232 | + <version>1.13.0</version> |
233 | 233 | <executions> |
234 | 234 | <execution> |
235 | 235 | <id>install-jsonata</id> |
|
252 | 252 | <plugin> |
253 | 253 | <groupId>org.apache.maven.plugins</groupId> |
254 | 254 | <artifactId>maven-surefire-plugin</artifactId> |
255 | | - <version>3.5.0</version> |
| 255 | + <version>3.5.3</version> |
256 | 256 | <configuration> |
257 | 257 | <testFailureIgnore>false</testFailureIgnore> |
258 | 258 | <reuseForks>true</reuseForks> |
|
311 | 311 | <plugin> |
312 | 312 | <groupId>biz.aQute.bnd</groupId> |
313 | 313 | <artifactId>bnd-maven-plugin</artifactId> |
314 | | - <version>5.2.0</version> |
| 314 | + <version>7.1.0</version> |
315 | 315 | <configuration> |
316 | 316 | <bnd> |
317 | 317 | <![CDATA[ |
|
0 commit comments