Skip to content

Commit e0c6baf

Browse files
authored
Merge pull request #4 from funfried/main
Bringing release branch up-to-date
2 parents 8dc545c + 99a8d10 commit e0c6baf

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<groupId>de.funfried.libraries</groupId>
2020
<artifactId>jsdt-core</artifactId>
21-
<version>1.0.1</version>
21+
<version>1.0.2-SNAPSHOT</version>
2222
<packaging>eclipse-plugin</packaging>
2323

2424
<developers>
@@ -84,7 +84,7 @@
8484
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
8585
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8686
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
87-
<tychoVersion>2.7.3</tychoVersion>
87+
<tychoVersion>2.7.5</tychoVersion>
8888
</properties>
8989

9090
<dependencyManagement>
@@ -97,12 +97,12 @@
9797
<dependency>
9898
<groupId>com.google.code.gson</groupId>
9999
<artifactId>gson</artifactId>
100-
<version>2.9.0</version>
100+
<version>2.9.1</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>com.google.errorprone</groupId>
104104
<artifactId>error_prone_annotations</artifactId>
105-
<version>2.14.0</version>
105+
<version>2.15.0</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>com.google.guava</groupId>
@@ -122,17 +122,17 @@
122122
<dependency>
123123
<groupId>com.google.javascript</groupId>
124124
<artifactId>closure-compiler-unshaded</artifactId>
125-
<version>v20220601</version>
125+
<version>v20220905</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>com.google.protobuf</groupId>
129129
<artifactId>protobuf-java</artifactId>
130-
<version>3.21.2</version>
130+
<version>3.21.6</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.checkerframework</groupId>
134134
<artifactId>checker-qual</artifactId>
135-
<version>3.22.2</version>
135+
<version>3.25.0</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>com.ibm.icu</groupId>
@@ -206,7 +206,7 @@
206206
<plugin>
207207
<groupId>org.apache.maven.plugins</groupId>
208208
<artifactId>maven-deploy-plugin</artifactId>
209-
<version>3.0.0-M2</version>
209+
<version>3.0.0</version>
210210
</plugin>
211211
<plugin>
212212
<groupId>org.apache.maven.plugins</groupId>
@@ -221,17 +221,17 @@
221221
<plugin>
222222
<groupId>org.apache.maven.plugins</groupId>
223223
<artifactId>maven-install-plugin</artifactId>
224-
<version>3.0.0-M1</version>
224+
<version>3.0.1</version>
225225
</plugin>
226226
<plugin>
227227
<groupId>org.apache.maven.plugins</groupId>
228228
<artifactId>maven-jar-plugin</artifactId>
229-
<version>3.2.2</version>
229+
<version>3.3.0</version>
230230
</plugin>
231231
<plugin>
232232
<groupId>org.apache.maven.plugins</groupId>
233233
<artifactId>maven-javadoc-plugin</artifactId>
234-
<version>3.4.0</version>
234+
<version>3.4.1</version>
235235
<configuration>
236236
<quiet>true</quiet>
237237
<doclint>all,-missing</doclint>
@@ -245,22 +245,22 @@
245245
<plugin>
246246
<groupId>org.apache.maven.plugins</groupId>
247247
<artifactId>maven-resources-plugin</artifactId>
248-
<version>3.2.0</version>
248+
<version>3.3.0</version>
249249
</plugin>
250250
<plugin>
251251
<groupId>org.apache.maven.plugins</groupId>
252252
<artifactId>maven-scm-plugin</artifactId>
253-
<version>2.0.0-M1</version>
253+
<version>2.0.0-M2</version>
254254
</plugin>
255255
<plugin>
256256
<groupId>org.apache.maven.plugins</groupId>
257257
<artifactId>maven-surefire-plugin</artifactId>
258-
<version>3.0.0-M6</version>
258+
<version>3.0.0-M7</version>
259259
</plugin>
260260
<plugin>
261261
<groupId>org.codehaus.mojo</groupId>
262262
<artifactId>versions-maven-plugin</artifactId>
263-
<version>2.11.0</version>
263+
<version>2.12.0</version>
264264
</plugin>
265265
<plugin>
266266
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)